CS Fundamentals 2020-2021

Course C

Vocab

Course C

Lesson 3: My Robotic Friends Jr.

  • Algorithm: A list of steps to finish a task.
  • Bug: Part of a program that does not work correctly.
  • Debugging: Finding and fixing problems in an algorithm or program.
  • Program: An algorithm that has been coded into something that can be run by a machine.

Lesson 4: Programming with Angry Birds

  • Algorithm: A list of steps to finish a task.
  • Bug: Part of a program that does not work correctly.
  • Debugging: Finding and fixing problems in an algorithm or program.
  • Sequencing: Putting commands in correct order so computers can read the commands.

Lesson 5: Debugging in Maze

  • Bug: Part of a program that does not work correctly.
  • Debugging: Finding and fixing problems in an algorithm or program.

Lesson 6: Collecting Treasure with Laurel

  • Algorithm: A list of steps to finish a task.
  • Program: An algorithm that has been coded into something that can be run by a machine.
  • Programming: The art of creating a program.

Lesson 8: Binary Bracelets

  • Binary: A way of representing information using only two options.

Lesson 9: My Loopy Robotic Friends Jr.

  • Loop: The action of doing something over and over again.
  • Repeat: To do something again.

Lesson 10: Loops with Rey and BB-8

  • Loop: The action of doing something over and over again.
  • Repeat: To do something again.

Lesson 11: Harvesting Crops with Loops

  • Loop: The action of doing something over and over again.
  • Repeat: To do something again.

Lesson 12: Looking Ahead with Minecraft

  • Condition: Something a program checks to see if it is true before allowing an action.
  • Conditionals: Statements that only run under certain conditions.

Lesson 13: Sticker Art with Loops

  • Loop: The action of doing something over and over again.
  • Repeat: To do something again.

Lesson 14: The Big Event

  • Event: An action that causes something to happen.

Lesson 15: Build a Flappy Game

  • Event: An action that causes something to happen.

Lesson 16: Chase Game with Events

  • Event: An action that causes something to happen.