constant
a value that does not change while the program is desinged
variable
a value stored in memory that can change while the program is running
casting
converting a variable from one data type to another
string manipulation
changing a string through collecting the length of the string (e.g. ‘.length’)
what are the stages to write data to a file
what are the stages to reading data in a file
how do you open a file name
e.g. “file = open(sample.txt)”
what commands are used in SQL
what is an array
what is a sub-routine
why are sub-routines useful
what are procedures