Digital Information
The Internet
Intro to App Design
Variables, Conditionals, and Functions
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

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

What is User Interface?

100

Holds one value at a time; A reference to a value or expression that can be used repeatedly throughout a program

What is a Variable?

100

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

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

A combination of operators and values that evaluates to 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

Any data that are sent from a program to a device.

What is Output?

300

A permanent variable; Can be used anywhere in your code

What is a Global Variable?

300

A search algorithm that starts at the middle of a sorted set of numbers and removes half of the data; this process repeats until the desired value is found or all elements have been eliminated.

What is a binary search?

400

Error from attempting to represent a number that is too large.

What is an Overflow Error?

400

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

What is a Protocol?

400

Program statements run in order, from top to bottom.

What is Sequential Programming?

400

Allows a program to change the value represented by a variable.

What is an Assignment Operator?

400

Returns the remainder of a division problem.

What is Modulus?

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 is a Comment?

500

The symbol == represents what type of Operator?

What is a Comparison Operator?

500

Returns true when either expression is true and false otherwise.

What is OR Boolean Operator?

600

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

What is Sampling?

600

Can continue to function even in the event of individual component failures.

What is Fault Tolerant?

600

Finding and fixing problems in an algorithm or program.

What is Debugging?

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 HyperText Transfer Protocol?

700

This occurs when the ending condition will never evaluate to true.

What is an Infinite loop?

700

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

What is a conditional? (If statement)

700

The system responsible for translating domain names into IP addresses.

What is 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 a Digital Divide?

800

The process of accessing each item in a list one at a time.  

What is a traversal?

800

A bug in a program that causes it to operate incorrectly, but not to terminate.

What is a Logical Error?

800

Provides a "good enough" solution to a problem when an actual solution is impractical or impossible.

What is a Heuristic?

M
e
n
u