COMP ARCH MIDTERM Flashcards
SAP 1 - sends to the memory the
address of
PROGRAM COUNTER
(SAP 1)The program is stored at the beginning of the memory with the first instruction at binary address _ _ _ _
0 0 0 1
(SAP 1) The program counter counts from _ _ _ _ to _ _ _ _
0000 to 1111
(SAP 1)It keeps track of the next instruction to be fetched and executed.
PROGRAM COUNTER
What in SAP 1 is also called a pointer
PROGRAM COUNTER
(SAP 1)includes the address and data
switch registers. These switch registers, which are
part of the input unit, allow you to send 4 address
bits and 8 data bits to the RAM. Instruction and data
words are written into the RAM before a computer
run.
input and MAR
MAR stands for
MEMORY ADDRESS REGISTER
(SAP 1) During a computer run, the address in the program counter is latched into the __________
MAR
(SAP 1)During a computer run what is latched into the MAR before applying this 4 bit address to the RAM
ADDRESS IN THE PROGRAM COUNTER ( 0000 - 1111 )
THE RAM IN SAP 1 IS WHAT SIZE
16X 8 static TTL RAM (128bits)
(SAP 1)-It can be programmed by means of the address and data switch registers.
RAM
(SAP 1)It allows you to store a program and data in the memory before a computer run.
RAM
(SAP 1) Before a computer run, the RAM receives __________from the MAR and a read operation is
performed.
4-bit addresses
(SAP 1)part of the control unit.
INSTRUCTION REGISTER
(SAP 1)The ________holds the instruction that has just been fetched from memory
INSTRUCTION REGISTER
(SAP 1) The contents of the instruction register is split up into _________
2 nibbles (half byte or 4 bits)
(SAP 1) For the instruction register, the upper nibble is a two state output that goes directly to the ________
“Controller-sequencer.”
(SAP 1)For the instruction register, the lower nibble is a three state output that is ________
Read onto the W bus when needed.
(SAP 1) a buffer register that
stores intermediate answers during a computer
run.
ACCUMULATOR
(SAP 1)How many bits come out of the Controller-Sequencer
12
(SAP 1)The 12 wires carrying the control word are
called the
control bus.