Section 1

Preview this deck

>

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 (28)

Section 1

(28 cards)

>

Front

bigger than

Back

program

Front

Sequences of instructions for a computer.

Back

20

Front

Back

input()

Front

A function used to tell the computer that the user must enter some data

Back

#

Front

Symbol used to begin a comment

Back

+

Front

Addition Symbol

Back

break

Front

used to exit a for loop or a while loop

Back

boolean

Front

A datatype that is restricted to true/false or yes/no

Back

/

Front

Division Symbol

Back

data type

Front

The format in which the variable holds data.

Back

string

Front

A data type that consists of letters numbers and symbols.

Back

algorithm

Front

A set of clearly defined, logical steps that solve a problem.

Back

>=

Front

bigger than OR equal to

Back

!=

Front

NOT equal to

Back

<

Front

smaller than

Back

Iterate

Front

a term for taking each item of something, one after another consecutively.

Back

int

Front

A data type that consists of whole numbers.

Back

<=

Front

smaller than OR equal to

Back

pseudocode

Front

A method of writing up a set of instructions for a computer program using plain English.

Back

print()

Front

A function used to output data.

Back

programming

Front

The process of writing computer software.

Back

14

Front

Back

-

Front

Subtraction Symbol

Back

*

Front

Multiplication symbol

Back

variable

Front

A memory location that can store data.

Back

==

Front

Equal to

Back

float

Front

A data type that can hold a number with a decimal point.

Back

user

Front

Person interacting with a computer program

Back