AP COMPUTER SCIENCE PRINCIPLES

studied byStudied by 114 people
4.7(3)
get a hint
hint

syntax error

1 / 49

Tags & Description

Studying Progress

0%
New cards
50
Still learning
0
Almost done
0
Mastered
0
50 Terms
1
New cards

syntax error

A mistake in typed code that violates the rules of the programming language. Code with this will not typically run.

New cards
2
New cards

logic error

A mistake in an algorithm or program that causes it to behave unexpectedly or return the incorrect value.

New cards
3
New cards

run-time error

A mistake in a program that happens only when the program is actually run, such as a program attempting to access memory that does not exist.

New cards
4
New cards

overflow error

An error that results when the number of bits is not enough to represent the number (like a car’s odometer “rolling over”).

New cards
5
New cards

bit

A binary digit, either 0 or 1.

New cards
6
New cards

byte

A sequence of 8 bits.

New cards
7
New cards

roundoff

An error that results when the number of bits is not enough to represent the number with full precision (like using 3 digits to represent �πpi as 3.14).

New cards
8
New cards

analog data

Values that change smoothly, rather than in discrete intervals, over time. For example, the pitch and volume of a live concert.

New cards
9
New cards

lossless

Compressing data in a way that preserves all data away and allows full recovery of the original.

New cards
10
New cards

lossy

Compressing data in a way that discards some data and makes it impossible to recover the original.

New cards
11
New cards

metadata

Data about data, like descriptive information about a file or a row in a database.

New cards
12
New cards

sequencing

The sequential execution of steps in an algorithm or code in a program (like steps in a recipe).

New cards
13
New cards

selection

A Boolean condition to determine which of two paths are taken in an algorithm or program.

New cards
14
New cards

iteration

The repetition of steps in an algorithm or program for a certain amount of times or until a certain condition is met.

New cards
15
New cards

linear search

An algorithm that iterates through each item in a list until it finds the target value.

New cards
16
New cards

binary search

An algorithm that searches a sorted list for a value by repeatedly splitting the list in half.

New cards
17
New cards

reasonable time

A run time for an algorithm that doesn't increase faster than a polynomial function of the input size (like 10 � 10n10, n, � 2 n 2 n, squared, etc). An unreasonable run time would increase super polynomially (like 2 � 2 n 2, start superscript, n, end superscript, or � ! n! n, !).

New cards
18
New cards

heuristic

A technique that helps an algorithm find a good solution in a hard problem (like always walking toward the north star when you are stuck in a forest).

New cards
19
New cards

undecidable

A problem that is so logically difficult, we can’t ever create an algorithm that would be able to answer "yes or "no" for all inputs (like the halting problem).

New cards
20
New cards

library

A collection of procedures that are useful in creating programs.

New cards
21
New cards

API

Application Programming Interface, a library of procedures and a description of how to call each procedure.

New cards
22
New cards

modularity

The separation of a program into independent modules that are each responsible for one aspect of the program's functionality.

New cards
23
New cards

traversal

The iteration over the items in a list. A full traversal iterates over every item, while a partial traversal iterates over a subset of the items.

New cards
24
New cards

computing device

A physical device that can run a program, such as a computer, smart phone, or smart sensor.

New cards
25
New cards

computer network

A group of interconnected computing devices capable of sending or receiving data.

New cards
26
New cards

bandwidth

The maximum amount of data that can be sent in a fixed period of time over a network connection, typically measured in bits per second.

New cards
27
New cards

protocol

An agreed*-*upon set of rules that specify the behavior of a system.

New cards
28
New cards

scalability

The ability of a system to adjust in scale to meet new demands.

New cards
29
New cards

IP (Internet Protocol)

The protocol that determines how to address nodes on the network (with IP addresses) and how to route data from one node to a destination node (using routers).

New cards
30
New cards

TCP (Transmission Control Protocol)

A data transport protocol that includes mechanisms for reliably transmitting packets to a destination.

New cards
31
New cards

UDP (User Datagram Protocol)

A lightweight data transport protocol with minimal error checking.

New cards
32
New cards

World Wide Web

A system of linked pages, media, and files, browsable over HTTP.

New cards
33
New cards

HTTP (Hypertext Transfer Protocol)

The protocol that powers the Web, used to request webpages from servers and submit form data to servers.

New cards
34
New cards

parallel computing

A computational model which splits a program into multiple tasks, some of which can be executed simultaneously.

New cards
35
New cards

speedup

The improvement in the amount of time a parallelized program takes to solve a problem, computed as the amount of time to complete the task sequentially divided by the amount of time to complete the task when run in parallel.

New cards
36
New cards

distributed computing

A computational model which uses multiple devices to run different parts of a program.

New cards
37
New cards

digital divide

The idea that some communities or populations have less access to computing than others, typically due to limitations of Internet speed or computer hardware access.

New cards
38
New cards

crowdsourcing

A model in which many online users combine efforts to help fund projects, generate ideas, or create goods or services (like Wikipedia).

New cards
39
New cards

citizen science

Crowdsourcing for science! The participation of volunteers from the public in a scientific research project (like collecting rain samples or counting butterflies).

New cards
40
New cards

creative commons

An alternative to copyright that allows people to declare how they want their artistic creations to be shared, remixed, used in noncommercial contexts, and how the policy should propagate with remixed versions.

New cards
41
New cards

open access

A policy that allows people to have access to documents (like research papers) for reading or data (like government datasets) for analysis.

New cards
42
New cards

PII (Personally identifiable information)

Information about an individual that can be used to uniquely identify them (directly or indirectly).

New cards
43
New cards

multifactor authentication (MFA)

A method of user authentication which requires the user to present multiple pieces of evidence in multiple categories (such as knowledge and possession).

New cards
44
New cards

encryption

The process of scrambling data to prevent unauthorized access.

New cards
45
New cards

symmetric encryption

A technique for encrypting data where the same key is used to both encrypt and decrypt data.

New cards
46
New cards

public key encryption

An asymmetric encryption technique that uses different keys for encrypting versus decrypting data.

New cards
47
New cards

cookie

A small amount of text that tracks information about a user visiting a website.

New cards
48
New cards

virus

A type of computer malware that can make copies of itself.

New cards
49
New cards

phishing

An attack where a user is tricked into revealing private information, often via a deceptive email.

New cards
50
New cards

rogue access point

A wireless access point that provides an attacker with unauthorized access to the traffic going over the network.

New cards

Explore top notes

note Note
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 10 people
Updated ... ago
4.5 Stars(2)
note Note
studied byStudied by 50 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 13 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 67 people
Updated ... ago
4.7 Stars(3)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 113 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard112 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard53 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard32 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard66 terms
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard63 terms
studied byStudied by 66 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard104 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard53 terms
studied byStudied by 25 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard39 terms
studied byStudied by 856 people
Updated ... ago
4.3 Stars(18)