4 . 关机后,存放在下列各项中的内容自动消失的是( ) 。
A .R O M
B .R A M
C .光盘
D .硬盘
第1题:
2、执行下列程序段后,m的值是()。 int r,m=18,n=12; while(n!=0) { r=m%n; m=n; n=r; }
A.3
B.4
C.6
D.9
第2题:
4平面任意力系先后向平面内一点O 简化,下列属于平衡的是()。
A.M’O=0,R’ =0
B.M’O≠0,R’ =0
C.M’O≠0,R’≠ 0
D.M’O=0,R’≠ 0
第3题:
IA-32中指令“pushl %ebx”的功能是()。
A.R[esp]←R[esp]-4,M[R[esp]]←R[ebx]
B.R[esp]←R[esp]+4,M[R[esp]]←R[ebx]
C.M[R[esp]]←R[ebx],R[esp]←R[esp]-4
D.M[R[esp]]←R[ebx],R[esp]←R[esp]+4
第4题:
IA-32中指令“pushl %ebp”的功能是()。
A.R[esp]←R[esp]-4,M[R[esp]] ←R[ebp]
B.R[esp]←R[esp]+4,M[R[esp]] ←R[ebp]
C.M[R[esp]] ←R[ebp],R[esp]←R[esp]-4
D.M[R[esp]] ←R[ebp],R[esp]←R[esp]+4
第5题:
IA-32中指令“movb %al, 0x1(, %ecx, 4)” 的功能是()。
A.M[R[ecx]*4+1]←R[al]
B.R[al]←M[R[ecx]*4+1]
C.M[R[ecx]*4]←R[al]
D.R[al]←M[R[ecx]*4]