Hardware Flashcards

1
Q

what is the definition of the CPU

A

it is the main component in a computer for processing data and instructions

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

what is the Control unit

A

it directs the flow of instructions and/or data and coordinates the other parts of the CPU. it generates clock ticks or controls the clock

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

what is Arithmetic logic unit (ALU)

A

the ALU performs all the mathematical calculations / logical operations in the CPU

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

what is a Registers

A

fast access storage locations found on the CPU where data or control information is temporarily stored

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

what is a Memory address register (MAR)

A

stores the current address in the main memory that is currently being read or written

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

what is a Current instruction Register (CIR)

A

a temporary holding area for the instruction that has just been fetched from memory

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

what is a cache

A

it is an incredibly fast, but very expensive volatile memory that retains frequently used data. the cache can also be inside and out the CPU, with level 1 being the fastest and closest to the CPU, and level 3 being the slowest and furthest away

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

what is clock speed

A

the number of FDE cycles that a CPU can carry out per second. it is measured in Hertz (Hz)

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

what is a core (CPU)

A

some processors have multiple processors (Cores ) which can work in parallel

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

what does volatile mean

A

stored data is lost when the power is turned off

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

what does Fetch in the FDE cycle mean

A

the fetch cycle takes the address required from memory, stored it in the current instruction register and moves the program counter one so that it points at the next instruction

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

what does decode mean in the FDE cycle

A

the control unit authenticates the instruction in the current instruction register. the instruction is decoded to determine the actions that need to be carried out.

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

what does execute mean in the FDE cycle

A

Actions that occur during the execution cycle will depend on the instruction itself.

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

how does cache size affect performance

A

the bigger the cache size the more data that can be stored it can provide instructions and data to the CPU at a much faster rate.

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

how does clock speed affect performance

A

the FDE cycle will run faster, resulting in more instructions being processed

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

how does number of cores affect performance

A

the more core the more instructions that can be processed at once( performance con be affected when one core is waiting on another inside the CPU )

17
Q

describe flash memory

A

high capacity, portable, durable and fast (solid state)

18
Q

describe external hard drive memory

A

medium capacity, non-durable, portable and fast (magnetic)

19
Q

describe Blu-ray memory

A

low capacity, fairly durable , portable and not very fast (optical)

20
Q

describe magnetic storage

A

medium capacity, not very durable, portable and slow

21
Q

difference between integrated GPU and dedicated GPU

A

integrated - uses the computer’s RAM, cheaper than installing a dedicated GPU, generates less heat and uses less power than a dedicated GPU, perfect for general graphics processing such as watching or editing videos and world processing

dedicated - has it’s own video memory, provides the best visual experience, used by people such as professional graphics designers and serious gamers, uses more power and requires a good cooling system.

22
Q

what does a sound card do

A

a sound card will convert analouge input signals into digital data and reverse the process for output

23
Q

what is a motherboard

A

a motherboard is the main circuit of the computer

24
Q

what is an embedded system

A

an embedded system is a combination of software and hardware that performs a specific task whereas a general purpose computer is designed to carry out multiple tasks

25
Q

describe a RISC processer

A

a RISC processor carries out more complex commands but the problem is broken down into simpler instructions. they consume less power and generate less heat than CISC

26
Q

describe a CISC processor

A

a CISC processor can process a large number of complex instructions. This allows the processor to understand and carry out complex tasks with only a few instruction. however, they consume more power and generate more heat than RISC

27
Q

name all the different types of memory

A

Cache memory, Read only memory, Random access memory, Flash memory

28
Q

name all the forms of secondary storage

A

Optical, magnetic and solid state

29
Q

describe optical storage

A

Laser beams are projected onto a CD/DVD or Blu-ray disk and if light is reflected back, then data is read as a 1 and if light is not reflected back, data is read as a 0. Lasers are used to read and write information to a disk.

30
Q

describe solid state storage

A