Test #0 - RoboQuest
Information on Test + Link To Review Sheet
TEST POLICY AND FORMAT
Two Sections
Part One is focused on Vocabulary and Concepts. It is taken on Schoology. The format is a mix of multiple choice, matching, and true/false.
Part Two is focused on Syntax. It is taken on paper, where you will write short segments of code by hand in response to prompts.
Each part are entered into Schoology separately.
Retakes
You may only retake Part Two (Syntax)
The maximum score for a retake is 80%
You only get one attempt at a retake
Your grade will always be the second score, even if it's lower.
VOCABULARY & CONCEPTS
Binary, Bits, and Bytes
Binary
Bit vs. Byte
Processing
High Level vs Low Level Language
RGB Values
Be able to identify red, green, blue, gray, black, and white.
0-255 scale
Program Design
Algorithm
Abstraction
Syntax
Syntax Error vs. Logical Error
Statement vs. Block
Comments
Inline comment //
Extended comment /* */
Camel Case
Hard Coding
Conditionals
If / Else If / Else
Logical Operators (&&, ||, !)
Comparison Operators (<, <=, >, >=, ==, !=)
Truth Tables
Loops
For Loops
While Loops
Definite vs. Indefinite Loops
Methods
Method
Header / Signature
Body
Parameter
Return value
Accessor vs. Mutator
Variables
Types: int, boolean
Scope
Local vs Global
SYNTAX PRACTICE