皮皮学,免费搜题
登录
搜题
【单选题】
2 若函数f(x) 用列表法表示为 x -2 -1 0 1 2 3 f(x) 3 4 5 6 7 8 则它的定义域是( ).
A.
{-2,-1,0,1,2,3}
B.
{3,4,5,6,7,8}
C.
Z
D.
N
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列 程序的运行 的 结果 是( )。 class parent{ parent(String s){ s="parent"; } void test() { System.out.print("parent"); } } public class child extends parent { void test() { super.test(); System.out.print(" child...
A.
parent child
B.
child
C.
parent
D.
编译错误
查看完整题目与答案
【单选题】输电线路限时电流速断保护( )保护到本线路的全长。
A.
能
B.
最大运行方式下,不能
C.
最小运行方式下,不能
D.
不确定
查看完整题目与答案
【单选题】下列程序的运行结果是( )。 class Parent { Parent(String s) { s = "parent"; } void test() { System.out.print("parent"); } } public class Child extendsParent { void test() { super.test(); System.out.print("child...
A.
parent child
B.
child
C.
parent
D.
以上都不对
查看完整题目与答案
【单选题】流行性感冒属于( )类传染病
A.
甲类
B.
乙类
C.
丙类
D.
B类
查看完整题目与答案
【单选题】class Parent{ public String name; public Parent(String pName){ this.name = pName; } } public class Test extends Parent { //1 public Test(String Name){ //2 name="hello"; //3 su...
A.
第2行错误,Test类的构造函数中参数名称应与其父类构造函数中的参数名相同
B.
第3行错误,应使用super关键字调用父类的name属性,改为super.name="hello";
C.
第4行错误,调用父类构造方法的语句必须放在子类构造方法中的第一行
D.
程序编译通过,无错误
查看完整题目与答案
【单选题】用25ml的移液管移出的溶液体积应标记为
A.
25ml
B.
25.0ml
C.
25.00ml
D.
25.000ml
查看完整题目与答案
【单选题】远程教育最基本的特征是__(1)__,其功能特征是__(2)__。空白(1)处应选择()
A.
开放性
B.
延伸性
C.
灵活性
D.
管理性
查看完整题目与答案
【判断题】限时电流速断保护不能保护线路的全长
A.
正确
B.
错误
查看完整题目与答案
【单选题】I can’t______what has happened to the vegetables,for they were freshly picked this morning.
A.
draw out
B.
look out
C.
figure out
D.
work out
查看完整题目与答案
【单选题】流行性感冒属于( )类传染病
A.
甲类
B.
乙类
C.
丙类
查看完整题目与答案
相关题目:
【单选题】下列 程序的运行 的 结果 是( )。 class parent{ parent(String s){ s="parent"; } void test() { System.out.print("parent"); } } public class child extends parent { void test() { super.test(); System.out.print(" child...
A.
parent child
B.
child
C.
parent
D.
编译错误
查看完整题目与答案
【单选题】输电线路限时电流速断保护( )保护到本线路的全长。
A.
能
B.
最大运行方式下,不能
C.
最小运行方式下,不能
D.
不确定
查看完整题目与答案
【单选题】下列程序的运行结果是( )。 class Parent { Parent(String s) { s = "parent"; } void test() { System.out.print("parent"); } } public class Child extendsParent { void test() { super.test(); System.out.print("child...
A.
parent child
B.
child
C.
parent
D.
以上都不对
查看完整题目与答案
【单选题】流行性感冒属于( )类传染病
A.
甲类
B.
乙类
C.
丙类
D.
B类
查看完整题目与答案
【单选题】class Parent{ public String name; public Parent(String pName){ this.name = pName; } } public class Test extends Parent { //1 public Test(String Name){ //2 name="hello"; //3 su...
A.
第2行错误,Test类的构造函数中参数名称应与其父类构造函数中的参数名相同
B.
第3行错误,应使用super关键字调用父类的name属性,改为super.name="hello";
C.
第4行错误,调用父类构造方法的语句必须放在子类构造方法中的第一行
D.
程序编译通过,无错误
查看完整题目与答案
【单选题】用25ml的移液管移出的溶液体积应标记为
A.
25ml
B.
25.0ml
C.
25.00ml
D.
25.000ml
查看完整题目与答案
【单选题】远程教育最基本的特征是__(1)__,其功能特征是__(2)__。空白(1)处应选择()
A.
开放性
B.
延伸性
C.
灵活性
D.
管理性
查看完整题目与答案
【判断题】限时电流速断保护不能保护线路的全长
A.
正确
B.
错误
查看完整题目与答案
【单选题】I can’t______what has happened to the vegetables,for they were freshly picked this morning.
A.
draw out
B.
look out
C.
figure out
D.
work out
查看完整题目与答案
【单选题】流行性感冒属于( )类传染病
A.
甲类
B.
乙类
C.
丙类
查看完整题目与答案
参考解析:
知识点:
题目纠错 0
发布