TAO 6123 Quiz 2

TAO 6123 Quiz 2

University

8 Qs

quiz-placeholder

Similar activities

CO-Quiz1

CO-Quiz1

University

10 Qs

Quiz 3 Pengantar Organisasi Komputer 2023-1

Quiz 3 Pengantar Organisasi Komputer 2023-1

University

10 Qs

Micro Arch - Basic Computer & Terms

Micro Arch - Basic Computer & Terms

University

13 Qs

Quiz 3 Pengantar Organisasi Komputer 2021-2

Quiz 3 Pengantar Organisasi Komputer 2021-2

University

10 Qs

Computer Organization and Architecture

Computer Organization and Architecture

University

12 Qs

CO Quiz 2

CO Quiz 2

University

10 Qs

Unit-4: Process Organisation

Unit-4: Process Organisation

University

10 Qs

The CPU

The CPU

KG - University

11 Qs

TAO 6123 Quiz 2

TAO 6123 Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Wee Yin

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The 3 major components of the processor are____

Arithmetic and logic unit

control unit

system bus

Registers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of Program Counter(PC)?

Contains the instruction most recently fetched

Contains the address of a location in memory

Contains the address of an instruction to be fetched

Contains a word of data to be written to memory or the word most recently read

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Accumulator register?

Stores the result of arithmetic and logic operations

Contains the address of a location in memory

Contains the address of an instruction to be fetched

Contains a word of data to be written to memory or the word most recently read

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Control Unit do in a CPU?

Stores the result of arithmetic and logic operations

Controls the flow of data within the CPU

Contains the address of an instruction to be fetched

Contains a word of data to be written to memory or the word most recently read

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of instruction pipelining in a CPU?

To increase clock frequency

To increase the number of instructions executed per clock cycle

To reduce the latency of executing individual instructions

To reduce the size of the instruction cache

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are the 3 types of hazards occurs in pipeline?

Structural hazard

Data hazard

Control/branch hazard

Resource hazard

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is indirect addressing?

Addressing mode where the operand is specified explicitly

Addressing mode where the operand is located at a memory address stored in a register or memory location

Addressing mode where the operand is computed using arithmetic operations

Addressing mode where the operand is directly accessed from the instruction itself

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the techniques that are commonly used to mitigate branch hazards?

Register renaming

Branch prediction

Pipeline forwarding

Loop buffer