Most Common Registers Used In Computer

list of some of the most common registers used in a basic computer

Register Symbol Number of bits Function
Data register DR 16 Holds memory operand
Address register AR 12 Holds address for the memory
Accumulator AC 16 Processor register
Instruction register IR 16 Holds instruction code
Program counter PC 12 Holds address of the instruction
Temporary register TR 16 Holds temporary data
Input register INPR 8 Carries input character
Output register OUTR 8 Carries output character

The Memory unit has a capacity of 4096 words, and each word contains 16 bits.

  1. Data Register (DR) contains 16 bits which hold the operand read from the memory location.
  2. Memory Address Register (MAR) contains 12 bits which hold the address for the memory location.
  3. Program Counter (PC) also contains 12 bits which hold the address of the next instruction to be read from memory after the current instruction is executed.
  4. Accumulator (AC) register is a general purpose processing register.
  5. Instruction register (IR) is placed in the Instruction read from memory.
  6. Temporary Register (TR) is used for holding the temporary data during the processing.
  7. Input Registers (IR) holds the input characters given by the user.
  8. Output Registers (OR) holds the output after processing the input data.

Leave a Comment

Your email address will not be published. Required fields are marked *