


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Class: Computer Organization I; Subject: Electrical and Computer Engr; University: University of Illinois - Chicago; Term: Unknown 2012;
Typology: Exams
1 / 4
This page cannot be seen from the preview
Don't miss anything!



a) (101.1101) (^2) b) (101.1010) (^2) c) (101.0101) (^2) d) (101.1011) (^2) e) none of the above
a) (162.3125) (^10) b) (102. 5) (^10) c) (102.3125) (^10) d) (162.5) (^10) e) none of the above
a) 0Dh b) F3h c) F2h d) 8Dh e) none of the above
a) 80FFh b) FFFFh c) FF01h d) 00FFh e) none of the above
a) 34h b) 22h c) DEh d) 24h e) none of the above
a) N (^) min = โ64, N (^) max = + b) N (^) min = โ 32, N (^) max = + c) N (^) min = โ11, N (^) max = + d) N (^) min = โ15, N (^) max = + e) none of the above
a) BFE00000h b) 3FE00000h c) C0700000h d) C0600000h e) none of the above
cmp bl,โaโ jb exit cmp bl,โzโ ja exit sub bl,โaโ add bl,โAโ exit:
a) BL โ BL โ 32 b) if the character is uppercase, then it is made lowercase c) if the character is lowercase, then it is capitalized d) BL โ BL โ 64 e) none of the above
xor eax, 80000000h and eax, 80000000h
What result is now in EAX (in IEEE format)? a) X b) X c) โ X d) โ X e) none of the above
a) 2 8 b) 2^16 c) 2 32 d) 2^20 e) none of the above
a) F000: b) 1234:E c) E111: d) F234: e) none of the above
a) cmp dl,'0' b) mov ebx,eax c) mov al,[ebx+1] d) cmp [ebx],