Group A - Anderson | Group B - Baria | Group C - Cliff
Code.org Login with Google (Continue with Google - Red Button)
Lesson 3: Introduction to Online Puzzles
Bug - Part of a program that does not work correctly.
Debugging - Finding and fixing problems in an algorithm or program.
Loop - The action of doing something over and over again.
Program - An algorithm that has been coded into something that can be run by a machine.
Programming - The art of creating a program.
Tinkercad - 3D Design
Code.org Login with Google (Continue with Google - Red Button)
Lesson 11: Nested Loops in Maze
Command - An instruction for the computer. Many commands put together make up algorithms and computer programs.
Loop - The action of doing something over and over again.
Repeat - To do something again.
Tinkercad - 3D Design
Code.org Login with Google (Continue with Google - Red Button)
Lesson 15: Conditionals: While Loops in Farmer
Conditionals - Statements that only run under certain conditions.
Condition - Something a program checks to see if it is true before allowing an action.
Loop - The action of doing something over and over again.
Repeat - To do something again.
While Loop - A loop that continues to repeat while a condition is true.
Until - A command that tells you to do something only up to the point that something becomes true.
Tinkercad - 3D Design - Login with Google
Finished?
Code.org Login with Google (Continue with Google - Red Button)
Lesson 16: Conditionals: Until Loops in Maze
Conditionals - Statements that only run under certain conditions.
Condition - Something a program checks to see if it is true before allowing an action.
Loop - The action of doing something over and over again.
Repeat - To do something again.
While Loop - A loop that continues to repeat while a condition is true.
Until - A command that tells you to do something only up to the point that something becomes true.
Tinkercad - 3D Design
Code.org Login with Google (Continue with Google - Red Button)
Lesson 8: Dance Party
code - (v) to write code, or to write instructions for a computer.
Event - An action that causes something to happen.
Program - An algorithm that has been coded into something that can be run by a machine.