皮皮学,免费搜题
登录
搜题
【单选题】
计算机中用来表示内存容量大小的基本单位是( )。
A.
B.
字节
C.
D.
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】以下程序的运行结果是: x = 1; y = 2; z = 3 if x < y: z=x x=y y=z print(x, y, z)
A.
1, 2, 3
B.
1, 2, 2
C.
2, 1, 1
D.
2, 1, 3
【多选题】下列列出的网络设备中,属于 DCE 设备的有()
A.
集线器
B.
帧中继交换机
C.
CSU/DSU
D.
计算机
【单选题】What do both the experimental method and the descriptive method require?
A.
Numerical data and graphs.
B.
Objective reasoning and steps.
C.
The use of information through visual observation and interviewing.
D.
The use of physical sciences.
【单选题】以下程序的运行结果是 x = y = 1; z = x++, y++, ++y; printf("%d,%d,%d", x, y, z);
A.
2,3,3
B.
2,3,1
C.
2,3,2
D.
1,2,2
【单选题】风湿性关节炎和类风湿性关节炎的首选药是
A.
阿司匹林
B.
扑热息痛
C.
吲哚美辛
D.
布洛芬
E.
萘普生
【单选题】以下程序的运行结果是( )。 X=1.5 DO CASE CASE X>2 Y=2 CASE X>1 Y=1 ENDCASE ?Y
A.
1
B.
1.5
C.
2
D.
以上都不对
【简答题】以下程序的运行结果是【 】。 include main() { int x=1,y=0,a=0,b=0; switch(x) { case 1: switch(y) { case 0:a++; break; case 1: b++; break; } case 2:a++; b++; break; case 3:a++; b++; } printf('a=%d,b=%d/n',a,b); }
【简答题】以下程序的运行结果是【 】。 include <stdio.h> main() { int x=1,y=0,a=0,b=0; switch(x) { case 1: switch(y) { case 0:a++; break; case 1: b++; break; } case 2:a++; b++;break; case 3:a++;b++; } printf('a=%d,b=%d/n',a,...
【简答题】What techniques of the Direct Method do you think are useful in modem language teaching?
【多选题】下列列出的网络设备中,属于DCE设备的有______。
A.
集线器
B.
帧中继交换机
C.
CSU/DSU
D.
计算机
E.
调制解调器
相关题目: