Test #1 - 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

<-- This page has all of the vocabulary terms used in the course.

Language


  • Binary

  • Bit vs. Byte

  • Processing


Writing Code

  • Algorithm

  • Abstraction​

  • Syntax

  • Syntax Error vs. Logical Error

  • Statement vs. Block

  • RGB Values

    • Be able to identify red, green, blue, gray, black, and white.

    • 0-255 scale


Style

  • Comments

    • Inline comment //

    • Extended comment /* */

  • Camel Case

  • Hard Coding


Methods

  • Method

  • Method Header

    • Parameter

    • Return value

  • Accessor Method

    • ex: facingEast(), isOnA()

  • Mutator method

    • ex: move(), turnLeft()



Conditions and Loops


  • If

  • Else If

  • Else

  • Logical Operators (&&, ||, !)

  • Comparison Operators (<, <=, >, >=, ==, !=)

  • For Loops

  • While Loops

  • Definite vs. Indefinite Loops


SYNTAX PRACTICE

<-- This packet has practice problems for the syntax section of your test.