Introduction to Computer Systems and Memory

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

A comprehensive set of flashcards covering the basics of computer definitions, components, memory types, peripheral devices, and software categories based on the introductory lecture notes.

Last updated 3:19 PM on 8/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

What is the origin and meaning of the word "Computer"?

The word comes from the Latin word "Computare," which means "to calculate."

2
New cards

What is the technical definition of a computer?

An electronic programmable device that accepts raw data (input), processes it according to a set of instructions (program), stores it if necessary, and produces meaningful information (output).

3
New cards

What is the difference between Data and Information?

Data is a collection of raw facts and figures without meaning on its own (e.g., "Ram", "9595"), while Information is processed, organized data with a meaningful purpose (e.g., "Ram scored 9595 marks").

4
New cards

What does the acronym GIGO stand for in computing?

Garbage In, Garbage Out, meaning that wrong input produces wrong output.

5
New cards

In the IPOS cycle, what are the four basic functions of a computer?

Input, Processing, Output, and Storage.

6
New cards

Which component is considered the "brain" of the computer?

The CPU (Central Processing Unit).

7
New cards

What are the three main components of the CPU?

The Control Unit (CU), the Arithmetic Logic Unit (ALU), and Registers.

8
New cards

What is the function of the Arithmetic Logic Unit (ALU)?

It performs all arithmetic calculations (addition, subtraction, multiplication, division) and logical comparisons (>,<,=,>, <, =, \neq).

9
New cards

What is the role of the Motherboard?

It is the main Printed Circuit Board (PCB) that acts as the backbone of the computer, connecting all hardware components and allowing them to communicate.

10
New cards

What is the purpose of a Data Bus?

A set of electrical pathways on the motherboard that carries data between the CPU, memory, and input/output devices.

11
New cards

How is Primary Memory characterized?

It is internal memory directly accessed by the CPU, semiconductor-based, fast, expensive, and has limited storage capacity.

12
New cards

Why is RAM considered "volatile"?

Because its contents are erased when the power is turned off.

13
New cards

What is the difference between SRAM and DRAM?

SRAM (Static RAM) uses flip-flops and does not need refreshing, whereas DRAM (Dynamic RAM) uses capacitors and requires continuous refreshing thousands of times per second.

14
New cards

What are the components and functions of ROM (Read Only Memory)?

ROM is non-volatile memory that permanently stores firmware and booting instructions, such as BIOS/UEFI.

15
New cards

Define EEPROM.

Electrically Erasable Programmable Read Only Memory, which can be erased and reprogrammed electrically without being removed from the computer.

16
New cards

What is Cache Memory?

A very small, ultra-fast memory located inside or near the CPU that stores frequently used data to reduce CPU waiting time.

17
New cards

NOO NEED

NO need

18
New cards

What is the primary difference between an HDD and an SSD?

An HDD (Hard Disk Drive) is a magnetic storage device with rotating disks, while an SSD (Solid State Drive) uses flash memory chips with no moving parts, making it faster and more durable.

19
New cards

no

need

20
New cards

What is Cloud Storage?

An online storage service where data is stored on remote servers and accessed through the Internet.

21
New cards

What is the difference between Soft Copy and Hard Copy output?

Soft copy is electronic output (e.g., on a Monitor) that cannot be touched, whereas hard copy is physical output printed on paper (e.g., from a Printer).

22
New cards

How does an LED monitor differ from an LCD monitor?

An LED monitor uses Light Emitting Diodes for backlighting, providing better brightness and efficiency, while an LCD uses fluorescent lamps.

23
New cards

Categorize printers into their two main types.

Impact Printers (e.g., Dot Matrix) and Non-Impact Printers (e.g., Laser, Inkjet).

24
New cards

Which port transmits both high-quality digital video and audio through a single cable?

HDMI (High-Definition Multimedia Interface).

25
New cards

What are Peripheral Devices?

Hardware components connected to a computer (like keyboards, printers, or external HDDs) that extend its capabilities but are not part of the CPU.

26
New cards

What is System Software?

Programs designed to manage and control computer hardware.

27
New cards

What is the function of a Language Processor?

It translates programs written in high-level or assembly languages into machine language (0s0s and 1s1s) that the computer can understand.

28
New cards

Contrast a Compiler and an Interpreter.

A compiler translates the entire program at once before execution, while an interpreter translates and executes the code one line at a time.

29
New cards

What is Utility Software?

System software designed to maintain, protect, and optimize the computer, such as Antivirus, Disk Cleanup, or Compression tools (WinRAR).

30
New cards

What is the difference between Open Source and Proprietary Software?

Open source software has publicly available source code that can be modified (e.g., Linux), while proprietary software is owned by a company with hidden source code and restricted usage (e.g., Windows).