NIMCET 2022 — Computer PYQ
NIMCET | Computer | 2022FFFF will be the last memory location in a memory is size
Choose the correct answer:
- A.
32k
- B.
16k
- C.
64k
(Correct Answer) - D.
1k
64k
Explanation
To find the total memory size, we first determine the total number of addressable locations. If the last address is FFFF16, and the first address is 000016, the total number of locations is:
Converting the hexadecimal value FFFF to decimal:
Now, adding 1 for the total count:
To convert bytes into Kilobytes (K), we divide by 1024 (since 1K=210=1024):
Explanation
To find the total memory size, we first determine the total number of addressable locations. If the last address is FFFF16, and the first address is 000016, the total number of locations is:
Converting the hexadecimal value FFFF to decimal:
Now, adding 1 for the total count:
To convert bytes into Kilobytes (K), we divide by 1024 (since 1K=210=1024):

