Ch 2: Microprocessor Functionality Flashcards

(17 cards)

1
Q

Where does digital processing occur?

A

on a chip, microprocessor, or integrated circuit (IC)

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

Which types of devices does Intel create different processors for?

A

Many types of computers, including desktops, laptops, and embedded systems

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

Which type of devices does Qualcomm create processing technology for?

A

mobile and wireless devices

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

Which type of devices does NVIDIA create processing technology for?

A

graphic processors

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

What is the purpose of the Central Processing Unit (CPU), also called a microprocessor or processor?

A

performs all calculations for the system

Makes the CPU the most essential and busiest part of the system

part of every computer

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

What is Semiconductor material?

A

CPU is a very small wafer of this material

Tiny transistors and other electronic components are etched into CPU which is made of a thin layer of this material

Semiconductors are neither a good conductor of electricity like copper nor good insulators like rubber, so they don’t interfere with the flow of electricity

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

What is the Machine Cycle?

A

Four basic operations that a CPU’s internal components perform

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

What is the purpose of the Control Unit?

A

directs and coordinates the overall operation of the CPU

fetches instructions from memory and places them in registers, then decodes instructions

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

What is the purpose of the Arithmetic Logic Unit (ALU)?

A

Executes instructions during the machine cycle

The resulting process data is stored in registers until the control unit gives instructions for output

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

What is the purpose of a Register?

A

functions as a “workbench” inside CPU, holding data that is processing

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

What steps does data go through inside the CPU?

A
  1. Fetch: The control unit fetches instructions from memory and places them into registers temporarily
  2. Decode: The control unit interprets the instructions and decides how to direct the ALU
  3. Execute: The ALU performs math calculations according to the instructions it receives
  4. Store: Processed data is stored in registers until the control unit gives an instruction for it to be output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is cache?

A

Fast memory that’s stored close to the CPU and connected by a fast pathway

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

When the CPU needs data, where does it look first?

A

The closest cache, L1

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

What is an L1 cache?

A

on die cache, meaning it is stamped into the same silicon wafer at the same time as the CPU

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

Where does the CPU look if it’s unable to find the needed data in L1?

A

L2

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

Where is L2 on modern systems?

A

in the CPU next to the Silicon chip

17
Q

If the data is not in L2, where does the system check next?

A

L3
larger and slightly farther away