Data
Algorithm and Programming
Computer Systems and Network
Creative Development & Impact of Computing
The Internet
100

The most basic form of data representation.

What is binary?

100

The three abstractions required for the CPT

What is sequencing, selection, and iteration

100

A systems ability to transmit data even with the presence of a broken connection

What is fault-tolerance?

100

Long form of PPR

What is the Personalized Project Reference?

100

Pieces of data are stored in these and sent in any order to another location?

What is a packet?

200

This amount of bits can represent numbers 0-511

What is 9 bits?

200

A solution that is used when there is no answer that can be provided within reasonable constraints

What is a heuristic solution?

200

It executes instructions provided by software programs and handles calculations

What is the CPU (Central Processing Unit) ?

200

An error that produces an output that in not desired by the programmer

What is a logic error?

200
Long form of HTTPS

What is Hypertext Transfer Protocol Secure?

300

Measured at regular intervals to convert into binary data.

What is analog data?

300

Out come of: 

x = "2";

y = 2;

console.log(x+y);

What is 22?

300

How is speedup calculated?

Old time/new time

300

The Internet requires public key encryption, a form of asymmetric encryption. This is used to decrypt information sent to a computer.

What is a private key?
300

Total unique IP addresses using IPv4

232 or 4,294,967,296 roughly 4.3 billion unique IP addresses 

400

Algorithm used to compress files with no change to the files original properties. (PNG)

What is Lossless Compression Algorithm?

400

908 MOD 40

What is 28?

400

This aspect makes it so that a parallel computing system will function more efficiently than a sequential computing system.

What is running multiple processes simultaneously? 
400

The gap in access to computing devices and the internet between different socioeconomic, geographic, or demographic groups.

What is the digital divide?

400

Long form of HTML AND CSS

HTML - HyperText Markup Language

CSS - Cascading Style Sheets 

500

What is this value in base 10: 11110000+ 011100002

What is 352?

500

A binary search method is used to search a list of values from 0-99. The list has been pre-sorted. How many iterations would it take to find the number 82?

What is 7 iterations?

500

What is the total number of bits in an IP V.6 address divided by the total number of bits in an IP V.4 address?

What is 4?
500

Decrypt this message: hwjzw yvjrz!

(Caesar Cipher +7) 

APCSP rocks!

500

Long form name of DNS

What is Domain Name System?