皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
假设全集E={a,b,c,d,e,f,g,h},则用位串表示其子集{a,c,e}为10101000。
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】听下面一段材料,回答第1至3题。 1. Why do Lan Lan's parents send her to s sports school? A. Because Lan Lan likes sports. B. Because they live near the school. C. Because Lan Lan is a lazu girl. 2. What does Lan Lan...
【判断题】线路纵断面图路肩设计标高栏中,在各变坡点,百米标和加标处注明路肩设计标高,单位为千米。
A.
正确
B.
错误
【单选题】目前城市最常用的杀虫剂是(),如市面上出售的多数蚊香、喷雾杀虫剂、灭蟑剂等。
A.
有机磷类
B.
有机氯类
C.
氨基甲酸酯类
D.
拟除虫菊酯
【判断题】线路纵断面图路肩设计标高栏中,在各变坡点,百米标和加标处注明路肩设计标高,单位为 千米(中级线路工用)。
A.
正确
B.
错误
【单选题】用圆弧外切连接两圆弧,应半径( )确定圆心。
A.
相加
B.
相减
C.
相除
D.
相乘
【单选题】What will be displayed by the following code? def f1(x = 1 , y = 2 ): x = x + y y += 1 print(x, y) f1()
A.
1 3
B.
3 1
C.
The program has a runtime error because x and y are not defined.
D.
1 1
E.
3 3
【单选题】关于电机故障,( )的叙述是正确的。
A.
(A)电动机故障包括电磁故障、 机械故障和劈相机故障
B.
(B)辅助电机故障包括异步电动机故障和同步电动机故障
C.
(C)断电后, 如果故障立即消失则为电动机机械故障
D.
(D)凡电机在辅机保护延时动作时间内不能达到正常转速时,称该电机不能正常启动
【单选题】Which statement about the following code block is right?deff(x):a=7print(a+x)a=5f(3)print(a)
A.
The output is 10 and 7.
B.
The output is 10 and 5.
C.
The output is 8 and 5.
D.
There will be an error.
【单选题】What will be displayed by the following code? x = 1 def f1(): global x x = x + 2 print(x) f1() print(x)
A.
1 3
B.
3 1
C.
The program has a runtime error because x is not defined.
D.
1 1
E.
3 3
【单选题】What will be displayed by the following code? x = 1 def f1(): y = x + 2 print(y) f1() print(x)
A.
1 3
B.
3 1
C.
The program has a runtime error because x is not defined.
D.
1 1
E.
3 3
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题