APCSP Unit 1 Vocab REVIEW

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

1/91

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:25 AM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

92 Terms

1
New cards
ENIAC
The first high-speed, purely electronic, digital machine that could be programmed and re-programmed to handle a wide array of tasks.
2
New cards
von Neumann Architecture
A design in which instructions are stored in memory rather than being permanently built into wires and switches.
3
New cards
vacuum tube
A glass component containing electrodes that was used in early machines as a switch or amplifier.
4
New cards
transistor
A semiconductor component used to amplify or switch electronic signals.
5
New cards
semiconductor
A substance that conducts electricity under some conditions but not others.
6
New cards
integrated circuit
A single, mass-produced component containing many electronic components and their connections.
7
New cards
microprocessor
A single integrated component containing the functions needed to perform the main processing tasks of a computer.
8
New cards
circuit board
A sheet of insulating material used to mount and connect electronic components.
9
New cards
Moore's law
A theory predicting that the number of inexpensive transistors in the same physical area would double about every two years.
10
New cards
quantum computing
Experimental machines that use quantum bits and principles such as entanglement and superposition to process information.
11
New cards
hardware
The physical parts of a computer system.
12
New cards
computer case
The external shell that holds and protects the internal components of a computer.
13
New cards
motherboard
The main board that connects and supports many of the components inside a computer.
14
New cards
CPU
The main component responsible for executing instructions and running software.
15
New cards
CU
The part that retrieves information from memory, decodes it, and directs the execution of instructions.
16
New cards
ALU
The part that performs mathematical and logical operations.
17
New cards
primary memory
Storage that holds currently running programs and active data and can be accessed directly by the processor.
18
New cards
RAM
Physical storage that temporarily holds programs and data while a computer is powered on.
19
New cards
ROM
Storage that retains programs or data even when power is turned off.
20
New cards
graphics processor
An integrated component specialized in creating images for a display.
21
New cards
video card
A plug-in module containing advanced graphics-processing hardware and dedicated video memory.
22
New cards
sound processor
An integrated component specialized in creating audio output for speakers.
23
New cards
sound card
A plug-in module containing advanced audio-processing hardware, input connections, and other features.
24
New cards
hard disk
A type of secondary storage that retains programs and data even when power is turned off.
25
New cards
removable storage media
Portable storage used to transfer data between computers.
26
New cards
peripheral
An external input or output device connected to a computer.
27
New cards
hardware platform
A combination of physical devices assembled to form an effective computer system.
28
New cards
Desktop
A full computer setup with separate display, keyboard, pointing device, and external devices.
29
New cards
Laptop
A small, portable computer with an attached foldable display, keyboard, and pointing device.
30
New cards
Tablet
A lightweight computer primarily operated through an integrated touch display.
31
New cards
Smartphone
A pocket-sized mobile device with a touch display and an operating system capable of running applications.
32
New cards
software
A collection of instructions and programs that make a computer perform useful tasks.
33
New cards
program
An application or set of instructions that runs on a computer to complete a task or provide a service.
34
New cards
statement
A piece of code that performs a specific action.
35
New cards
Microsoft Windows
An operating system introduced in 1985 that uses a graphical interface.
36
New cards
Mac
An operating system released in 1984 known for graphics capabilities, ease of use, and reliability.
37
New cards
graphical user interface
A visual method that allows a person to communicate with a computer using symbols and other on-screen elements.
38
New cards
Linux
A free and open-source operating system released in the early 1990s and used on many types of computers.
39
New cards
open-source software
Programs whose source code is publicly available for people to download, modify, and use, sometimes with licensing restrictions.
40
New cards
IDE
A single application that provides tools for designing, writing, running, and testing code.
41
New cards
computing system
A group of devices that work together to solve a problem or provide a service.
42
New cards
network
A group of two or more computers connected to share data.
43
New cards
network adapter
A device that sends and receives data through a connection between computers or other devices.
44
New cards
Ethernet cards
Standard adapters commonly used to provide wired network connections on desktop computers.
45
New cards
wireless network
A connection system that uses over-the-air signals instead of physical cables.
46
New cards
bandwidth
The amount of data that can move through a connection during a given period of time.
47
New cards
coaxial
An early networking cable made of a solid copper wire surrounded by insulation.
48
New cards
twisted pair
A type of cable containing wires twisted together in pairs to reduce electromagnetic interference.
49
New cards
baseband
A cable system that sends digital signals using the entire available capacity of the cable.
50
New cards
broadband
A cable system that can carry more than one stream of information at a time using analog signaling.
51
New cards
hub
A simple device that connects computers and sends received information to every connected device.
52
New cards
switch
A device that connects computers and can direct information to a specific recipient.
53
New cards
router
A device that passes information between different networks.
54
New cards
gateway
A connection point where two or more networks meet.
55
New cards
modem
A device that interprets the type of signal provided by an internet service company.
56
New cards
Wireless Access Point
A device that connects wireless devices and directs their communication within a local connection.
57
New cards
Internet of Things
The large collection of nontraditional devices, such as sensors and appliances, connected to the Internet.
58
New cards
Internet
A massive worldwide system of interconnected computers and devices.
59
New cards
server
A computer that specializes in storing information or processing requests from other machines.
60
New cards
client
A computer or application that requests information or services from another machine.
61
New cards
Internet Service Provider
A company that gives customers access to online networks and services.
62
New cards
IP address
A numerical network identifier that allows a device to communicate with other devices.
63
New cards
Routing
The process of selecting the best path for data packages to travel through connected networks.
64
New cards
IPv4
A numerical addressing system using four numbers from 0 to 255 to identify a device on a network.
65
New cards
IPv6
A newer addressing system using hexadecimal values that supports far more unique addresses.
66
New cards
protocol
A set of rules or methods used for communication and data transfer online.
67
New cards
Open System Interconnection
A seven-layer framework that organizes standards for communication between networked systems.
68
New cards
TCP/IP
A group of communication rules responsible for sending and receiving data packages across networks.
69
New cards
packet
A small unit of data packaged for travel across a network.
70
New cards
data stream
A sequence of related data packages sent through a network.
71
New cards
reliability
The ability of a system to keep functioning as well as possible when one component fails.
72
New cards
User Datagram Protocol
A fast communication method that manages how data packages are sent and received.
73
New cards
World Wide Web
A large collection of linked and formatted information organized into sites and pages viewed through a browser.
74
New cards
HTTP
A communication method used to transfer web page information.
75
New cards
File Transfer Protocol
A communication method used to transfer files.
76
New cards
Post Office Protocol
A communication method used to download or receive messages waiting for an account.
77
New cards
Simple Mail Transfer Protocol
A communication method used to send email from users to mail systems and between mail systems.
78
New cards
Internet Message Access Protocol
A newer communication method used to access and receive email messages.
79
New cards
Local Area Network
A smaller group of connected computers and devices within a limited area such as a home or office.
80
New cards
reliability
The ability of a system to keep functioning as well as possible when one component fails.
81
New cards
scalability
The ability of a system to grow or shrink to meet changing levels of demand.
82
New cards
fault tolerance
The ability of a network to continue communicating despite the failure of one or more components.
83
New cards
routing
The process of selecting the best path for data packages to travel through connected networks.
84
New cards
redundancy
The inclusion of extra components that can be used if other components fail.
85
New cards
Internet of Things
The large collection of nontraditional devices, such as sensors and appliances, connected to the Internet.
86
New cards
Secure Sockets Layer
A security method designed to protect communication between web clients and web servers over an insecure network.
87
New cards
Transport Layer Security
A newer security method used to protect communication between browsers, servers, and other network applications.
88
New cards
parallel computing
A style of processing in which multiple processors handle different tasks at the same time.
89
New cards
distributed computing
A style of processing that uses resources from multiple computers to handle parts of a larger task.
90
New cards
sequential computing
A processing model in which operations are completed one at a time in a specific order.
91
New cards
clustered computing
A tightly connected group of computers working together like one larger system with many processors.
92
New cards
speedup
A measurement of how much more efficiently a parallel solution performs an algorithm compared with another approach.