CHAPTER 7: The CPU And Memory Flashcards
The Little Man instruction set is based on a decimal number system; real computers encode instructions and data using the
a) binary system.
b) Unicode system.
c) decimal system.
d) algebraic system.
a) binary system.
The ALU and CU together are known as the
a) CPU.
b) instruction set.
c) program counter.
d) Memory Management Unit.
a) CPU.
The area inside of the CPU that holds data temporarily and performs calculations is called the
a) accumulator.
b) program counter.
c) arithmetic logic unit.
d) Memory Management Unit.
c) arithmetic logic unit.
The storage locations that are used for a particular defined purpose within the CPU are called
a) RAM.
b) storage.
c) the bus.
d) registers.
d) registers.
The 1-bit registers that are used to allow the computer to keep track of special conditions (like overflow or power failure) are often called
a) flags.
b) loops.
c) the ALU.
d) I/O counters.
a) flags.
Loading the value zero into a register is called
a) inverting a register.
b) clearing a register.
c) dumping the register.
d) incrementing a register.
b) clearing a register.
The register that holds the address of the memory location that needs to be accessed is called the
a) IR.
b) MAR.
c) MDR.
d) MBR.
b) MAR.
The register that holds the current instruction is called the
a) IR.
b) PC.
c) LMC.
d) MBR.
a) IR.
The register that will hold the data value that is being transferred between the CPU and a particular memory location is called the
a) PC.
b) ALU.
c) MAR.
d) MDR.
d) MDR.
The mailboxes in the LMC model are the equivalent to a real computer’s
a) CPU.
b) ports.
c) memory.
d) control unit.
c) memory.
Which of the following is NOT one of the three lines that control the memory cell?
a) Skew line
b) Address line
c) Read/write line
d) Activation line
a) Skew line
If the Memory address register is 8 bits wide, the number of possible memory addresses is
a) 8
b) 16
c) 64
d) 256
d) 256
Memory that retains its values when power is removed is called
a) DRAM.
b) SRAM.
c) volatile.
d) nonvolatile.
d) nonvolatile.
There would never be a reason for an address transfer from the ________ to another register within the CPU.
a) IR
b) PC
c) MAR
d) MDR
c) MAR
When the instruction being executed is to store data, the data will be transferred from another register in the CPU to the _____, and from there it will be transferred into memory.
a) IR
b) PC
c) MAR
d) MDR
d) MDR