CUET PG 2025 — Computer PYQ
CUET PG | Computer | 2025To provide a memory capacity of 32K X 16 how many address lines and data are required?
Choose the correct answer:
- A.
address lines=14, data lines=16
- B.
address lines=15, data lines=16
(Correct Answer) - C.
address lines=14, data lines=4
- D.
address lines=15, data lines=4
address lines=15, data lines=16
Explanation
Calculating Data Lines
The memory capacity is often expressed in the format
Number of Words × Bits per Word.
In this case, 32K×16.
32K represents the total number of memory locations (words).
16 represents the number of bits that can be stored in each memory location.
The number of bits per word directly corresponds to the number of data lines required.
Each data line carries one bit of information. Therefore:
Data Lines =16
Calculating Address Lines
The 32K part tells us the total number of unique memory locations the chip can store.
The term K in digital contexts usually stands for 1024.
Total Memory Locations =32×K=32×1024
To find the number of address lines, we express the total number of locations as a power of 2.
Address lines can represent 2n unique combinations.
Let N be the total number of memory locations and n be the number of address lines.
The relationship is N=2n.
Calculate total locations:
N=32×1024
Convert the numbers to powers of 2:
32=25
1024=210
So, the total number of locations is:
N=25×210=2(5+10)=215
Now, we use the formula N=2n:
215=2n
By comparing the exponents, we find:
Address lines (n)=15

