🔠

Vocabulary

Ahh! I didn’t know that word 🤯

  1. Algorithms: A set of instructions
    1. Imagine you need to write down a set of instructions for your little brother on how to brush his teeth. For example:
      1. Turn the tap on
      2. Put the brush under the tap
      3. Turn off tap to save water
      4. Open the toothpaste
      5. Put toothpaste onto brush
      6. Close toothpaste
      7. Brush teeth for three minutes
      8. Wash toothbrush under the tap
  2. Sequence: The order of your actions
    1. When getting ready for bed, you do things in a certain order, right? Like brushing your teeth before getting into bed. Computers also need to follow steps in the right order when they're running our code!
  3. Events: Something which causes something else to happen
    1. Think of events as triggers for a surprise! Like when you open a pop-up book, and a character jumps out. In coding, an event could be clicking a button that makes something exciting happen.
  4. Loops: Making something repeat
    1. Do you like singing the same song or playing the same game again and again? That's like a loop in coding. It tells the computer to do something over and over.
  5. Conditionals: A result based on an outcome
    1. Imagine you're getting dressed. If it's cold, you put on a sweater. If it's hot, you wear a T-shirt. That's what conditionals are in coding - making a choice based on what's happening.
  6. Debugging: Fixing problems
    1. Let's say you're building a tower of blocks, and it keeps falling over. You'd try to find out why and fix it, right? That's what debugging in coding is - finding mistakes and fixing them.
  7. Problem Solving: Finding a solution to a challenge
    1. Just like when you're figuring out how to build the tallest block tower or finish a tricky puzzle, problem-solving in coding is about finding solutions to challenges.
  8. Creativity: Using your imagination
    1. This is just like drawing, coloring, or creating your own make-believe games. In coding, you get to create your own fun projects and games too! It's all about using your imagination.