Section 5.5
Review Questions

Registers

  1. What is usually stored in a register?
answer...
a binary number
  1. What do we call the bit at the right end of a number, when written from left to righ, such as 11011110100000012?
answer...
LSB (least significant bit)
  1. What do we call registers used by assembly programmers to store intermediate values?
answer...
general purpose registers
  1. How many bits wide are most such registers?
answer...
32
  1. What other component(s) of a computer system often determine how wide registers will be?
answer...
number wires in the bus, size of a single cell of main memory, number of bits that the adder can handle in one computation