LU2 - Hardware Flashcards

1
Q

Control Unit

A

Controls execution of each instruction (sends read/write signals to memory and the addresses of the instruction to be fetched)

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

Arithmetic Logic Unit (ALU)

A

Where calculations and logical calculations take place. (Current Instruction is broken down and stored in registers)

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

Registers

A
  • Made of Static RAM ( is extremely fast)
  • very expensive
  • Eiter 32-bit or 64-bit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Read Only Memory (ROM

A

Non-volatile memory chip that can be used to permanently store data.

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

Serial Processing

A

Historically CPU’s process one instruction at a time, on single Processor

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

Hyper-Threading

A

A method simultaneously breaking up and running program instructions on multiple microprocessors.
- Each part is broken up into individual sets, each instruction is run on different processor.

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

Multi-processing

A

Is having multiple CPU’s or cores, on single CPU chip

Muti-processing and Hyper-threading were brought together. 2 cores that are hyper-threaded thus creating 4 logical core.

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

Processor Cache

A

Cache memory made up of Static RAM(faster than DRAM and normal RAM)

  • It stores blocks of program instructions and data that has been pre-fetched from RAM. In hope that Instructions or data will be needed next by CPU.

Level 1:
Cache is very small amount of memory built into the internal circuitry of CPU (less latency)

Level 2:
Cache memory can be located on top of the CPU chip (further away)

Level 3:
Motherboards contain level 3 cache on actual board itself ( larger than 2, but significantly slower)

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

RAM

A

Stores the programs currently in use and data associated with them

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

Latency

A

Time taken for a component to respond

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

Motherboard

A

The central printed circuit that connects components and devices to each other

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

System clock

A

Microchip that regulates the timing and speed of all computer functions

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

Overclocking

A

Practise of making components run at rate faster than designed

Per component:
CPU operates faster than system clock by changing its own clock multiplication factor

The Whole System:
System clock is increased affecting all components that detect the system clock and multiply factor

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

Bandwidth

A

The theoretical speed of date

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

Throughput

A

The actual speed of data, after latency has been applied

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

Internal Bus/Front Side Bus

A

Connects all components to the motherboard (Mostly CPU to RAM)

17
Q

Data Bus

A

Transfers actual instruction or data between CPU and RAM

18
Q

Address Bus

A

Transfers physical address of each instruction or data between CPU or RAM

19
Q

Control Bus

A

Carries commands(what computer needs to do) between CPU and RAM

20
Q

PCI Express (Peripheral Component Interconnect Express)

A

Used to connect graphic cards, RAID cards, WiFi cards, or SSD’s to motherboard

21
Q

SATA (Serial Advanced Technology Attachment)

A

Computer bus interface used to connect mass storage devices(Hard-drive) to motherboard

22
Q

USB (Universal Serial Bus)

A

Technology used to standardise connection of peripherals to computer

23
Q

NVme (Non-Volatile Memory Express)

A

Allows SSD’s to read/write at a much higher speed than via a SATA communication bus

24
Q

M.2 Format

A

Designed for manufacturers to install a variety of high speed devices that require very little power in small spaces

25
Q

Hard Drives (secondary storage)

A

The hard drive is housed in computer case, Stores all user programs and data permanently

26
Q

Hard Disk Drives

A

Designed with mechanical moving parts, that include read/write head that scans the disk for data.

  • is susceptible to shock or damage
27
Q

Solid State Drives

A

They don’t have any moving mechanical parts, only electric units

  • much faster and less susceptible to shock or damage
28
Q

Hybrid drives

A

A combonation of Hard Disk Drive and Solid State Drive

HDD is joined with high-speed flash memory using SDD technology

29
Q

Flash Drive

A

Small, portable storage device that uses SSD tech

30
Q

Optical Drives

A

Uses laser light to etch data onto a dis for read/write

  • CD, DVD, Blu-ray drives
31
Q

SD Cards

A

Secure Digital cards are very small flash memory cards that provide high memory for small size

32
Q

Input Devices

A

Equipment that provides data to computer processing

33
Q

Output Device

A

Any device that only receives information from computer

34
Q

Cloud Storage

A

enables storing data and files on the internet

  • iCloud
35
Q

Disk Cache

A

Hardware Mechanism for improving the time it takes to read from or write to a hard disk

  • included as part of hard disk

Instead of reading line by line, the lines are read into cache , so subsequent reads are from faster cache not slower drive

36
Q

Browser Cache

A

Accessing website, a copy of website is kept in browser cache on local hard disk

37
Q

Web Cache

A

Stores recently accessed web pages on a sever in network