Chapter 5 (Computer Hardware) Flashcards

1
Q

What is the fetch execute cycle?

A

The Fetch Execute Cycle is a computer process that locates a program instruction from memory, decodes the instruction and carries out the required action; this process is repeated for the rest of the program instructions.

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

What is the CPU?

A

The CPU is the processor or brain of the computer where data and programs are processed and calculations take place

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

What is the CU/ What does it stand for?

A

Control unit, Decides which instruction to carry out first​

Fetches it from memory​

Decodes the instruction and executes it​

Repeats this process (fetch-execute cycle)

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

What is the ALU/ What does it stand for?

A

Arithmetic logic unit, Performs logical comparisons to assist with decision making using AND, OR and NOT operators​ Carries out arithmetic calculations (+,-, X, / etc.)​

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

What is the IAS/ What does it stand for?

A

Immediate access store, Each memory location has a unique address assigned to it​ During the F-E cycle instructions are fetched from their specific storage location in the IAS using an address​ Stores the programs and data temporarily while in use

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

What is the PC/ What does it stand for?

A

program counter, Stores the address of the next instruction to be executed

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

What is the MAR/ What does it stand for?

A

Memory address register,The address of the current instruction or data being executed is temporarily stored in the MAR.​

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

What is the MDR/ What does it stand for?

A

Memory data register, This register will temporarily store data being fetched from or written to the CPU

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

What is the IR/ What does it stand for?

A

Instruction register, Temporarily stores the current instruction to be decoded and then executed. ​

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

Wht is the accumulator?

A

When calculations takes place on data, the results are initially stored in the accumulator before being transferred and stored in main memory. ​

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

What is clock speed?

A

This measures the number of instruction cycles the CPU can deal with in a second​

Measured in GHZ (higher number the better)

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

What is cache?

A

Temporarily stores frequently used instructions and data​

It is quicker to search cache memory than RAM thus increasing processor speed

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

what is the processor core?

A

Can be defined as a single processor More advanced CPUs contain more than one which will increase their ability to run many programs at the same time e.g. quad core processor has 4 processors. ​

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