ECE 250 Quiz #11 A Simple Computer
Copyright © Dean Johnson 1995
(johnson@wmich.edu)
The following questions are designed to test your knowledge
of the Mark III computer, which is constructed from
components found in the ECE 250 lab. There are only 5 questions.
These quiz questions are similar in nature to the types of
questions you will find on the final exam concerning this material.
This is the last quiz of the semester.
(Go back to homepage.)
-
The accumulator is normally associated with which of the
following computer system blocks?
- MEMORY
- CONTROL UNIT
- ARITHMETIC UNIT
- INPUT/OUTPUT
-
Which one of the following statements concerning the Mark
III computer is FALSE?
- The Memory Address Register (MAR), during the Execution
cycle, contains the contents of Program Counter.
- The Accumulator is a shift register.
- The Program Counter (PC), during the Fetch cycle,
contains the address of the next instruction to be
executed.
- The contents of the Instruction Register can not be
loaded into the Accumulator.
- The Pulse-Time Distributor has 16 states.
-
11111 is a binary coded representation of the Mark III
instruction:
- LDA 3
- STA 3
- STA 7
- Halt
- ADA 7
-
If (A) = 00011 and (R6) = 00010, executing the Mark III
instruction LDA 6 yields which of the following results?
- (A) = 00110, (R6) = 00010
- (A) = 00010, (R6) = 00010
- (A) = 00011, (R6) = 00011
- (A) = 00110, (R6) = 00000
- (A) = 00010, (R6) = 00110
-
During the Fetch cycle, the Mark III computer:
- Loads the Accumulator
- Enables the Adder
- Stores data into a memory register
- Loads the Instruction Register.
- Increments the Program Counter