Introduction to Scratch Programming

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

These flashcards cover the basic concepts and components of Scratch programming as introduced in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What is a Sprite in Scratch?

A Sprite is a character or object that you can code to move, change direction, or change appearance.

2
New cards

What is the function of coding blocks in Scratch?

Coding blocks tell your Sprite what to do and make the program interactive.

3
New cards

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.

4
New cards

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.

5
New cards

What is an example of motion?

Motion means to move from one place to another, such as someone skipping rope or an airplane flying.

6
New cards

Which direction does clockwise rotation go?

Clockwise rotation goes in the direction that the hands of a clock move.

7
New cards

What does a right angle equal in degrees?

A right angle equals 90 degrees.

8
New cards

What is the coding challenge mentioned in the notes?

The coding challenge is to make your Sprite move in a square.