Fetch Decode Execute Cycle

Fetch Decode Execute Cycle

12th Grade

8 Qs

quiz-placeholder

Similar activities

Understanding the Fetch-Decode-Execute Cycle

Understanding the Fetch-Decode-Execute Cycle

12th Grade

11 Qs

Computing: CPU registers

Computing: CPU registers

8th - 12th Grade

10 Qs

01. SysArch- CPU Components Quiz

01. SysArch- CPU Components Quiz

9th - 12th Grade

11 Qs

1.2.4. Types of Programming Language

1.2.4. Types of Programming Language

12th Grade

12 Qs

Internal Components of a Processor

Internal Components of a Processor

9th - 12th Grade

10 Qs

CPU Registers

CPU Registers

11th - 12th Grade

13 Qs

Retrieval Practice 1.1.1

Retrieval Practice 1.1.1

12th Grade

13 Qs

Computer System Architecture Quiz

Computer System Architecture Quiz

12th Grade

13 Qs

Fetch Decode Execute Cycle

Fetch Decode Execute Cycle

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Samuel Knott

Used 16+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the program counter contain when an instruction is fetched?

The address of the next instruction

The opcode of the current instruction

The data for the current instruction

The address of the previous instruction

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the memory address register?

To store the address of the next instruction

To store the opcode of the current instruction

To store the data for the current instruction

To store the address of the data needed for the current instruction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the current instruction register?

To store the address of the next instruction

To store the opcode of the current instruction

To store the data for the current instruction

To store the address of the data needed for the current instruction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the program counter after an instruction is fetched?

It is incremented by one

It is decremented by one

It remains the same

It is reset to zero

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the memory data register?

To store the address of the next instruction

To store the opcode of the current instruction

To store the data for the current instruction

To store the address of the data needed for the current instruction

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the accumulator?

To store the address of the next instruction

To store the opcode of the current instruction

To store the data for the current instruction

To store the result of the current instruction

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens during a program branch?

The program counter is incremented

The program counter is decremented

The program counter is changed to the operand

The program counter remains the same

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the program counter remember how to get back to the previous instruction after a program branch?

Through a data structure called a stack

Through a data structure called a queue

Through a data structure called a linked list

Through a data structure called a tree