You'll need to identify these terms on a test. The format will be a mix of multiple choice, true/false, and matching. Sometimes you'll be provided with a definition, and sometimes with an example.
Study this list by referencing information on the learn pages (including the glossary) so that you are prepared.
- Programming Languages
- High Level Language vs. Low Level Language
- Machine Code
- Binary
- Editor
- Compiler
- IDE
- Abstraction
- Writing Code
- Algorithm
- Syntax
- Syntax Error vs. Logical Error
- Statement
- Block
- Programming Tools
- Variables
- Declaration
- Initialization
- Assignment
- Floating-point number
- Boolean type
- Character
- Integer
- String
- Local variable vs. Global variable
- Casting
- Constant
- Operators
- Logical Operator
- Comparison Operator
- Methods
- Method
- Accessor Method vs. Mutator method
- Parameter
- Return value
- Void keyword
- Style
- Camel Case
- Magic Number
- Hard Coding
- Comment