Section 5.5
Review Questions
Registers
-
What is usually stored in a register?
answer...
a binary number
-
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)
-
What do we call registers used by assembly programmers to store intermediate
values?
answer...
general purpose registers
-
How many bits wide are most such registers?
answer...
32
-
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