Internet for Information
Programing 101
Algorithm Hero
Mathematics in CSP
Data & Protectors
100

Reducing Information and details to focus on essential characteristics. 

What is Abstraction?

100

What type of information is the following variable is

var = "Hi Mrs. Swanson!"

What is a String? 

100

Daily Double: The process of narrowing the search by halves continues until the target is found or until it is determined that the target does not exist in the list. 

What is Binary Search?

100

Number of bits that 16 bytes is equal to .

what is 128?

100

Help to efficiently organize and find trends in information.

What is  Data analysis techniques?

200

The protocol used by the world wide web. 

What is HTTP (Hypertext Transfer Protocol)?

200

The common programing structure that implements "conditional statements". 

What is a If statement? 

200

Programs are broken into small pieces to be executed concurrently 

What is Parallel Computing?

200

DISPLAY (20 mod 4) + 3


what is 3?

200

A piece of code that is capable of copying itself and typically has a negative effect, such as corrupting the system or destroying data.

What is Virus?

300

Time it takes for a bit to travel from its sender to its receiver. 

What is Latency?

300

Any expression that evaluates to be true or false. 

What is Boolean Expression? 

300

All algorithms are made up of 3 types of programming statements

What are Sequential, iterative, selection?

300

Daily Double: The binary number 00101101 in base-10.


What is 45?


300

The gulf between those who have ready  access to computers and the internet and those who do not. 

What is digital Divide? 

400

Daily Double: The principle that all traffic should be treated equally by Internet Service Providers. 

What is Net Neutrality?

400

 rational operators are ....

==,<,>,<=,>=,!=

400

A process that often uses a practical method or various shortcuts in order to produce solutions.

What is a heuristic approach?

400

d <-5
e <- 20
f <-40
e <- d
DISPLAY (e)
DISPLAY (d+e)

what is 5, 10?

400

A process that reverses encryption, taking a secret message and reproducing the original plain text. 

What is Decryption? 

500

The universally recognized raw text format that any computer can understand

What is ASII (American Standard Code for Information Interchange)?

500

What code will print all odd numbers from 1 to 100?

i <- 1

Repeat until i>100

{

<MISSING CODE>

 }

Display (i)

 i <- i +2

500

An evidence based approach to the study and interpretation of information.

What is Empirical Analysis?

500

HTML uses 6-digit hexadecimal notation for identifying colors on webpages so that the Red/Green/Blue values are each represented by a 2-digit Hexadecimal (16-bit) number. What is the decimal number for the Green color value in the color AC0BFF?

What is 11?

500

Large data sets that may be analyzed computationally to reveal patterns, trends, and associations. 

What is Big data?