GATE CS 2023 Set 1 — Question 42
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.MCQ+2 / -0.67MediumMemory Technologies (SRAM, DRAM, ROM)Memory Hierarchy & CacheComputer Organization & ArchitectureEncoders & DecodersCombinational CircuitsDigital Logic
Computer Organization & Architecture → Combinational Circuits → Encoders & Decoders
Last updated
Question
A 4 kilobyte (KB) byte-addressable memory is realized using four 1 KB memory blocks. Two input address lines (IA4 and IA3) are connected to the chip select (CS) port of these memory blocks through a decoder as shown in the figure. The remaining ten input address lines from IA11–IA0 are connected to the address port of these blocks. The chip select (CS) is active high.
The input memory addresses (IA11–IA0), in decimal, for the starting locations (Addr=0) of each block (indicated as X1, X2, X3, X4 in the figure) are among the options given below. Which one of the following options is CORRECT?

Correct answer
(C) (0, 8, 16, 24)
Solution
1.Address Mapping: The total address space is 12 bits (IA11 to IA0). IA4 and IA3 are used for block selection via the decoder. The other 10 bits (IA11-IA5 and IA2-IA0) are used as the internal address (
Addr) for each 1 KB block.2.Starting Locations: For the starting location of any block, the internal address must be 0. This means .
3.Block Selection:
- X1 is selected when . Full address: .
- X2 is selected when . Full address: .
- X3 is selected when . Full address: .
- X4 is selected when . Full address: .
Continue learning with Success Tracker
A step still unclear? Work through it with support
Use Success Tracker to ask about the reasoning, then try another GATE CS question to check your understanding.
AI-powered practice· Unlimited practice on eligible plans
- PYQs with solutions
- Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
- Practice that adapts
- Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
- AI doubt support
- Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.
Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.
This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.
More questions on Combinational Circuits
2026 Set 1 Q14Match each addressing mode in List I with a data element or an element of a data structure (in…2026 Set 1 Q15Consider a processor P whose instruction set architecture is the load-store architecture. The…2026 Set 2 Q16Which one of the following options is not a property of Boolean Algebra? Note: is OR…2026 Set 1 Q16Which one of the following dependencies among the register operands of different instructions can…2026 Set 2 Q18Consider the following two statements about interrupt handling mechanisms in a CPU. S1: In…