COA_Ch04_InClass-2

COA_Ch04_InClass-2

8 Qs

quiz-placeholder

Similar activities

SINT 3

SINT 3

KG - University

5 Qs

 Intro to Video Game Design Unit Quiz

Intro to Video Game Design Unit Quiz

KG - University

10 Qs

EXPERIMENT 5 VIVA QUIZ

EXPERIMENT 5 VIVA QUIZ

KG - University

10 Qs

Restart Chapter 25

Restart Chapter 25

KG - University

12 Qs

DSD QUIZZ 1 2023 Batch

DSD QUIZZ 1 2023 Batch

KG - University

10 Qs

DE QUIZ 2

DE QUIZ 2

KG - University

12 Qs

MWR 3: Goals and Architectures

MWR 3: Goals and Architectures

KG - University

4 Qs

COA_Ch04_InClass-2

COA_Ch04_InClass-2

Assessment

Quiz

others

Easy

Created by

Chun-Jung Lin

Used 9+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

The ___________ of a machine specifies the instructions that the computer can perform and the format for each instruction.
control unit
CPU
instruction set architecture
fetch-decode-execute cycle

2.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

The _____ register keeps track of the next instruction to be fetched.
program counter
accumulator
address register
memory buffer register

3.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

The register that holds the actual data to be read from or written to a given memory address is called:
memory address register
index register
memory buffer register
none of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Which MARIE instruction is being carried out by the RTN statement that follows? PC ← X
Store X
JnS X
Load X
Jump X

5.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Among other things, assembler directives can:
determine the next action after numeric overflow
distinguish a value as hexadecimal or decimal
invoke interrupt service routines
control conditional assembly using macro instructions

6.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

One good reason to use assembly language is to compensate for shortcomings in optimizing compilers for higher-level languages. Interrupt checking is typically carried out at various times during the execution of a machine instruction.
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

During the second pass of an assembler:
instructions are only partially assembled
the symbol table is only partially completed
addresses from the symbol table are placed in object code
external code is merged with the object code

8.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

If a system's entire set of microoperations consists of 92 statements, how many bits must be used for its microop code?
7
8
64
92