皮皮学,免费搜题
登录
搜题
【单选题】
封装名AXIAL-0.3是( )类元器件的封装。
A.
集成电路
B.
三极管
C.
变压器
D.
轴状类元器件,如电阻
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】扩展基础的基础混凝土强度等级不宜低于( )。
A.
C15
B.
C20
C.
20
D.
C25
【单选题】下列虚基类的声明中正确的是( )。
A.
class virtual B:public A
B.
virtual class B:public A
C.
class B:public A virtual
D.
class B:virtual public A
【单选题】被誉为“莫高窟姊妹窟”的是( )。
A.
瓜州榆林窟
B.
肃南马蹄寺石窟
C.
武威天梯山石窟
D.
武山水帘洞石窟d
【单选题】Yellowstone National Park is (one of) the (older parks) in the United States. It was (established) by Congress (in) 1872.
A.
one of
B.
older parks
C.
established
D.
in
【判断题】Q345R、Q370R、07MnMoVR制容器液压试验时,液体温度不得低于5℃
A.
正确
B.
错误
【单选题】对于类定义: class A{ public: virtual void funcl(){} void func2(){} ); class B:public A{ public: voidfuncl(){cout<<“class Bfunc 1”<<endl;} virtual void func2(){cout<<“class B func 2”<<endl;} }; 下面正确的叙述是( )。
A.
A::func2()和B::funcl()都是虚函数
B.
A::func2()和B::funcl()都不是虚函数
C.
B::funcl()是虚函数,而A::func2()不是虚函数
D.
B::funcl()不是虚函数,而A::func2()是虚函数
【单选题】Why does the professor think Ann would be interested in going to Yellowstone?
A.
She is from Yellowstone.
B.
She needs the money.
C.
She has been studying animal diseases.
D.
Her thesis adviser is heading the project.
【单选题】开创于隋唐之前,被誉为“莫高窟姊妹窟”的是()
A.
州榆林窟
B.
丰文殊寺石窟
C.
威天梯山石窟
D.
南马蹄寺石窟
【单选题】扩展基础的基础混凝土强度等级不宜低于( )。
A.
C10
B.
C15
C.
20
D.
C25
【单选题】有如下类定义: class AA{ int a public: AA(int n=0):a(n){} }; class BB:public AA{ public: BB(intn)______ } 其中横线处缺失部分是( )。 A) :a(n){} B) :AA(n){} C) {a(n)} D) {a=n)
A.
B.
C.
D.
相关题目: