Digital Information
Internet
App Design
Programming
Random
100

A way of representing information using only two options.

What is binary?

100

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

What is a computing device?

100

Presentation of a computing innovation that that allows a user to interact with a piece of software; inputs and outputs. May be graphical or text-based.

What is the user interface?

100

An abstraction inside a program that can hold a value with associated data storage.

What is a variable?

100

A process for reducing the number of bits needed to represent something without losing any information.

What is lossless compression?

200

A way of representing information using ten options.

What is decimal?

200

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

What is a computing network?

200

Data that are sent to a computer for processing by a program. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.

What is input?

200

Can consist of a value, a variable, an operator, or a procedure call that returns a value. This code statement is evaluated to produce a single value.

What is an expression?

200

Data that changes discretely through a finite set of possible values.

What is digital data?

300

The single unit of information in a computer

What is a bit?

300

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

What is a path?

300

Data that are sent from a program to a device.

What is output?

300

Part of most programming languages, these include symbols or keywords for addition, subtraction, multiplication, division, and modulus operations.

What are arithmetic operators?

300

A search algorithm that starts at the middle of a sorted set of numbers and removes half of the data with each iteration.

What is binary search?

400

Error from attempting to represent a number that is too large for the space available in memory.

What is an overflow error?

400

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

What is a protocol?

400

The application of each step of an algorithm in the order in which the code statements are given.

What is sequencing?

400

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

What is string concatenation?

400

The arithmetic operator in AP Pseudocode used to return the remainder of a division problem.

What is MOD?

500

Data with values that change continuously, or smoothly, over time.

What is analog data?

500

A chunk of data sent over a network. Larger messages are divided into these that may arrive at the destination in order, out-of-order, or not at all.

What is a packet?

500

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

What are comments?

500

The symbol = represents this type of operation in AP Pseudocode.

What is comparison?

500

A value that is either true or false.

What is a Boolean value?

600

A process for creating a digital representation of analog data by measuring the analog data at regular intervals.

What is sampling?

600

Characteristic of a network that can continue to function even in the event of individual component failures.

What is fault tolerance?

600

Process of using defined inputs to ensure that an algorithm or program is producing the expected outcomes.

What is testing?

600

A named group of programming instructions. Also referred to as a procedure.

What is a function?

600

An ordered sequence of characters.

What is a string?

700

A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

What is intellectual property?

700

The protocol used for transmitting web pages over the Internet

What is HTTP (or Hyper Text Transfer Protocol)?

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

What is a logic error?

700

The symbol <- represents this type of operation in AP Pseudocode.

What is assignment?

700

The system responsible for translating domain names into IP addresses.

What is the Domain Name System (DNS)?

800

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created.

What are Creative Commons?

800

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

What is the digital divide?

800

An ordered sequence of elements. For example, [value1, value2, value3, ...]

What is a list?

800

Specifications for how the procedures in a library behave and can be used.

What are application program interfaces (APIs)?

800

An approach to a problem that produces a solution that is not guaranteed to be optimal but may be used when techniques that are guaranteed to always find an optimal solution are impractical.

What is a heuristic?

M
e
n
u