Section 1

Preview this deck

variable

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (6)

Section 1

(6 cards)

variable

Front

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.

Back