皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
地震烈度是指某一地区地表面和建筑物受地震影响和破坏的程度,在工程设计、勘查等工作中,可将地震烈度分为
A.
基本烈度
B.
建筑场地烈度
C.
设计烈度
D.
总体烈度
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】What’s the meaning of the name ‘Pandora’?
A.
Beauty
B.
Grace
C.
All-gifted
D.
Clever
【简答题】写出以下程序运行的结果: // The modulus operator #include int main (void) { int a = 25, b = 5, c = 10, d = 7; printf("a = %i, b = %i, c = %i, and d = %i\n", a, b, c, d); printf ("a %% b = %i\n", a % b); printf...
【简答题】#include void main() { int a,b,c,num; printf("%d\n",num=5); a=10; printf("%d\n",a+=10); printf("%d\n",a); printf("%d\n",a-=10); printf("%d\n",a+=a*=2); printf("%d\n",a%=12); printf("%d\n",a/=12); prin...
【判断题】GPS测量有时也存在偏心观测( )
A.
正确
B.
错误
【简答题】给出以下程序的执行结果。 #include main() { int a=11,b=10; a-=b+1; printf("%d\n",a);输出(1) a+=b+1; printf("%d\n",a);输出(2) a*=b; printf("%d\n",a);输出(3) a/=b+1; printf("%d\n",a);输出(4) a%=b-1; printf("%d\n",a);输出(5) ...
【单选题】下列程序执行后的输出结果是( )。 #include void main( ) { int a=358; if (a>=100) {if (a>=1000) printf("%d is greater than 10000\n",a); else printf("%d is 100 to 999\n",a); } else {if (a<10) printf("%d is less tha...
A.
a is less than 10
B.
a is 10 to 99
C.
a is greater than 10000
D.
358 is 100 to 999
【多选题】外周免疫器官和组织包括
A.
骨髓
B.
淋巴结
C.
脾脏
D.
胸腺
E.
阑尾
【简答题】以下程序的输出结果是: main( ) { int a=10; if(a>10) printf(“%d”,a>10); else printf(“%d”,a<=10); }
【单选题】The name Pandora means ( ).
A.
“All-gifted”
B.
“Hope”
C.
“Misfortune”
D.
“Evil”
【单选题】I dont remember meeting him, but the name John Smith rings a bell. The underlined part means ______.
A.
is omitted
B.
is warned
C.
is appearing
D.
is familiar
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题