Computer Hardware Flashcards

1
Q

What is the CPU and its purpose?

A
  1. Fetching instructions from RAM.
  2. Interpreting instructions.
  3. Executing them.
  4. Sending results to relevant components.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the CU and its purpose?

A

Control Unit
- To give orders and instructions to components

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

What is the ALU and its purpose?

A

Arithmetic Logic Unit
- Part of the CPU that does integer calculations and logical comparisons

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

What are CPU registers?
List some characteristics about them

A

CPU registers are small, high-speed storage locations within the CPU used to store instructions, data, or addresses temporarily during processing.

  • Holds a storage address,
  • CPU registers are made from SRAM
  • The registers in the CPU can be 32-bit or 64-bit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are CPU cores?

A

CPU cores are individual processing units within a CPU, capable of executing tasks independently.

  • Modern CPUs often have multiple cores (e.g., dual-core, quad-core).
  • Each core can handle a separate thread, enabling multitasking.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is multi-processing?

A

Multi-processing is the ability of a computer to use multiple processors or CPU cores to execute tasks simultaneously.

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

What is hyperthreading?

A

allows a single physical CPU core to act like two logical cores by processing two threads simultaneously.

Does not double performance but provides a noticeable boost for multi-threaded tasks.

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

What is RAM and what does it store?

A

Random Access Memory – volatile memory used for temporary data storage while a computer is running.

RAM stores DATA and PROGRAMS, CURRENTLY being used by the computer

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

What is Latency as regards RAM?

A

Latency is how much time the memory delays in giving back the data that the CPU asked for.

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

What is Point-to-point connection?

A

a direct communication link between two devices or components without any intermediary devices.

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

What is the FSB? What are its parts?

A
  • Address Bus
  • Data bus
  • Register bus
  • Control Bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Clock Multiplication?

A

A technique used in CPUs where the internal clock rate is a multiple of the external clock (base clock) provided by the motherboard.

Formula: CPU speed = Base Clock × Multiplier.

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

What is Overclocking?

A

The process of increasing a computer component’s clock rate beyond its factory settings to achieve better performance.

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

How does Overclocking differ from Clock Multiplication?

A

CPUs always run at speeds which are multiples of the system clock.
However, only when we Increase this ratio to values more than the standard specs of the CPU, are we overclocking it.

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

List the components on the motherboard in order of fastest to slowest.

A
  • CPU
  • Cache
  • RAM
  • GPU
  • SSD
  • HDD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is cloud storage?

A
  • service of storing data on remote servers accessed over the internet
  • eg. Google Drive, Dropbox
17
Q

What is Cache?
What is the fastest type of cache?

A
  • Cache is small, fast memory that stores frequently used data for quick access.
  • L1 cache (closest to the CPU).
18
Q

What is Disk Cache?
List some characteristics

A

RAM used on a hard drive casing to deliver data to the CPU quicker.
- Disk cache can be stored on the hard disk as well as on general

19
Q

What is browser cache?
List some characteristics

A

Website resources stored on local machine

  • Every time a website is accessed, a copy of the website is kept in the browser cache on the local hard drive.
  • Browser cache are usually private.
  • Browser cache stores downloaded files
  • Web pages loaded from browser cache loads faster than from a remote web server.
20
Q

What is web cache? AKA Proxy cache
List some characteristics

A

Website resources stored on intermediate server

  • Web cache are stored on a server of an organisation.
21
Q

What is SRAM vs DRAM?

A

On-chip memory

SRAM
- Faster
- Expensive
- Larger
- Better at idle
- Caches, high-performance tasks

DRAM
- Slower
- Cheaper
- Smaller
- Worse at idle, needs refreshing
- Main memory in computers

22
Q

What is ZIF Socket?
What is SATA?
What is Firmware?
What is ROM?

A
  • ZIF socket → The CPU is connected
  • SATA → Connector for storage device cables
  • Firmware → Software embedded on hardware to control the hardware
  • ROM → Read-Only Memory: non-volatile memory that stores firmware. Holds startup instructions.
23
Q

What is the function of the motherboard?

A

Connects all hardware components and allows communication between them.

  • Provides places for components to plug in (supports modular design).
  • Supplies power to components.
  • Facilitates communication through buses.
24
Q

What components are typically part of the system unit?

A
  • Power supply (transformer)
  • Hard drive
  • DVD/CD drive
  • Motherboard
25
Q

What are the three types of connections on a motherboard?

A
  • Sockets: For CPUs, hard drives (e.g., SATA sockets), and other components.
  • Slots: For expansion cards like RAM (DIMM), network cards, or video cards.
  • Ports: External connectors like USB and VGA.
26
Q

What does ‘hot swapping’ mean?

A

Replacing hardware (e.g., USB) without shutting down the system.

27
Q

What is an SSD?

A

Solid State Drive – storage with no moving parts, faster than HDDs.

28
Q

Define virtualization in computing.

A

Creating virtual versions of hardware, such as a virtual machine.

29
Q

What does RAID stand for?

A

Redundant Array of Independent Disks – improves storage performance and reliability.

30
Q

Name examples of expansion slots and the cards they support

A
  • PCI/PCIe slots: Graphics, network, or sound cards.
  • AGP slots: Older high-speed video cards.
31
Q

What is the BIOS, and where is it stored?

A
  • BIOS (Basic Input Output System) is software stored on the BIOS chip, stored on a ROM chip.
  • Runs the Power-On Self-Test (POST) to check connected devices and load the OS.
32
Q

What is RAID?

A

RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple hard disks or solid-state drives (SSDs) to protect data in the case of a drive failure.