Difficulty: Easy
Correct Answer: address
Explanation:
Introduction / Context:
Memory arrays in digital systems are indexed so the processor can fetch or store data deterministically. The terminology for the locator of a memory cell is fundamental to computer architecture and microcontroller programming.
Given Data / Assumptions:
Concept / Approach:
The identifier used to select one location among many is called an address. Address lines carry the binary value that selects the row/column/word line so that data can be read or written. Other terms in the options either describe memory types or the contents rather than the locator.
Step-by-Step Solution:
Verification / Alternative check:
Any memory datasheet or CPU documentation will describe the address bus and the addressable range; these consistently use “address” for the location specifier.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
address
Discussion & Comments