UNIT 1 - Introduction To Computer Science
UNIT 1 - Introduction To Computer Science
● RAM (Random Access Memory): Volatile memory for temporary data storage,
quick access by CPU.
● ROM (Read-Only Memory): Non-volatile memory containing firmware, used for
booting the computer.
● Cache Memory: High-speed memory between RAM and CPU, storing frequently
accessed data.
● ROM: Stores firmware and bootstrap loader, ensuring the computer can start
when powered on.
● RAM: Provides fast, temporary storage for running applications and data,
enhancing system performance.
● RAM: More RAM allows for running multiple applications simultaneously without
slowing down the system.
● Chip Speed (Clock Speed): Faster processing for quicker execution of
instructions.
● Graphics Processing Unit (GPU): Specialized processor for rendering graphics,
crucial for gaming and multimedia tasks.
● Storage Type (HDD vs. SSD): SSDs offer significantly faster data access times
compared to traditional hard disk drives.
● Positional: Value of a digit depends on its position within the number (e.g.,
decimal system).
● Non-Positional: Value of a digit is fixed, regardless of its position (e.g., Roman
numerals).
● Base 2 system using 0s and 1s, fundamental in digital systems and computing.