Unit 1 – Computer Systems and Organisation

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

1/53

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture on computer systems, memory, buses, processors, data types, and software.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

54 Terms

1
New cards

Computer System

An electronic device that can be programmed to accept input, process it, and produce output.

2
New cards

Central Processing Unit (CPU)

The ‘brain’ of the computer that performs calculations and controls instruction execution.

3
New cards

Arithmetic Logic Unit (ALU)

CPU component that carries out arithmetic and logical operations.

4
New cards

Control Unit (CU)

CPU component that directs the sequence of operations and manages data flow.

5
New cards

Input Device

Hardware used to send data to a computer, e.g., keyboard, mouse, scanner.

6
New cards

Output Device

Hardware that receives data from a computer for display or production, e.g., monitor, printer.

7
New cards

Inkjet Printer

Printer that sprays liquid ink onto paper to create images or text.

8
New cards

Laserjet Printer

Printer that uses laser technology and toner to produce high-quality output.

9
New cards

Dot Matrix Printer

Impact printer that forms characters as a matrix of pins striking an inked ribbon.

10
New cards

3D Printer

Device that builds physical objects layer by layer from digital 3-D models.

11
New cards

Memory

Component that stores data and instructions for processing.

12
New cards

Primary Memory

Main memory directly accessible by the CPU. Program and data are loaded into the primary memory before processing

13
New cards

Secondary Memory

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

14
New cards

Random Access Memory (RAM)

data entered thru input device is temporarily stored here

15
New cards

Read Only Memory (ROM)

Non-volatile primary memory that permanently stores bootstrap code that helps in loading the op software into primary memory

16
New cards

Cache Memory

Very fast, small memory located on or near the CPU that stores frequently used data.

17
New cards

18
New cards

Solid State Drive (SSD)

Flash-based secondary storage with no moving parts, faster than HDD.

19
New cards

Bit

Smallest unit of data; represents 0 or 1.

20
New cards

Byte

Group of 8 bits; typically stores one character.

21
New cards

Kilobyte (KB)

≈1,024 bytes (2¹⁰).

22
New cards

Megabyte (MB)

≈1,024 KB or about one million bytes.

23
New cards

Gigabyte (GB)

≈1,024 MB or about one billion bytes.

24
New cards

Terabyte (TB)

≈1,024 GB or about one trillion bytes.

25
New cards

Petabyte (PB)

≈1,024 TB or about one quadrillion bytes.

26
New cards

Bus

Set of physical wires that transfer data, addresses, and control signals inside a computer.

27
New cards

Data Bus

Bidirectional bus that carries actual data between CPU and memory or I/O devices.

28
New cards

Address Bus

Unidirectional bus that carries memory addresses from CPU to main memory.

29
New cards

Control Bus

Unidirectional bus that carries control and timing signals among computer components.

30
New cards

Microprocessor

CPU implemented on a single integrated circuit chip.

31
New cards

Word Size

Maximum number of bits a CPU can process in one operation (e.g., 32-bit, 64-bit).

32
New cards

Clock Speed

Rate at which a CPU executes instructions, measured in Hertz (Hz).

33
New cards

Core (CPU Core)

Independent processing unit within a CPU; multiple cores enable parallel processing.

34
New cards

Microcontroller

Single-chip system combining CPU, RAM, ROM, and peripherals; used in embedded devices.

35
New cards

Data (computing)

Raw, unprocessed facts and figures.

36
New cards

Information

Processed, organized data that is meaningful and useful.

37
New cards

Structured Data

Data stored in predefined tables or formats, easy to search and analyze.

38
New cards

Unstructured Data

Data without a predefined format, e.g., images, social-media posts, free-form text.

39
New cards

Semi-structured Data

Data lacking rigid structure but containing tags/markers, e.g., HTML, CSV, emails.

40
New cards

Data Deletion

Process or event that removes or corrupts stored data at the bit level.

41
New cards

Data Recovery

Retrieving deleted, lost, or corrupted data from secondary storage.

42
New cards

Software

Intangible set of programs instructing hardware to perform tasks.

43
New cards

System Software

Software that manages hardware and provides basic functionality (OS, utilities, drivers).

44
New cards

Operating System (OS)

System software that acts as an interface between user and hardware.

45
New cards

Functions of an OS

Resource management, user interface provision, and services for application software.

46
New cards

System Utility

Program that maintains, analyzes, or optimizes a computer (e.g., disk defragmenter).

47
New cards

Device Driver

System software that enables the OS to communicate with specific hardware devices.

48
New cards

Application Software

Programs designed to perform specific user tasks, e.g., word processors, browsers.

49
New cards

Programming Tools

Software that aids code development, including assemblers, compilers, interpreters.

50
New cards

Assembler

Translator that converts assembly language code into machine code.

51
New cards

Compiler

Translator that converts entire high-level source code to machine code before execution.

52
New cards

Interpreter

Translator that converts and executes high-level code line-by-line at runtime.

53
New cards

Volatile Memory

Memory that loses its contents when power is removed (e.g., RAM).

54
New cards

Non-volatile Memory

Memory that retains data without power (e.g., ROM, SSD, HDD).