• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/30

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

30 Cards in this Set

  • Front
  • Back
one type of volatile memory is
RAM
the 68000 microprocessor can address 16M byte memory locations. The last memory byte location is
$FF FFFF
the first adress line (A0) of a memory chip is always connected to the....pin of the 68000 microprocessor
A1
A single 4096x8 EPROM could have a byte address range from $0000 to
$0FFF
the MK4118 chip is organized as 1024x8.HOw many chips are needed to have a 4096x16 memory for the 6800 microprocessor
8
the total number of adress locations in a page of memory is
256
how many adress pins should an EPROM have if it is organized as 8192x8
13
a ROM has 8 data lines and adress lines labelled A0 to A9. How many chips are needed before it can be used by the 6800 microprocessor
2
a dynamic RAM must be constantly...to avoid data loss
Refreshed
the three processing states in the 6800 are: normal, halted and
exception
the 6800 microprocessor has a vector table that occupies the memory map from $00 0000 to
$00 03FF
the TRAP 5 vector is located at memory location $0094. There are....memory locations allocated to it
4
the priviledge violation exception is vector number 8. Its location in the memory map is
$0020
the last instruction in an interrupt service routine is
RTE
the exception that allows single_stepping through a program is
trace
the highest priority on the interrupt request lines is a level..... code
7
a nonmaskable interrupt request is the following code on the IPLO-IPL2 pins
000
if the S bit is a one (1) in the staus register, the microprocessor is in the....mode
supervisor
an externally generated exception is
BERR
a sotfware exception is
TRAPV
when the 6800 microprocessor goes to the memory address of a specified vector, it loads the contents of those memory locations in the
Program counter
for a group 1 or 2 exception,the microprocessor saves the contents of the status register and the program counter on the
supervisor stack
for question No.22, in order to save the information,....word locations are required
3
the adress of a vector is $000080.the vector number is
32
DMA ( direct memory access) permits the transfer of data btwn a peripheral and the microprocessor's RAM memory and bypasses the
CPU
A DMA controller takes control of the system buses through bus
abitration
the 68000 bus abitration controls signals are BG, BGACK and
BR
the signal that the 68000 provides to the DMA controller is
BG
the three ( 3) bits that allow interrupts to be masked are located in the
status register
to store three (3) words in memory requires.....memory locations
six