Quiz Answer Key and Fun Facts
1. Which of the following is a legal identifier in assembly language?
2. Which 32-bit register is used as the default loop counter?
3. Which of these values is the most acceptable for the data type REAL4?
4. What scenario sets the parity flag to 1?
5. Assume that anArray is a 16 bit array containing the following elements:
19, 'L', 110001000b, 4C0h
Which expression identifies an element written in base 16?
6. Which jump would take place in this code snippet:
mov al,232
cmp al,135
je L1
ja L2
jb L3
jz L4
7. How is 17D78400h written in little endian mode?
8. What is 01100101b XOR 11010110b?
9. Which operator in assembly language counts the number of bytes in an identifier?
10. If 'M', 59, 0, 'j', -99, and '?' was pushed in the stack in that order, what will be the order in which these elements are popped?
Source: Author
ebanks120
This quiz was reviewed by FunTrivia editor
WesleyCrusher before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.