Code Lab
Engineering Lab
Code Style Guide
History of CS
Potpourri
100
This is the language we are using in Processing.
What is Java?
100
Name two of the 4 simple machines studied in Rokenbok.
What is Inclined Plane, Lever, Wheel and Axle or Pulley?
100
Use this to separate your project name and your initials in your file names.
What is an underscore?
100
The first computer mouse, made in 1963, was made of this material. A. wood B. plastic C. metal
What is wood?
100
The name of our 8th grade program.
What is Foundations?
200
This is the number of arguments the ellipse function receives.
What is 4?
200
This is the Mechanical Advantage of a single fixed pulley.
What is there is no mechanical advantage?
200
These are the first items created in a file.
What are the global variables?
200
The computer was created to tackle this problem.
What are complex calculations (number crunching)?
200
A variable that holds a TRUE or FALSE value is this type.
What is Boolean?
300
Find the error in these lines of code: 1 void draw() { 2 fill(0, 100, 42); 3 rect(12, 43, 12, 12) 4 }
What is a missing semicolon on line 3?
300
The difference between 1st class, 2nd class and 3rd class levers.
What is the position of the fulcrum in relation to the load and the effort?
300
Fill in the blank: Single line comments are written _________ the line that is being commented.
What is above?
300
This is the earliest known tool for computation.
What is the abacus?
300
This is the type of food that every iteration of the Google's mobile software is named after.
What is types of sweets?
400
The number of ellipses the code below will draw. void draw() {for (int i = 5; i < 50; i+=10) {ellipse(i, 25, 10, 10);}}
What is 5?
400
Name one of the 3 sketches used in a design project. (Hint: reverse engineering trains)
What is a Process sketch, Ideation sketch or Explanatory sketch?
400
This is the purpose of a coding style guide.
What is to help development teams work together more efficiently?
400
These are the 2 components of a computer.
What are hardware and software?
400
The name of your mayor.
Who is Libby Schaaf (OAK) or Bill de Blasio (NYC)?
500
The naming convention used in Java (ex. strokeWeight).
What is camel case?
500
The Mechanical Advantage of an inclined plane that is 15 feet long and 3 feet high?
What is 5?
500
In Processing, draw() and setup() are these types of functions.
What is void?
500
This wireless communication technology is named after a 10th Century Danish king.
What is Bluetooth (named after King Harald Blatand, or Harold Bluetooth in English)?
500
The name of the Google Android.
What is Bugdroid?
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
Team Edge Review
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs