Section 1

Preview this deck

Function

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

Section 1

(12 cards)

Function

Front

Collection of commands grouped together and given a name. Can run commands with just the function name

Back

Algorithm

Front

A step by step set of rules or instructions.

Back

Sequence

Front

Order in which commands are given

Back

Logical Operator

Front

A symbol or words like and or and not that connects two or more Boolean to make conditional decisions more specific

Back

Condition

Front

Something you test that results in true or false

Back

Command

Front

Specific action to perform

Back

Bug

Front

Error in code

Back

While loop

Front

A loop that runs a block of code over and over while a given condition is true. When it is false the loop stops.

Back

Debugging

Front

Finding and fixing errors in code

Back

For Loop

Front

Runs a block of code over and over for a set number of times

Back

Conditional code

Front

A block of code that will run only if something is true

Back

Boolean

Front

A single value of either TRUE or FALSE

Back