Section 1

Preview this deck

iteration

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

4 years ago

Date created

Mar 1, 2020

Cards (12)

Section 1

(12 cards)

iteration

Front

repetition of a process

Back

program

Front

an algorithm that has been coded into something that can be run by a machine

Back

command

Front

an instruction for the computer

Back

debugging

Front

fixing a problem

Back

function

Front

a piece of code that can be called over and over

Back

parameters

Front

extra bits of information that you can pass into a function to customize it

Back

bug

Front

an error in a program that prevents the program from running as expected

Back

algorithm

Front

series of instructions on how to accomplish a task

Back

event

Front

something occurs

Back

loop

Front

the action of doing something over and over again

Back

coding

Front

transforming actions into symbolic language

Back

condiitonal

Front

if this happens, then that happens

Back