皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
The medical worker got the cheapest bid. 2.Suzanne called the medical worker. 3.The welfare office called and approved the repair. 4.The medical worker alerted the welfare office . 5.I called Suzanne. Please choose the proper sequence of these steps.
A.
5 -2 -4 -1 -3
B.
5 -3 -2 -1 -4
C.
5- 4- 1- 2- 3
D.
5- 2- 1 -4 -3
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列哪项不是虎妞给小福子提供屋子的原因?( )
A.
虎妞十分同情小福子的遭遇
B.
虎妞想窥探别人的隐私
C.
虎妞每次从中可以获利两毛钱
D.
虎妞从自己的利益出发
【单选题】下面程序运行后的输出结果是( )。 # include void fun ( int n ) { if ( n / 2 ) fun ( n / 2 ); printf ( "%-3d", n % 2 ); } int main ( ) { int a = 5; fun ( a ); return 0; }
A.
1  0  1
B.
1  0
C.
1
D.
1  1  0
【单选题】下面程序运行后的输出结果是( )。 #include void fun(int x,int y,int *z) { *z=x+y; } void main() { int a,b,c; fun(1,2,&a); fun(3,a,&b); fun(a,b,&c); printf("%4d,%4d,%4d\n",a,b,c); }
A.
1,   2,   3
B.
3, 4, 5
C.
0,  0, 0
D.
3, 6, 9
【简答题】下面程序运行后的输出结果是 #include void fun(int x,int y) {x=x+y;y=x-y;x=x-y; printf("%d,%d,",x,y);} int main(void) {int x=2,y=3; fun(x,y); printf("%d,%d\n",x,y); return 0;}
【单选题】运行下面程序后的输出是 void fun (int x,int y); main ( ) { int a=1,b=2; fun (a,b); printf (“a=%d,b=%d\n”,a,b); } void fun(int x,int y) { x++; y++; printf(“\nx=%d,y=%d\n”,x,y); }
A.
x=2,y=3 a=1,b=2
B.
 x=2 y=3 a=1 b=2
C.
x=2 y=3 a=2 b=3
D.
x=2,y=3 a=2,b=3
【单选题】利用Java虚拟机执行类名为HelloWord的应用程序,正确的命令是?
A.
java HelloWord. class
B.
HelloWord. class
C.
java HelloWord. java
D.
java HelloWord
【单选题】下面程序运行后的输出结果是( )。 # include int x; void fun ( ) { int a; a = x += 6; } int main ( ) { int a = 1; fun ( ); printf ( "%d, %d", a, x ); return 0; }
A.
1, 0
B.
1, 6
C.
6, 6
D.
6, 0
【单选题】始建于金代,在桥身两侧石雕护栏的140根望柱上,雕刻着大小石狮485个,形态各异,生动活泼,这座桥是( )
A.
泸定桥
B.
灵江浮桥
C.
赵州桥
D.
卢沟桥
【单选题】如果要输出字符串常量 “HelloWord ! ” ,则格式输出语句为: ( )
A.
printf("HelloWord!")
B.
printf(HelloWord!);
C.
print("HelloWord!");
D.
printf("HelloWord!");
【单选题】()技术在多媒体创作中利用其声音与画面同步、表现力强的特点,大大提高了作品的直观性和形象性。
A.
网络
B.
视频
C.
图形处理
D.
特效制作
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题