Module 3 Review Quiz Flashcards

1
Q

Which component of a computer carries data between the CPU and memory?

A

bus

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

Which component of the CPU is responsible for executing arithmetic and logic instructions?

A

ALU

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

What part of a CPU holds millions or billions of transistors on a silicon wafer?

A

die

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

Which part of a CPU carries signals to indicate where data should be read from or written to in the system’s memory?

A

address bus

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

If you are developing a bootloader for a CPU, what do you need to know about the CPU to ensure that your bootloader code will be executed when the CPU is powered on?

A

reset vector address

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

Which of the following is true about CISC CPUs?

A

They use microcode.

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

Which of the following is used to keep the CPU informed of the status of resources and devices connected to the computer?

A

control bus

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

What type of computer program takes a high-level language and turns it into assembly code?

A

compiler

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

If you had a window into a CPU’s internal components, where would you look to find information about the next instruction the CPU executes?

A

program counter

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

Where must data be placed on a CPU before it can use the data for arithmetic instructions?

A

register

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

Manufacturers rate their CPU speeds based on which characteristic?

A

internal clock speed

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

Which of the following is true about RISC CPUs versus CISC CPUs? (Choose all that apply.)

A

They have more registers

They require a more complex compiler.

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

Which cache level provides the fastest access to its data?

A

L1

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

A CPU with an external clock speed of 2 GHz and a 64-bit data bus can transfer how many bytes per second?

A

16 GB/s

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

The list of commands a CPU can execute is referred to as which of the following?

A

instruction set

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

Which feature of a CPU allows it to execute a set of four instructions three times in fewer than twelve clock cycles?

A

pipelining

17
Q

What program takes human-readable instructions such as load and store and turns them into opcodes?

18
Q

In what way is a RISC processor sometimes more efficient than a CISC processor?

A

One instruction is executed per clock cycle.

19
Q

What is the purpose of microcode?

A

It carries out complex CPU instructions

20
Q

Which line of CPUs is a RISC processor?