皮皮学,免费搜题
登录
搜题
【单选题】
原子核里具有相同的( )和不同的中子数的同种元素的院子互称为同位素。
A.
质子数
B.
核外电子数
C.
质量数
D.
原子序数
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】Among the five Great Lakes, only is wholly within the United States.
A.
Ontario
B.
Superior
C.
Erie
D.
Michigan
【简答题】以下程序的运行结果是 。 main() { char st[20]= "hel\0lo\t"; printf("%d %d \n ",strlen(st),sizeof(st)); }
【单选题】反光显微镜的光学系统由()组成。
A.
目镜、物镜、偏光镜、滤色镜
B.
物镜、目镜、前偏光镜、滤光镜
C.
物镜、入射光管、垂直照明系统、上偏光镜
D.
目镜、物镜、垂直照明系统、上偏光镜
【单选题】以下程序的运行结果是 char fun(char ch) { if (ch >= 'A' && ch <= 'Z' ) ch +='a' - 'A' ; return ch; } main() { char st[ ]="I Love This Game!" , *p=st; while (*p) { *p=fun(*p); p++; } puts(st); } A) ...
A.
I Love This Game!
B.
i love this game!
C.
ilovethisgame!
D.
ILoveThisGame!
【多选题】显微镜的光学系统由那几部分组成
A.
反光镜
B.
聚光器
C.
接物镜
D.
接目镜
【单选题】以下程序的运行结果是 char st[20] = "IBM\n012\012\0\\"; printf("%d,%d\n", sizeof(st),strlen(st));
A.
20,8
B.
20,9
C.
20,10
D.
20,11
【单选题】以下程序的运行结果是 char st[ ] = "xyz", *p = st; while (*p) p++; for (p--; p – st >= 0; p--) printf("%s", p);
A.
zyx
B.
zyz
C.
zyzxyz
D.
xxyxyz
【单选题】Among the five Great Lakes, only ()is wholly within the United States.
A.
Erie
B.
Superior
C.
Michigan
【判断题】Among the five Great Lakes, only Lake Michigan belongs entirely to the US.
A.
正确
B.
错误
【单选题】Among the five Great Lakes, only _____ is wholly within the United States.
A.
Erie
B.
Superior
C.
Michigan
D.
Jamestown
相关题目: