This test will be entirely on Schoology
It has a mix of multiple choice, matching, and true/false questions
This test has no redo allowed - your score is final
Binary, Bits, and Bytes
Binary
High Level vs Low Level Language
Bit vs. Byte
Processing
Hard Drive
RAM (Random Access Memory)
Variables
int
float
Program Design
Syntax
Syntax Error vs. Logical Error
Statement vs. Block
Comments
Inline comment //
Extended comment /* */
Camel C
ase
Hard Coding
Organization
Modularity
Reusability
Conditionals
If / Else If / Else
Logical Operators (&&, ||, !)
Comparison Operators (<, <=, >, >=, ==, !=)
Functions
Function / Method
Header / Signature
Body
Parameter
Return value
Processing
setup()
draw()
random()
mousePressed()
keyPressed()
Built-In Variables
width
height
mousePressed
keyPressed
Input Polling vs. Input Event
Drawing
Shapes
Rectangle
Ellipse
Triangle
Colors
Fill
Stroke
Transparency
RGB Values
Be able to identify red, green, blue, gray, black, and white.
0-255 scale