Change set

Pick exam & year, then Go.

Question map
Not attempted Correct Incorrect ★ Bookmarked
Loading…
Q136 (CISF/2021) Science & Technology › ICT, AI, Cybersecurity & Emerging Tech

Which one of the following stores the results produced by arithmetic and logic unit of a computer ?

Explanation

The Accumulator (ACC) is a general-purpose register used as a temporary storage location for the intermediate and final results produced by the Arithmetic Logic Unit (ALU). In most computer architectures, when the ALU performs an operation like addition or logical comparison, the output is directly stored in the accumulator for further processing or transfer to memory.

  • Instruction Register (IR): Stores the instruction currently being decoded or executed by the CPU.
  • Program Counter (PC): Contains the memory address of the next instruction to be fetched and executed.
  • Memory Address Register (MAR): Holds the memory address from which data will be fetched to the CPU, or the address to which data will be sent and stored.
✓ Thank you! We'll review this.

SIMILAR QUESTIONS

CISF · 2022 · Q141 Relevance score: -2.39

Which one of the following is a sequential electronic circuit that is used to store 1-bit information ?

CDS-II · 2025 · Q83 Relevance score: -4.04

Assuming the computer is a 4-bit computer, what result is produced after subtraction of 3 from 5 using the 2's complement representation ?

CDS-I · 2010 · Q98 Relevance score: -6.71

Which one of the following pairs with respect to computer is not correctly matched?