1/11
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
data type
declares the type of data used whether that is a string, float, integer
Integer
whole number
float
A number that contains a decimal value
character
A character is a string with a length of 1. Usually identified using " "
variable
A container for storing values
nesting
Concept of placing one program construct inside another
Conditional statement
Controls the flow of the program based on which path the logic should take
truth table
A table of visual results of logic using the operators AND, OR, NOT
constant
The value remains the same
Comparison Operators
Symbols which compares two values
If, Else
Controls the flow of the program by running different blocks of code if the condition is met or not
Boolean
Type of data that is either true or false