Section 1

Preview this deck

workspace

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

Section 1

(22 cards)

workspace

Front

the white area on the right side of Code.org's learning system where you drag and drop commands to build your program

Back

digital footprint

Front

the information about someone on the internet

Back

while loop

Front

a loop that continues to repeat while a condition is true

Back

code

Front

one or more commands or algorithms designed to be carried out by a computer

Back

for loop

Front

a loop with a predetermined beginning, end, and increment (step interval)

Back

digital citizen

Front

someone who acts safely, responsibly, and respectfully online

Back

toolbox

Front

the grey bar in the middle section of Code.org's online learning system that contains all of the commands you can use to write your program

Back

function

Front

a piece of code that you can easily call over and over again

Back

event

Front

an action that causes something to happen

Back

decompose

Front

break a problem down into smaller pieces

Back

loop

Front

the action of doing something over and over again

Back

variable

Front

a placeholder for a piece of information that can change

Back

algorithm

Front

a list of steps to finish a task; a set of instructions that can be performed with or without a computer

Back

parameter

Front

an extra piece of information passed to a function to customize it for a specific need

Back

conditionals

Front

statements that only run under certain conditions or situations

Back

debugging

Front

finding and fixing errors in programs

Back

run program

Front

cause the computer to execute the commands you've written in your program

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

nested loop

Front

a loop within a loop

Back

programming

Front

the art of creating a program

Back

bug

Front

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

Back