4-4 MARIE Flashcards

1
Q

The number of clock cycles from then an interrupt is generated to when the process routine starts is the

A

Interrupt Latency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Maskable interrupts cannot be interrupted by other interrupts.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In MARIE, the indirect addressing instruction ADDI would contain a memory address in the instruction. What does the memory address point to in main memory?

A

A pointer to the operand to be used in instruction execution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Interrupt processing takes priority over the execution of other programs even if multiple interrupts are queued.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is the accurate “binary contents” representation of the instruction “ADD 104” in MARIE? (Hint: ADD is instruction 3)

A

0011000100000100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following is the accurate “hex contents” representation of the instruction “SKIPCOND” with an equals zero condition in MARIE? (Hint: SKIPCOND is instruction 8, and equals zero is high order bits 01)

A

8400

How well did you know this?
1
Not at all
2
3
4
5
Perfectly