The Chop Shop
Kinda hard questions
Numerical Numbers
Data by day, data by night. ;)
No more! NO MORE!!!
100

Commonly known as the brains of the computers, this component is responsible for running all of the calculations, actions, and programs

What is Central Processing Unit (CPU)?

100

What would be the output of the algorithm in image 1 if the final line said DISPLAY(a + " " + b)?  

What is 5  13?

100

These would be the values of the 9th and 10th columns if one were to add a 9th and 10th bit to the Flippy-Do.

What are 256 and 512?

100

This is the name given to the type of data such as IP address, number of packets, date and time that travels along with the actual text of an email.

What is metadata?

100

Look at image 6: This would be the value of var3 if var1 <-- 4 and var2 <-- 2.

What is 20?

200

Identify three components of a computer that allow a user to provide input.

What are the keyboard, mouse, microphone, camera, touchscreen, etc.?

200

Look at image #2.  This would be the output if x were given an initial value of 0.

What is 12?

200

(2 MOD 5) + (17 MOD 5) - (78 MOD 7) =

What is 3?

200

Surveymonkey, Kickstarter, and GoFundMe are all examples of this type of data collection technique.

What is crowdsourcing?

200

Look at image #7.  This command needs to be in the "missing code" segment to display the perimeter of a rectangle.

What is (2*l) + (2*h)?

300

This component is where all permanent data (files, programs, etc.) is stored, similar to the long-term memory of a human.

What is the hard disk drive?

300

Look at image #3.  This would display if x were initialized with a value of 10.

What is 12  14  16?

300

Put these hexadecimal values in order from highest to lowest: A9  EF  0A  FF  35

FF  EF  A9  35  0A

300

These two terms describe #1) arranging data on a spreadsheet so that it is in some kind of order, and #2) removing rows and columns that are not pertinent to the question about the data you're trying to answer.

What are sorting and filtering?

300

This is the lowest potential value that can be the output for the algorithm in image #8?

What is -5?

400

The data stored in this component of a computer will be lost when the machine is turned off.

What is RAM?

400

Look at image #4.  This would be the result of the program if x were initialized with a value of 1.

What is nothing?

400

The percentage of times that x would be less than or equal to 5 if you included the line x <-- Random(1, 20);

What is 25%?

400

Based on the data in image #11, this is the number hours would you expect it to take for a very large company with 100,000 customers to search through its data.

What is 400 hours?

400

Look at image #9.  This will be in the list nums when the algorithm is run with index <-- 1.

What is 12, 24?

500

This term describes the software responsible for translating high-level programming language into binary machine code.

What is the compiler?

500

Look at image #5.  This would be the result of the program if x were initialized with a value of 10.

What is an infinite loop?  50 250 1250...

500

The result, expressed as a bit string, of adding 5 to the number 10001010.

What is 10001111?

500

Part of preparing a data set for analysis that includes fixing suspect data entries that are likely to negatively impact the results.

What is data cleaning?

500

Look at image #10. This will display after running the following algorithm with list <-- [1, 3, 5].

What is 1, 0, 2?