皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
水对于微生物而言,其功能有
A.
参与细胞结构合成
B.
作为能源
C.
参与物质代谢
D.
调节环境温度
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】空燃比,是混合气中空气与燃料之间的质量的比例。接近理想的理论空燃比为14.17:1。
A.
正确
B.
错误
【判断题】混合气中空气与燃料之间的质量比为理论空燃比时,尾气中碳氢化合物(HC)的排放较低。 ( )
A.
正确
B.
错误
【多选题】已知如下的定义PipedInputStreampis=newPipedInputStream();需要定义一个PipedOutputStream类的对象pos,并且希望pis和pos连接起来,正确的是()
A.
PipedOutputStreampos=newPipedOutputStream(pis)
B.
PipedOutputStreampos=newPipedOutputStream()
C.
pos.connect(pis)
D.
PipedOutputStreampos=newPipedOutputStream()
E.
pis.connect(pos)
F.
PipedOutputStreampos=newPipedOutputStream()
【判断题】混合气中空气与燃料之间的质量比为理论空燃比时,尾气中碳氧化合物(HC)的排放较低
A.
正确
B.
错误
【判断题】混合气中空气与燃料之间的质量比为理论空燃比时,尾气中碳氧化合物(HC)的排放
A.
正确
B.
错误
【判断题】空燃比,是混合气中空气与燃料之间的质量的比例。接近理想的理论空燃比为14.1:7。
A.
正确
B.
错误
【单选题】已知Test类的定义如下所示 public class Test { public float aMethod (float a, float b){ } } 以下哪个方法不能定义在Test类中:( )
A.
public float aMethod (float a, float b, float c) { }
B.
public int aMethod (float c,float d) { }
C.
public int aMethod (int a, int b) { }
D.
private float aMethod (int a, int b, int c) { }
【多选题】已知如下的定义PipedOutputStreampos=newPipedOutputStream();需要定义一个PipedInputStream类的对象pis,并且希望pis和pos连接起来,正确的是()
A.
PipedInputStreampis=newPipedInputStream(pis)
B.
PipedInputStreampis=newPipedInputStream()
C.
pos.connect(pis)
D.
PipedInputStreampis=newPipedInputStream()
E.
pis.connect(pos)
F.
PipedInputStreampis=newPipedInputStream()
【简答题】Sound engineers utilize a range of techniques to e______ the quality of the recordings.
【单选题】已知抽象类Ac 定义如下, 正确的子类定义是? abstract class Ac{ public abstract void speak(); }
A.
class CA extends Ac{ void speak(){} }
B.
class CB extends Ac{ public void speak(){ } }
C.
class CC extends Ac{ protected void speak(){ } }
D.
class CA implements Ac{ public void speak( ){ } }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题