1. ► What is the binary representation of decimal number 253?
2. ► What is the maximum value of 10 bit unsigned number?
3. ► Negative numbers are represented in 2's complement form in CPU.
4. ► What is the decimal value of signed binary number 11010?
5. ► What is the maximum value of a 7 bit unsigned number?
6. ► Which are the binary representation of -9?
7. ► Which of the following is binary representation of -9?
8. ► For big endian machine, which one of the following statement is true.
9. ► Which number is equivalent to 2^10?
10. ► What is the hex value of binary number 1111010?
11. ► How many minimum number of bits are required to represent decimal 130?
12. ► What is the binary representation of decimal number 67?
13. ► What is the maximum value of a 8 bit signed number?
14. ► In a computer, numbers are internally represented as:
15. ► What is the minimum value of 8 bit signed number?
16. ► What is the correct order of hex number 0x01020304 for little endian machine in memory assuming 32 bit word size?
17. ► What is the hex representation of decimal number 255?
18. ► How many minimum number of bits are required to represent decimal -1354?
19. ► What is the hex value of binary number 0100100011101000?
20. ► What is the hex representation of decimal number 33?