a programming word made up of letters, numbers, and/or allowable symbols which holds data for a program.
Back
math operations
Front
-using mathematics with the symbols, +, - , *, /, %, <, <=, >, >= in some manner.
Back
statement
Front
a single computer instruction.
Back
operator
Front
a character symbol like a plus sign in math, +, or a word or specially defined symbol usage in a programming language, that tell a computer to do something with variables.
Back
program
Front
a set of instructions telling a computer the operations to perform for a problem solution.
Back
modulus
Front
finding the remainder using the % symbol. Example 5/2 has a remainder of 1 so 5%2 = 1.