CS & Algorithms
Data & Digital Information
The Internet
Math & Logic
Potpourri
100

A set of instructions, often used to tell computers how to do a certain task.

What is an algorithm?

100

A number system that supports only 0s and 1s.

What is binary?

100

Responsible for converting URLs to IP addresses.

What is the Domain Name System (DNS)?

100

x = TRUE, y = TRUE

NOT ( x OR y )

What is FALSE?

100

This species was the first to discover warp drive in Star Trek.

Who are the Vulcans?

200

The two kinds of loops we covered in this class.

What are FOR loops and WHILE loops?

200

A number system whose bas is 16.

What is hexadecimal?

200

The first thing that happens when a new device is connected to a computer network.

What is it is assigned an IP address?

200

DISPLAY (20 MOD 4) + 3

What is 3?

200

She is Luke and Leia's mother (Star Wars).

Who is Padme Amidala?

300

In determining the best route to take on a recent trip, a maps application gave the user three options based on traffic patters, road construction, and roadways. This term refers to the method for choosing the best alternative among the three possible routes.

What is a heuristic solution?

300

The number of values a 7-bit number can represent.

What is 128 values?

300

A characteristic of the Internet that allows it to continue to function despite router and connection failures.

What is fault-tolerant?

300

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?

300

This is Peter Parker's middle name.

What is Benjamin?

400

Assuming that FWD tells a robot to move forward by 10 pixels and TURN tells it to turn right by 90 degrees, this shape would be drawn by the following algorithm:

FWD  FWD  TURN

FWD TURN  FWD

FWD  TURN  FWD  TURN


What is a rectangle?

400

10112 in decimal notation.

What is 11?

400

The means by which different devics from different manufacturers can all effectively communicate on the Internet.

What are Internet protocols?

400

The failure to create a correct condition that terminates a repeat statement results in this type of programming error.

What is an infinite loop?

400

This is Joe's last name (our TEALS volunteer).

What is Roselli?

500

i is 0
sum is 0
REPEAT UNTIL i is 4  {
   sum is sum + i
   i is i + 1
}
DISPLAY(sum)

What is 6?

500

11011012 in decimal notation.

What is 109?

500

Several coordinated actors attempting to disrupt an online system by flooding it with network traffic.

What is a distributed deinal of service (DDoS) attack?

500

x = TRUE, y = TRUE

(x AND (5 > 2)) OR (y AND (3 > 1))

What is TRUE?

500

This is one of the unique objectives of the Mars 2020 rover.

What is collect samples of rocks, minerals, and other materials for return to Earth?

M
e
n
u