We perform successive divisions by 8 and record the remainders:
Reading the remainders from bottom to top, the octal representation of 100 is 1448.
We perform successive divisions by 16 and record the remainders. For remainders 10–15, we use hexadecimal digits A–F:
Reading the remainders from bottom to top, the hexadecimal representation of 100 is 6416.
Therefore, the decimal number 100 is represented as:
This corresponds to option (3).
| List-I (Binary Representation) | List-II (Decimal Representation) |
|---|---|
| a. 00100001 | iii. 33 |
| b. 11100011 | ii. 227 |
| c. 11111111 | iv. 255 |
| d. 10000000 | i. 128 |
| List-I | List-II |
|---|---|
| a. BCD code | iv. Code used to represent decimal digits in binary form |
| b. EBCDIC | i. Code used for encoding characters in IBM mainframe systems |
| c. ASCII | ii. Codes widely used for character encoding standard for electronic communication |
| d. Unicode | iii. Universal character encoding standard that can represent virtually all written languages |