Paper 1: Hardware Flashcards

1
Q

Central Processing Unit (CPU)

A

The “brain” of the computer. It executes instructions and performs calculations.

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

Arithmetic Logic Unit (ALU)

A

A part of the CPU that performs arithmetic operations (like addition and subtraction) and logical operations (like AND, OR, NOT).

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

Control Unit (CU)

A

A part of the CPU that manages the execution of instructions. It fetches instructions from memory, decodes them, and coordinates the activities of other components.

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

Registers (CPU)

A

Small, high-speed storage locations within the CPU used to temporarily hold data and instructions that are being actively processed.

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

Fetch-Decode-Execute Cycle

A

The fundamental process by which a computer retrieves and carries out instructions from memory:
* Fetch: Retrieve the next instruction from memory.
* Decode: Interpret the instruction.
* Execute: Perform the action specified by the instruction.

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

Clock Speed (CPU)

A

The number of instructions the CPU can execute per second, measured in Hertz (Hz) or Gigahertz (GHz). A higher clock speed generally means faster processing.

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

Cache Size (CPU)

A

A small amount of very fast memory within the CPU used to store frequently accessed data and instructions. A larger cache can improve performance by reducing the time the CPU spends waiting for data from main memory.

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

Number of Cores (CPU)

A

The number of independent processing units within a single CPU. More cores allow the CPU to perform multiple tasks simultaneously, improving multitasking performance.

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

Von Neumann Architecture

A

A computer architecture where the CPU and main memory use a single address space for both instructions and data. This is the most common architecture used in modern computers.

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

Input Device

A

A piece of hardware used to provide data and instructions to a computer (e.g., keyboard, mouse, scanner, microphone).

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

Output Device

A

A piece of hardware used to present information from a computer to the user (e.g., monitor, printer, speakers).

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

Primary Storage (Main Memory)

A

Memory that is directly accessible by the CPU and is used to store data and instructions that are currently being processed. Examples include RAM and ROM.

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

RAM (Random Access Memory)

A

A type of primary storage that is volatile (data is lost when power is turned off) and allows both reading and writing of data. It’s used for actively running programs and data.

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

ROM (Read-Only Memory)

A

A type of primary storage that is non-volatile (data is retained when power is off) and typically contains instructions that the computer needs to boot up. Data is usually written to ROM during manufacturing.

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

Secondary Storage

A

Non-volatile storage used to store data and programs permanently, even when the computer is turned off. Examples include hard disk drives (HDDs) and solid-state drives (SSDs).

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

Hard Disk Drive (HDD)

A

A type of secondary storage that uses magnetic platters to store data. Generally has a larger storage capacity but slower access speeds compared to SSDs.

17
Q

Solid State Drive (SSD)

A

A type of secondary storage that uses flash memory to store data. Offers faster access speeds, is more durable, and consumes less power than HDDs.

18
Q

Optical Storage

A

Storage devices that use lasers to read and write data on optical discs like CDs, DVDs, and Blu-ray discs.

19
Q

Magnetic Tape

A

A type of sequential access secondary storage, often used for backups and archival storage due to its high capacity and relatively low cost.

20
Q

Virtual Storage

A

Using a portion of the hard drive as if it were RAM when the actual RAM is full. This can slow down the system.

21
Q

Cloud Storage

A

Storing digital data on a network of servers rather than directly on the user’s device. It allows access to data from anywhere with an internet connection.

22
Q

Embedded System

A

A computer system with a dedicated function within a larger mechanical or electronic system, often with real-time computing constraints (e.g., in washing machines, cars, digital cameras).

23
Q

Universal Serial Bus (USB)

A

A common interface standard for connecting peripheral devices (like keyboards, mice, printers, external drives) to a computer. It also allows for data transfer and power supply.