Section 1

Preview this deck

if statement

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

Section 1

(20 cards)

if statement

Front

command that checks if something is true

Back

bug

Front

an error in a computer program that causes an incorrect or unexpected result, or to behave in unintended ways

Back

start function

Front

the function that is called when you click run

Back

loop

Front

a way to repeat code in your program

Back

while loop

Front

a way to repeat code as long as something is true

Back

define a function

Front

to create a new function

Back

command

Front

an instruction used in a computer program

Back

function

Front

a way to define a new command

Back

indentation

Front

using tabs to organize code

Back

call a function

Front

tell the program to run the function

Back

syntax

Front

the spelling and grammar of a programming language

Back

top down design (decomposition)

Front

a method for breaking our program down into smaller parts

Back

code

Front

the name for the instructions you write to a computer in a program

Back

for loop

Front

a way to run code a fixed number of times

Back

programming language

Front

is a formal language that specifies a set of instructions for a computer.

Back

debugging

Front

the process of finding and fixing a problem in program code

Back

algorithm

Front

a set of steps or rules to follow to solve a problem

Back

comment

Front

a note in the code that explains what the code does

Back

precondition

Front

what must be true before a function is called

Back

postcondition

Front

what should be true after a function is called

Back