Lecture 2: How Computers Work

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/42

flashcard set

Earn XP

Description and Tags

Flashcards covering the definitions of basic computer components, supercomputing specifications, system architectures, and core operations as detailed in Lecture 2.

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

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards

Computer

A programmable electronic device that accepts raw data as input and processes it with a set of instructions (a program) to produce the result as output.

2
New cards

Computare

The Latin word meaning "to calculate," from which the term "computer" originates.

3
New cards

Analytical Engine

The first computer, invented by Charles Babbage in 1837, which utilized punch cards as read-only memory.

4
New cards

Input Operation

The function of handling raw data fed into the system.

5
New cards

Storage Operation

The function of storing data for processing and future retrieval.

6
New cards

Data Processing

The execution of program instructions to manipulate data.

7
New cards

Output Operation

The function of displaying or exporting the processed data.

8
New cards

Processor

The component that executes instructions from software and hardware.

9
New cards

Memory (RAM)

The primary memory used for data transfer between the CPU and storage.

10
New cards

Motherboard

The central circuit board that connects all other parts or components of a computer.

11
New cards

Storage Device

A hardware component, such as a hard drive, that permanently stores data.

12
New cards

Input Device

A component that allows a user to communicate with the computer or input data, such as a keyboard.

13
New cards

Output Device

A component that enables a user to see the output, such as a monitor.

14
New cards

FLOPS

Floating Point Operations Per Second; a measure of a computer's processing speed indicating the number of floating-point calculations it can perform in one second.

15
New cards

Node

In the context of supercomputers, a single computing unit containing one or more processors, memory, storage, and other necessary components.

16
New cards

Summit

A supercomputer at Oak Ridge National Laboratory (USA) with a processing power of 200200 petaflops and 46084608 nodes.

17
New cards

Fugaku

A supercomputer at RIKEN and Fujitsu (Japan) with a processing power of 442442 petaflops used for research on COVID-19 masks and simulating natural disasters.

18
New cards

Tianhe-2

A supercomputer at the National Supercomputer Center in Guangzhou (China) with a processing power of 33.8633.86 petaflops and 16,00016,000 nodes.

19
New cards

ERP

Enterprise Resource Planning; a software system including all tools and processes required to run a company, such as HR, manufacturing, finance, and accounting.

20
New cards

Cloud Services

Services that use remote servers to offer software, storage, and computing power, which the user makes use of without direct management.

21
New cards

CMOS

Complementary Metal-Oxide Semiconductor; it stores system information like the clock when the PC is off.

22
New cards

Word size

The unit of data processing, commonly 3232-bit or 6464-bit, which determines software compatibility and architecture.

23
New cards

HDD (Hard Disk Drive)

A type of drive used to store data when not actively in use; slower than an SSD.

24
New cards

SSD (Solid-State Drive)

A faster type of storage drive for operating systems and software; includes NVMe variants connected via M.2 pins.

25
New cards

Heat Sink

A metallic block used to draw heat away from the CPU during processing.

26
New cards

GPU (Graphics Processing Unit)

A dedicated component that processes complex graphics data for the screen and reduces the processing load on the CPU.

27
New cards

VGA (Video Graphics Array)

An analog technology supporting 640×480640 \times 480 resolution and up to 1616 colors; currently becoming outdated.

28
New cards

HDMI (High Definition Multimedia Interface)

A digital interface supporting resolution up to 1920×10801920 \times 1080 and bandwidth up to 1010 gigabits per second.

29
New cards

Peripherals

Any hardware not mounted inside a PC's case that connects externally through ports, such as monitors, mice, and webcams.

30
New cards

Expansion Slots

Slots on the motherboard that enable adding extra components like video cards or network cards; types include PCI, PCI Express, and M.2.

31
New cards

BIOS (Basic Input-Output System)

Fundamental software stored on a flash memory chip on the motherboard that controls the boot process.

32
New cards

POST (Power-On Self-Test)

An initial program in the BIOS that checks for hardware issues during the boot process; a single beep typically indicates no issues.

33
New cards

Operating System (OS)

Software that controls the PC post-boot and manages processor, memory, devices, and storage; examples include Microsoft Windows, Linux, and Mac OS X.

34
New cards

GUI (Graphical User Interface)

A user interface using icons or audio instead of text, allowing user interaction with the computer.

35
New cards

Von Neumann Architecture

A modern computer architecture concept developed in the mid-1940s1940s where computer memory stores both programs and data.

36
New cards

ALU (Arithmetic Logic Unit)

A component of the CPU that performs arithmetic and logic operations through addition, subtraction, and shifting.

37
New cards

Control Unit (CU)

The part of the CPU that reads instructions from memory and coordinates actions of computer components using the program counter (PC).

38
New cards

System Clock

The component that produces timing signals on the control bus to synchronize computer operations; measured in GHz.

39
New cards

IAS (Immediate Access Store)

Memory that stores data and programs temporarily for quick CPU access, including RAM and Cache memory.

40
New cards

Address Bus

A unidirectional bus that transports memory addresses from the CPU to memory to determine the addressable memory locations.

41
New cards

Data Bus

A bidirectional bus that facilitates data movement between the CPU, memory, and input/output devices; its width determines the word length transported.

42
New cards

Control Bus

A bidirectional bus, typically 88-bits wide, that carries signals from the Control Unit (CU) to other computer components.

43
New cards

Fetch-Execute Cycle

The continuous process where the CPU retrieves an instruction from memory (Fetch) and then interprets and performs the instruction (Execute).