AP CS Principles Terms and Vocab 2023

studied byStudied by 3 people
0.0(0)
get a hint
hint

List

1 / 145

Tags and Description

146 Terms

1

List

ordered collection of elements

New cards
2

Element

individual value in a list that is assigned a unique index

New cards
3

Index

number used for referencing the elements in a list or string

New cards
4

Iteration

repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met

New cards
5

Infinite Loop

occurs when the ending condition of an ineration will never evaluate to true

New cards
6

Traversal

accessing each item in a list one at a time

New cards
7

Append

adding an element to the end of a list

New cards
8

Data Abstraction

collection of data to manage complexity without referencing specific details of the representation

New cards
9

Logic Error

mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly

New cards
10

Simulation

abstractions of more complex objects or phenomena for a specific purpose.

New cards
11

Substring

part of an existing string

New cards
12

User Interface

inputs and outputs that allow a user to interact with a piece of software

New cards
13

Input

data sent to a computer for processing by a program

New cards
14

Output

data sent from a program to a device

New cards
15

Program Statement

code command or instruction

New cards
16

Program

collection of program statements.

New cards
17

Sequential Programming

program statements run in order, from top to bottom

New cards
18

Event Driven Programming

when program statements run when triggered by an event

New cards
19

Documentation

written description of how/why a command or piece of code works or was developed.

New cards
20

Comment

documentation written into the program to be read by people and which do not affect how a program runs

New cards
21

Pair Programming

collaborative style in which two programmers switch between the roles of writing code and tracking or planning high level progress

New cards
22

Debugging

finding and fixing problems in an algorithm or program

New cards
23

Development process

steps or phases used to create a piece of software (e.g. investigating, designing, prototyping, and testing)

New cards
24

Event

associated with an action and supplies input data to a program, and can be generated by any action that affects the flow of execution

New cards
25

Incremental Development Process

breaks the problem into smaller pieces and makes sure each piece works before adding it to the whole

New cards
26

Iterative Development Process

requires refinement and revision based on feedback, testing, or reflection, and may require revisiting earlier phases

New cards
27

Plagiarism

use of material created by someone else without permission and presented as one's own

New cards
28

Program Specification

describes how a program functions and may include requirements or a description of user interactions that a program must provide

New cards
29

Syntax Error

mistake in the program where the rules of the programming language are not followed

New cards
30

Software

program or a collection of programs

New cards
31

Citizen Science

scientific research conducted in whole or part by distributed individuals, many of whom may not be scientists, who contribute relevant data to research using their own computing devices

New cards
32

Cleaning Data

process that makes the data uniform without changing its meaning (e.g. replacing all equivalent abbreviations, spellings, and capitalizations with the same word)

New cards
33

Correlation

relationship between two pieces of data

New cards
34

Crowdsourcing

obtaining input or information from a large number of people via the Internet.

New cards
35

Information

collection of facts and patterns extracted from data

New cards
36

Data bias

data that does not accurately reflect the full population or phenomenon being studied

New cards
37

Data filtering

choosing a smaller subset of a data set to use for analysis, for example by eliminating / keeping only certain rows in a table

New cards
38

Computing Innovation

includes a program as an integral part of its function. Can be physical, non-physical computing software, or non-physical computing concepts

New cards
39

Personally Identifiable Information (PII)

information about an individual that identifies, links, relates, or describes them

New cards
40

Phishing

technique that attempts to trick a user into providing personal information

New cards
41

Keylogging

program to record every keystroke made by a computer user in order to gain fraudulent access to passwords and other confidential information

New cards
42

Malware

software intended to damage a computing system or to take partial control over its operation

New cards
43

Rogue Access Point

wireless access point that gives unauthorized access to secure networks.

New cards
44

Encryption

encoding messages to keep them secret, so only "authorized" parties can read it

New cards
45

Decryption

taking a secret message and reproducing the original plain text (reverses encryption)

New cards
46

Symmetric Key Encryption

involves one key for both encryption and decryption

New cards
47

Public Key Encryption

pairs a public key for encryption and a private key for decryption. The sender does not need the receiver's private key to encrypt a message, but the receiver's private key is required to decrypt the message

New cards
48

Computing Innovation

includes a program as an integral part of its function. Can be physical (e.g. self-driving car), non-physical computing software (e.g. picture editing software), or non-physical computing concepts (e.g., e-commerce).

New cards
49

Personally Identifiable Information (PII)

information about an individual that identifies, links, relates, or describes them.

New cards
50

Freeware

software that can be acquired at no monetary cost, so users should be wary it does not contain malicious code

New cards
51

