Section 1

Preview this deck

Sequencing

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

Section 1

(10 cards)

Sequencing

Front

putting commands in correct order so computers can read the commands

Back

Define Function

Front

To add code inside a function so that the program knows what it is supposed to do when the function is called.

Back

Nested Loop

Front

typeof loop used to repeat a pattern

Back

Loop

Front

the action of doing something over and over again

Back

until loop

Front

a loop command that tells you to do something only up to the point that something becomes true

Back

while loop

Front

a loop that continues to repeat while the condition is true

Back

For Loop

Front

loops that have a predetermined beginning, end, and increment (step interval)

Back

computer science

Front

using the powers of computers to solve problems

Back

Call Function

Front

Code telling the computer that the program should run inside a function at a certain time

Back

Function

Front

a piece of code that you can us over and over again

Back