Variables
data and info
Intro Programming
the internet
extra !
100

This is used to store information in a program.

What is a variable?

100

This type of compression is reversible.

What is Lossless?

100

A logical operator where both expressions have to be true for the output to be true.

What is an && (AND)?

100

DNS is the abbreviation.

What is Domain Name System?

100

What color is mr garzas coffee mug?

What is blue?

200

var a = "hello world";

a is this type of variable.

 

What is a a string?

200

.mp3, .mov and .jpg are all this type of compression.

What is lossy compression?

200

This is the keyboard symbol for the NOT operator.

What is "!"?

200

IP is the abbreviation for what

What is Internet Protocol?

200

The process of converting readable data into an encoded format

What is encryption?

300

This is the type of variable that is declared INSIDE an event handler function.

What is a local variable?

300

This is the number of bits needed to represent the number 17.

What is 5 bits?

300

Used to simplify code and hide details

what is a block or what is abstraction?
300

Information is broken into these before being sent across the Internet.

What is a packet?

300

This computing style utilizes remote servers hosted on the Internet to store, manage, and process data, rather than local servers or personal computers.

What is cloud computing?

400

This must be done before you can use a variable.

What is initialize / make / create a variable?

400

This is what happens when you add one to a 4-bit system that currently holds 1111 and becomes 0000.  

What is overflow?

400

a = 2; b = 6; c = 12;

a = 2 * b - a;

b = 3 - a + c;

c = a * b - c;

Find c.

what is 38?

400

HTTP is the acronym of this.

What is HyperText Transfer Protocol?

400

This condition is a true/false condition.

What is a boolean?

500

Which block loops through each index of a list?

what is for each?
500

This encryption cipher shifts each letter by a fixed number down the alphabet.

What is caesar cipher?

500

a = 7

b = 10

solve this equation

!( ( b >= b) && (a - b = -3 ) )

what is false?

500

A system has this when extra components allow it to continue to work even if individual components fail.

What is redundancy?

500

The gap between those who have access to the internet and computers and those who do not, usually affected by socioeconomic, geographic, or demography characteristics

What is the digital divide?

M
e
n
u