Abstraction
Data & Information
Programming
The Internet
Random
100
The hiding/layering of information.
What is Abstraction?
100
RFC
What is Request For Comments?
100
A logic gate that has to have both inputs be true for the output to be true.
What is an and logic gate
100
Domain Name System
What is DNS?
100

Find the value of a.

for(var i = 0; i < 4; i++)

{

    var a = a * i;

}

What is 0?
200
A problem solving approach in which you break down a system to gain insight into the sub-systems that make it up.
What is Top-Down Design?
200
GIF uses this type of compression.
What is lossless?
200

An extra piece of information that you pass to the function to customize it for a specific need.

What is a Parameter?
200
IP
What is Internet Protocol?
200
var a = 5;

var b = 2.5;

var c= 3;

Find the value of !(A >= B) && (A < C)

What is error?
300
#153C2E corresponds to these RGB values
What is R:21 G:60 B:46.
300
When sending a response the most efficient method will require no more than.
What is 2 bits?
300
A program designed to run blocks of code or functions in response to an event.
What is Event-driven programming?
300
IETF
What is Internet Engineering Task Force?
300

var a = 12 % 5;

5 * 8 - (6 + a)
What is 32?
400
The color purple can be written in four different ways:

Purple

0111 1111 0100 1111 1100 1001

#7F4FC9

R:127 G:79 B:201

The way of writing purple that uses the lowest level of abstraction is .

What is 0111 1111 0100 1111 1100 1001?

400
One of the interesting job descriptions has the following text; "Accessing data and computing power without being granted access but with the permission of the system administrators.... Their job is to identify and repair system vulnerabilities." This job is.
What is Hacking?
400
a=2, b=6, c=12

a=2b-a

b=3-a+c

c=ab-c

Find C

What is 38
400
HTTPS
What is HyperText Transfer Protocol Secure?
400

Find a.

var a = 1 + 2 + 3 + 4 + 5 + ... + infinity

What is -1/12?
500
The internet is composed of many layers. Higher level layers depend on the functionality of lower levels without worrying about how they work. List the layers in order of highest to lowest.
What is Physical Network, TCP, IP?
500

Two classmates working on a project together don't want any of their classmates to be able to read their work, so they decide to use Caesar's Cipher where the letters are shifted left or right to encrypt their work. Caesar's Cipher is an example of which kind of encryption?

What is Symmetric encryption?
500
A data structure in JavaScript used to represent a list.
What is an Array?
500
Convert 974434 from decimal to base 36.
What is JUUL?
500
32mod3
What is 2?
M
e
n
u