Final answer:
Indirect memory addressing (A) is a method where the address field in an instruction points to a memory cell that holds the actual address of the operand, requiring two memory accesses to retrieve the data.
Step-by-step explanation:
The correct statement about indirect memory addressing is A) The address field points to a memory cell that contains the address of the operand. In indirect memory addressing, the CPU first reads the address field of the instruction to find the actual memory location where another address is stored. This other address is the one that actually contains the data or operand that is to be used in the operation. Unlike direct addressing where the address field contains the address of the operand itself, indirect addressing requires two memory access cycles: one to retrieve the operand's address and another to fetch the operand.