M2 Flashcards
This transfers the contents of a specific MM
location to the CPU. The word in the MM remains X
Fetch or Read.
unchanged.
Read/Fetch Cycle:
- CPU sends address of the desired location.
- MM reads the data stored at that address and sends it to
the CPU.
This transfers a word of information from
the CPU to a specific MM location. This X the
former contents of that location.
Store or Write.
overwrites
Write/Store Cycle:
• 1. CPU sends address of the desired location to the
MM, together with the data to be stored into that
location.
• 2. Data is written at desired location.
X accesses a word and a double
word by storing the low-order byte of a word at
the address specified and the high-order byte at
the next location.
80x86 family
word consumes X consecutive
memory addresses.
two
The 8088 and 80188 microprocessors have an X
bit data bus. This means that the CPU can transfer
X
eight
eight bits of data at a time.
Discrete Structures 1
The 8086, 80186, 80286, and
80386sx processors have a X bit
data bus.
16
processors that have a 16 bit data bus organize memory into two blanks
even bank and
an odd bank
X means that programs
(together with data) are stored in main memory during
execution.
Von Neumann Architecture
contains the
memory address of the instruction to be
executed.
PC (Program Counter)
holds
the address of the location to or from which
data are to be transferred.
MAR (Memory Address Register)
contains
the data to be written or read out of the
addressed location.
MDR (Memory Data Register)
contains the
instruction that is being executed.
IR (Instruction Register)
On Von Neumann machines like the 80x86, most operations are
serialized.
This
means that the computer executes commands in a prescribed order.
serialized.
handles all synchronization within a computer system.
system clock
is an electrical signal on the control bus which alternates between
zero and one at a periodic rate
system clock
The frequency with which the system clock alternates
between zero and one is the system clock frequency.
system clock
The time it takes for the system clock to switch from zero to
one and back to zero is the
clock period.
One full clock period is
also called a
clock cycle.