Multi-factor Authentication

requires at least two steps to unlock protected information; each step adds a new layer of security that must be broken to gain unauthorized access

New cards
52

Strong Password

something that is easy for a user to remember but would be difficult for someone else to guess based on knowledge of that user

New cards
53

Virus

malicious program that can copy itself and gain access to a computer in an unauthorized way - often attach themselves to legitimate programs and start running independently on a computer

New cards
54

Expression

combination of operators, values, and or procedure calls that evaluates to a single value

New cards
55

Assignment Operator

allows a program to change the value represented by a variable

New cards
56

Variable

named reference to a value that can be used repeatedly throughout a program

New cards
57

Boolean Value

data type that is either true or false

New cards
58

Function

named group of programming instructions, and also referred to as a "procedure"

New cards
59

Function Call

command that executes the code within a function

New cards
60

Arithmetic Operators

addition, subtraction, multiplication, division, and modulus operators (+, -, *, /, %)

New cards
61

Boolean Expression

evaluates to either true or false

New cards
62

Concatenation

joins together two or more strings end-to-end to make a new string

New cards
63

Conditional Statement

affect the sequential flow of control by executing different statements based on the value of a Boolean expression.

New cards
64

Evaluate

producing a single value from an expression

New cards
65

Logical Operators

used in evaluating Boolean expressions (NOT, AND, OR, !, &&, ||)

New cards
66

Procedure

named group of programming instructions that may have parameters and return values

New cards
67

Relational / Comparison Operators

used to test the relationship between two expressions (=, ≠, >, <, ≥, and ≤)

New cards
68

Selection

determines which parts of an algorithm are executed based on a condition being true or false

New cards
69

String

ordered sequence of characters

New cards
70

Computing Device

machine that can run a program, including computers, tablets, servers, routers, and smart sensors

New cards
71

Computing System

group of computing devices and programs working together for a common purpose

New cards
72

Computing Network

group of interconnected computing devices capable of sending or receiving data

New cards
73

Path

series of connections between computing devices on a network starting with a sender and ending with a receiver.

New cards
74

Bandwidth

maximum amount of data that can be sent in a fixed amount of time (usually measured in bits per second)

New cards
75

Protocol

agreed-upon set of rules that specify the behavior of some system

New cards
76

IP Address

unique number assigned to each device on the Internet

New cards
77

Internet Protocol (IP)

protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device

New cards
78

Router

type of computer that forwards data across a network

New cards
79

Redundancy

inclusion of extra components so that a system can continue to work even if individual components fail

New cards
80

Fault Tolerant

can continue to function even in the event of individual component failures

New cards
81

HTTP (HyperTest Transfer Protocol)

protocol used for transmitting web pages over the Internet

New cards
82

Internet

computer network consisting of interconnected networks that use standardized, open (nonproprietary) communication protocols

New cards
83

Packet

chunk of data sent over a network that may arrive at the destination in order, out-of-order, or not at all

New cards
84

Packet Metadata

helps route packets through the network and reassemble the original message

New cards
85

Routing

finding a path from sender to receiver

New cards
86

UDP

A protocol used on the internet for fast transmission of information but with minimal error checking

New cards
87

World Wide Web

a system of linked pages, programs, and files.

New cards
88

Router

A type of computer that forwards data across a network

New cards
89

Certificate authority

issue digital certificates that validate the ownership of encryption keys used in secure communications and are based on a trust model

New cards
90

Digital Divide

differing access to computing devices and the Internet, based on socioeconomic, geographic, or demographic characteristics

New cards
91

Bit

the single unit of information in a computer, typically represented as a 0 or 1

New cards
92

Byte

8 bits

New cards
93

Overflow Error

error from attempting to represent a number that is too large

New cards
94

Round-off Error

error from attempting to represent a number that is too precise

New cards
95

Analog Data

values that change continuously, or smoothly, over time

New cards
96

Digital Data

values that change discretely through a finite set of possible values

New cards
97

Sampling

creating a digital representation of analog data by measuring the analog data at regular intervals called samples

New cards
98

Lossless Compression

reducing the number of bits needed to represent something without losing any information. This process is reversible

New cards
99

Lossy Compression

reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible

New cards
100

Binary

way of representing information using only two options (0 & 1)

New cards

Explore top notes

note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 36 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 182 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard92 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard23 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard42 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard28 terms
studied byStudied by 295 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard100 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(5)
flashcards Flashcard76 terms
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard153 terms
studied byStudied by 3 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard256 terms
studied byStudied by 175 people
Updated ... ago
5.0 Stars(3)