Binary Data

Categories:

Quiz: Binary Data

1. 
What instruction is used to convert signed binary data to packed decimal?
2. 
What is the approximate range of signed binary values that can be stored in a fullword?
3. 
What does +6 look like in 6-bit two's complement?
4. 
What is the approximate range of signed binary values that can be stored in a halfword?
5. 
What instruction is used to convert packed decimal data to signed binary?
6. 
What does -6 look like in 6-bit two's complement?
7. 
What data format is used for signed binary integers?
8. 
How is a negative sign represented in a signed binary field?
9. 
How is a positive sign represented in a signed binary field?
10. 
Where is the sign stored in a signed binary field?

Quiz: Binary Data