Computer Systems and Hardware Vocabulary

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

flashcard set

Earn XP

Description and Tags

A complete list of vocabulary flashcards created from the lecture transcript covering computer architecture, processors, storage, and related systems.

Last updated 8:52 PM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

79 Terms

1
New cards

Computer

A machine that can store and process data.

2
New cards

Computer System

A collection of integrated components that can input, store, process, and output data.

3
New cards

Cyber-Physical System

Another term used for a computer system made of integrated physical and computational components.

4
New cards

Input

Obtaining data from the outside world or from storage.

5
New cards

Processing

Manipulating data to accomplish something useful.

6
New cards

Output

Providing the result to the outside world in a useful form.

7
New cards

Input-Processing-Output Paradigm

The common computer-system pattern of receiving data, processing it, and producing a result.

8
New cards

CPU

Central Processing Unit; the main general-purpose processor that executes instructions and manipulates data.

9
New cards

ALU

Arithmetic Logic Unit; the CPU component that performs arithmetic and logic operations.

10
New cards

Control Unit (CU)

The CPU component that decodes instructions and tells other components what to do.

11
New cards

Register

Very fast, short-term memory inside or near the CPU used to hold data during calculations.

12
New cards

Scratch Memory

Another way the professor described registers; temporary memory used while processing.

13
New cards

Accumulator

A register used in simple computer architectures to hold intermediate results.

14
New cards

Von Neumann Architecture

A computer architecture based on the stored-program concept, using memory, CPU, input/output devices, and buses.

15
New cards

Stored Program Concept

The idea that program instructions and data are stored in the same memory.

16
New cards

Harvard Architecture

An architecture in which program instructions and data are stored separately.

17
New cards

Hardware

The physical components of a computer system.

18
New cards

Software

Programs and instructions that tell the computer what to do.

19
New cards

System Software

Software that manages and supports the computer system, such as operating systems and drivers.

20
New cards

Application Software

User-focused software such as games, browsers, word processors, and programs you write.

21
New cards

Operating System

System software that manages the computer and supports applications.

22
New cards

Driver

Software that tells the computer how to communicate with and use a hardware device.

23
New cards

General-Purpose Computer System

A flexible computer system designed to perform many different tasks.

24
New cards

Dedicated System

A computer system designed to perform one or a few specific tasks very well.

25
New cards

Embedded System

A dedicated computer system built into a larger device or machine.

26
New cards

Microcontroller System

A small dedicated computing system often used for specific control tasks.

27
New cards

Transistor

A tiny electronic switch used inside computer chips.

28
New cards

Binary

A two-state system represented using 00 and 11.

29
New cards

Positive Logic

The convention used in class where 00 means off and 11 means on.

30
New cards

Machine Language

The binary 00s and 11s that the computer ultimately executes.

31
New cards

Integrated Circuit

A circuit containing many electronic components, including large numbers of transistors, on one chip.

32
New cards

VLSI

Very-Large-Scale Integration; a chip containing a very large number of transistors.

33
New cards

Memory

A component that stores data and program instructions.

34
New cards

Volatile Memory

Memory that loses its stored information when power is removed.

35
New cards

Non-Volatile Memory

Memory that keeps stored information without continuous power.

36
New cards

Main Memory

RAM used to temporarily store programs and data while the computer is running.

37
New cards

RAM

Random Access Memory; volatile short-term main memory.

38
New cards

Secondary Storage

Long-term, non-volatile storage such as hard drives and SSDs.

39
New cards

Tertiary Storage

Removable or external storage such as flash drives, memory cards, or external drives, as described by the professor.

40
New cards

Magnetic Storage

Storage that records information magnetically, such as hard drives and magnetic tape.

41
New cards

Optical Storage

Storage read using light, such as CDs, DVDs, and Blu-ray discs.

42
New cards

Solid-State Storage

Electronic storage with no moving mechanical parts, such as SSDs and flash drives.

43
New cards

SSD

Solid-State Drive; non-volatile solid-state storage.

44
New cards

Hard Drive / HDD

Magnetic storage using spinning platters.

45
New cards

Bus

Wires that connect computer components so they can communicate.

46
New cards

Data Bus

Transfers data to and from memory locations or I/O devices.

47
New cards

Address Bus

Specifies which memory location or I/O device the computer wants to access.

48
New cards

Control Bus

Carries control signals used to coordinate communication and operations.

49
New cards

I/O

Input/Output; the movement of information into and out of a computer system.

50
New cards

Input Device

A device that converts information from the outside world into a digital form the computer can use.

51
New cards

Output Device

A device that converts digital information into a form usable in the outside world.

52
New cards

Analog

Information that can vary continuously over a range.

53
New cards

Digital

Information represented using discrete values.

54
New cards

ADC

Analog-to-Digital Converter; converts analog signals into digital data.

55
New cards

DAC

Digital-to-Analog Converter; converts digital data into analog signals.

56
New cards

Sensor

A device that detects a physical condition or quantity and provides input to a computer.

57
New cards

Transducer

A device that converts a physical quantity such as sound, movement, or light into an electrical signal.

58
New cards

Transceiver

A device that can both transmit output and receive input.

59
New cards

Accelerometer

A sensor that measures acceleration or motion.

60
New cards

Gyroscope

A sensor used to measure orientation or rotational movement.

61
New cards

Hall Sensor

A sensor that detects magnetic fields.

62
New cards

Hygrometer

A sensor used to measure humidity or moisture.

63
New cards

GPU

Graphics Processing Unit; a support processor designed for graphics, video, and highly parallel calculations.

64
New cards

Math Co-Processor

A support processor designed to perform mathematical tasks that are not well suited to the CPU.

65
New cards

NPU

Neural Processing Unit; a support processor designed for AI and neural-network-related tasks.

66
New cards

Support Processor

An additional processor that handles specialized tasks and reduces the CPU's workload.

67
New cards

System Board

The main board that connects and supports the computer's components.

68
New cards

Motherboard

Common name for the system board.

69
New cards

Expansion Card

A card added to a computer to provide additional capabilities.

70
New cards

Daughter Card

Another term for an expansion card.

71
New cards

Port

A physical connection used to connect external devices to the computer.

72
New cards

Socket

A connector on the system board designed to hold a component such as a CPU or memory module.

73
New cards

System Board Bus

Conductive pathways on the board that connect major components.

74
New cards

Wi-Fi Transceiver

A device that sends and receives wireless network data.

75
New cards

Bluetooth Transceiver

A device that sends and receives Bluetooth data.

76
New cards

NIC

Network Interface Card; a device that allows a computer to connect to a network.

77
New cards

Haptic Feedback

Output that uses vibration or physical sensation to provide feedback to the user.

78
New cards

Cloud-Based Service

A service that runs on remote computers and is accessed through a network or the internet.

79
New cards

Google Colab

The cloud-based programming environment your professor plans to use for Python in CIS 100.