The storage hierarchy consists of various types of memory, each with different capacities and speeds. Generally, as you move toward faster memory, the storage capacity decreases.
The correct decreasing order of storage capacities is:
Primary Memory (RAM) > Magnetic Disk > CPU Registers > Cache
Quick Tip: Remember: Faster memory usually has smaller capacity, and slower memory usually has larger capacity.
| 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 |