Lecture 03: Computer Hardware (CS 101: Introduction to Computing)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

flashCards Covering important terms and assessing understanding by asking qs. ConCise and engaging

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

IC (Integrated Circuit):

A silicon slice with microscopic circuit elements, fundamental to computer components.

2
New cards

Motherboard:

Main circuit board connecting all essential chips.

3
New cards

Microprocessor:

An IC designed to process instructions (CPU on a chip).

4
New cards

ALU (Arithmetic Logic Unit):

Performs arithmetic and logical operations within the CPU.

5
New cards

Control Unit:

Directs/coordinates CPU processing.

6
New cards

RAM (Random Access Memory):

Temporary, fast, volatile storage for data/instructions.

7
New cards

ROM (Read-Only Memory):

Non-volatile memory for startup routines, not easily changed.

8
New cards

CMOS Memory:

Low-power, battery-backed memory on motherboard for boot data.

9
New cards

Magnetic Storage:

Stores data by magnetizing particles (e.g., HDD, tape).

10
New cards

HDD (Hard Disk Drive):

Magnetic storage with platters; vulnerable to head crashes.

11
New cards

Head Crash:

HDD damage when read/write head contacts debris on disk.

12
New cards

Optical Storage:

Stores data as light spots on a disk; less susceptible to damage.

13
New cards

Optical Disc Capacities:

CD (700 \text{ MB}), DVD (4.7-8.5 \text{ GB}), Blu-ray (up to 50 \text{ GB}).

14
New cards

Solid State Storage:

Non-volatile, no moving parts; faster access, portable.

15
New cards

Moore's Law:

Transistor count on ICs doubles ~every 2 years, improving performance.

16
New cards

Why is an Integrated Circuit (IC) considered fundamental to modern computer components?

Fundamental because it integrates numerous microscopic circuit elements onto a single silicon slice, enabling complex functionalities in a compact form.

17
New cards

How does the Motherboard facilitate communication between different computer components?

Facilitates communication by providing physical connections (traces, slots) and electrical pathways linking all essential chips and components.

18
New cards

How does a Microprocessor's function distinguish it from a general Integrated Circuit?

A specialized IC designed specifically as a CPU to process instructions, unlike general ICs with other purposes.

19
New cards

What specific role does the ALU play in the CPU's ability to manipulate data?

Performs all arithmetic calculations (e.g., addition) and logical comparisons (e.g., greater than) required for data manipulation within the CPU.

20
New cards

What major function would a CPU be unable to perform without its Control Unit?

Without the Control Unit, the CPU cannot direct and coordinate instruction execution, making it unable to process information in an organized manner.

21
New cards

Explain why RAM is described as 'volatile' memory and what this implies for data persistence.

Volatile because it requires continuous power to retain data. Data is lost when power is removed (e.g., computer turned off).

22
New cards

Why is it essential for ROM to be non-volatile, particularly for a computer's startup process?

Essential for ROM to be non-volatile as it stores critical startup routines (BIOS). If data were lost on power-off, the system could not boot.

23
New cards

Why does CMOS memory typically require a battery backup, and what kind of data does it store?

Requires battery backup as it's a low-power, volatile memory storing critical boot data (time, date, hardware configs) that must persist when off.

24
New cards

Describe the underlying principle by which Magnetic Storage stores data.

Stores data by using a read-write head to polarize/magnetize microscopic particles on a medium, representing binary data.

25
New cards

What physical aspect of an HDD makes it susceptible to a 'head crash'?

Susceptible because read/write heads float nanometers above rapidly spinning platters. Physical contact (dust, shock) causes a crash.

26
New cards

What is the primary consequence of a 'head crash' on an HDD's data integrity?

Primarily results in permanent data loss in affected areas due to physical damage to the platter surface, potentially making the drive inoperable.

27
New cards

How does the data storage method of Optical Storage contribute to its lower susceptibility to physical damage compared to magnetic storage?

Stores data as pits and lands (light spots) read by lasers without physical contact. This non-contact method reduces susceptibility to dust/crashes.

28
New cards

Compare the typical storage capacities of CD, DVD, and Blu-ray discs, indicating which offers the largest capacity.

Blu-ray offers highest capacity (50 \text{ GB}), then DVDs (4.7-8.5 \text{ GB}), and CDs (700 \text{ MB}), reflecting advancements in laser technology.

29
New cards

What are the key advantages of Solid State Storage over traditional magnetic storage, and why do these exist?

Advantages: faster access (no moving parts), greater durability, reduced power consumption, and portability. Ideal where speed and ruggedness are priorities.

30
New cards

What is the primary implication of Moore's Law for the continuous advancement of computing hardware?

Primary implication is continuous exponential improvement in computing power and cost-effectiveness: more transistors mean smaller, faster, more energy-efficient devices year after year.