Creative Development
Binary
Algorithms
The Internet
Impact
100

This "C" word involves multiple perspectives to better find solutions

What is collaboration?

100

This type of data compression reconstructs an exact original copy.

What is Lossless?

100

This operator returns the remainder of a division equation.

What is a Modulus? (MOD accepted)

100

This markup language provides the structure for all websites.

What is Hypertext Markup Language (html)?

100

This term describes the gap between those with and without tech access.

What is the Digital Divide?

200

These "errors" occur when the code runs but produces the wrong result. 

What is a Logic Error?
200

These are the 8 bits that make up a single unit of storage.

What is a byte?

200

This process joins two or more strings together end-to-end.

What is Concatenation?

200

This protocol is the secure version of of a hyper text transfer protocol, often seen in browser bars.

What is https?

200

This legal protection covers creative works like books or songs.

What is copyright?

300

This design approach breaks a large task into smaller, manageable sub-tasks.

What is Top-Down Design?

300

In binary (Base 2), this is the decimal value of the number 101.

What is 5 (base ten)?

300

This logical operator is true ONLY if both conditions are true.

What is AND operator? (&&)

300

This tag is used to create the largest possible heading in HTML.

What is the <h1> tag?

300

This cyberattack uses "baiting" or trickery (like Phishing) to get data.

What is Social Engineering?

400

This error type prevents a program from compiling or starting at all.

What is Syntax Error?

400

This is the correct order of file sizes from Kilo to Peta.

What is KB-MB-GB-TB-PB (Kilabyte, Megabyte, Gigabyte, Terabyte, and Petabyte)?

400

This loop type repeats a block of code while a condition remains true.

What is a While Loop?

400

This property allows the Internet to continue working even if one path fails.

What is fault tolerance?

400

These "licenses" allow creators to share work while keeping some rights.

What is creative commons?

500

This variable is used when the user needs to use decimals. 

What is a float? (I will accept a double)

500

This compression type reduces file size but loses some quality/detail.

What is Lossy?

500

The printed value of this program:

function start(){
     var x =10;
     program(x);
}
function program(x){
     x +=5;
     x /= 3;
     println(x);
}

 

What is 5?

500

These are groups of data travel along this through a network.

What are packets?

500

This type of malware "holds files hostage" until a payment is made.

What is ransomware?

M
e
n
u