1/7
These flashcards cover the basic concepts and components of Scratch programming as introduced in the lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a Sprite in Scratch?
A Sprite is a character or object that you can code to move, change direction, or change appearance.
What is the function of coding blocks in Scratch?
Coding blocks tell your Sprite what to do and make the program interactive.
What is the Script Area in Scratch?
The Script Area is where you drag blocks from the coding area to create instructions for your Sprite.
What is the Output area in Scratch?
The Output area is where your code is executed and the actions of your Sprite are carried out.
What is an example of motion?
Motion means to move from one place to another, such as someone skipping rope or an airplane flying.
Which direction does clockwise rotation go?
Clockwise rotation goes in the direction that the hands of a clock move.
What does a right angle equal in degrees?
A right angle equals 90 degrees.
What is the coding challenge mentioned in the notes?
The coding challenge is to make your Sprite move in a square.