• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/11

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

11 Cards in this Set

  • Front
  • Back

Computational Thinking

This allows us to take a complex problem,understand what the problem actually is and develop possible solutions.

Decomposition

Breaking down a complex problem or system into smaller, more manageable parts.

Pattern Recognition

Looking for similarities among and within problems to help to develop a solution.

Abstraction

Focusing on the important parts of the problem only, ignoring irrelevant detail.

Algorithms

Developing .a step-by-step solution to the problem

Flowchart

A diagram that shows a process, made up of boxes representing steps, decisions, inputs and outputs.

Variables

These are used to store a value that will change eg name, height etc.

Ask (Scratch Block)

This block allows you to question the user to get a response which will be stores as a variable.

Say (Scratch Block)



This block allows you to communicate information.

If and Else (Scratch Block)

This block allows you to give a response that is dependent on whether a certain criteria is true or not.




eg if they have got the answer in a quiz right or not.

Operators (Scratch Block)

These blocks allow you to perform calculations and help determine is certain situations are true or not.