Fundamentals of Hardware and Software Flashcards

(40 cards)

1
Q

What does CPU stand for?

A

Central Processing Unit.

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

What are the two main components of a CPU?

A
  • ALU (Arithmetic Logic Unit)
  • CU (Control Unit)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the function of the CPU?

A

To execute instructions and process data.

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

What is clock speed, and how is it measured?

A

The speed at which a CPU executes instructions, measured in GHz (gigahertz).

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

What is a multi-core processor?

A

A CPU with multiple processing units (cores) to handle multiple tasks simultaneously.

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

What is primary storage?

A

Memory directly accessible by the CPU (e.g., RAM, ROM).

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

What is the difference between RAM and ROM?

A

RAM is volatile (loses data when power is off); ROM is non-volatile (retains data).

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

What is cache memory?

A

A small, fast memory layer between the CPU and RAM to speed up data access.

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

Why is RAM important?

A

It temporarily stores data and instructions for quick CPU access.

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

What is virtual memory?

A

A portion of secondary storage used as an extension of RAM when it’s full.

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

What is secondary storage?

A

Non-volatile storage for long-term data retention (e.g., HDD, SSD).

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

Name three types of secondary storage.

A
  • Magnetic (HDD)
  • Optical (DVD)
  • Solid-state (SSD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is cloud storage?

A

Remote storage accessed via the internet (e.g., Google Drive, Dropbox).

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

What is the difference between sequential and direct access?

A
  • Sequential requires reading data in order (e.g., tape)
  • Direct allows immediate access (e.g., SSD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Convert 5 TB to GB.

A

5 TB = 5,000 GB.

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

Give two examples of input devices.

A
  • Keyboard
  • Mouse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is an output device?

A

Hardware that displays/processes data (e.g., monitor, printer).

18
Q

What is a touchscreen?

A

An input/output device that detects touch input.

19
Q

Name a device used for biometric input.

A

Fingerprint scanner.

20
Q

What is the function of a projector?

A

To display visual output on a large screen.

21
Q

What is a supercomputer?

A

A high-performance computer for complex calculations (e.g., weather forecasting).

22
Q

What is a mainframe computer?

A

A large computer for bulk data processing (e.g., banking systems).

23
Q

What is an embedded system?

A

A dedicated computer within a larger system (e.g., microwave controller).

24
Q

What is a personal computer (PC)?

A

A general-purpose computer for individual use.

25
What is a server?
A computer that provides services to other devices on a network.
26
What is system software?
Software that manages hardware (e.g., OS, utilities).
27
Give an example of application software.
Microsoft Word.
28
What is an operating system?
Software that manages hardware and provides a user interface (e.g., Windows).
29
What is open-source software?
Software with publicly available source code (e.g., Linux).
30
What is firmware?
Permanent software stored in ROM (e.g., BIOS).
31
What is a common symptom of overheating?
Frequent shutdowns or slow performance.
32
How can you fix a frozen computer?
Restart it or check for software conflicts.
33
What is a blue screen error?
A critical system error displayed on a blue screen in Windows.
34
What is malware?
Malicious software (e.g., viruses, spyware).
35
How can you prevent malware infections?
Use antivirus software and avoid suspicious downloads.
36
What is a source document?
Original data (e.g., paper forms, digital files).
37
What is a typographical error?
A mistake in typing (e.g., 'teh' instead of 'the').
38
What is the difference between validation and verification?
* Validation checks if data is reasonable * Verification checks if it matches the source
39
Name a validation method.
Range check (e.g., age must be 0-120).
40
What is a transposition error?
Swapping digits/characters (e.g., '123' vs. '132').