1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Expression
A combination of operators and values that evaluates to a single value.
Assignment Operator
Allows a program to change the value represented by a variable.
Variable
A named reference to a value that can be used repeatedly throughout a program.
String
An ordered sequence of characters.
Boolean Value
A data type that is either true or false.
Comparison Operators
Logical Operator
NOT, AND, and OR, which evaluate to a Boolean value.
Conditional Statement
Affects the sequential flow of control by executing different statements based on the value of a Boolean expression.
Function
A named group of programming instructions, also referred to as a 'procedure'.
Function Call
A command that executes the code within a function.