What did we do for our very first lesson?
What is the Friends Unit???
What is the name of Coding Program we used for class? Hint: It isn't Scratch!
What is CS First or Google CS First.
What is fixing error in codes.
Using this, you can repeat selected code blocks
What is a Repeat BLOCK
T/F
You can not move objects on the stage?
What is false.
What kind of a job could I get knowing and understanding computer science?
Anything engineering or computer.
You programmed your SPRITE, but every time you run the code he isn't showing up. Why isn't he showing up?
Because you used the "Hide" block
How can I get my code to not run?
What is press stop???
What does a "repeat" block do, and give an example.
What repeats the code number of times listed, turning my hero around.
In the fortune telling game we had random pictures going for jobs and homes. What did I press on my computer once my code was done to make the pictures freeze and stop?
What is the spacebar?
Where do we go to change our SPRITES?
What is Costumes Tab?
Which block would I use to make my SPRTIE speak with words?
What is a "SAY BLOCK".
What does Code mean?
What is commands we give a computer.
What block do I use to make my SPRITE turn Around?
Turn 15 Degrees
Name a category we used and what functions were inside?
What is Looks, Motion, Sensing, Variables, Control, Events???
I picked up my SPRITE and moved it to the location I want it to be. How do I know that exact location on the stage?
What is the X and Y value located underneith the stage.
Which category in SCRATCH holds all my movements?
What is Motion?