Programming Scratch Flashcards
1
Q
What is the software
A
Instructions which tell the computer what to do
2
Q
What is scratch
A
A type of programming language that allows you to create your own interactive stories/games
3
Q
What are threads
A
When you have more than one block of code on the same sprite, these are known as “threads”
4
Q
What is a variable
A
variable A "variable" is a changeable value; these can be used for: -counting -scores -time
5
Q
What is a broadcast message
A
A broadcast message is a message that is sent out to all objects in the project.
6
Q
What is coding
A
The process of writing software. There are lots of different coding languages