The legal right of creators to control their original work, like books, music, and movies is called this.
What is copyright?
This is the name of our game program that hid a sprite in a backdrop. Hint: it was the first time we used these in code!
What is "Conditionals"?
This is the website we use to animate objects and create projects using computer programming skills.
What is Scratch?
This is the word that six letters and represents the f in fps.
What is frames?
This is language that can be understood by a computer.
What is code?
A system of special licenses that creators can use to share their work with others in a safe and legal way is called this.
What is Creative Commons?
A type of value that can only be either true or false is called this.
What is a boolean?
A series of instructions that follow one another or an algorithm in Scratch is called this.
What is a sequence?
This word has six letters and describes you every day you physically create a program on your computer, even when you partner does pair programming with you.
What is "driver"?
The bouncy ball costumes you created are an example of these images made with the help of a computer.
What are computer graphics?
The place where humans can interact and communicate with computers and other devices is called this.
What is user interface?
Code with multiple outcomes which depend on a condition is called this.
What is a conditional statement or conditional?
This is the new category of blocks from the block pallette we began using in CS Part II. They allow us to hover our mouse pointer, for example, over a sprite and have the sprite react.
What is "sensing"?
This is the number of letters in the type of block that is a control block and has empty space inside for a stack block.
What is six (C Block)?
This is a digital image stored as pixels.
What is bitmap?
This was the name of the website Nicole used to put her writing out into the world with copyright protections.
What is Booksie.com?
This is the code to get a frog to say "ribbit" if the mouse clicks, else "croak".
What is ________________? (code it on the board)
These are the most numerous type of blocks in Scratch.
What are "stack blocks"?
While not a six or seven, this is the appropriate frame rate animators typically use.
What is 10-12 fps?
This is the word that means reset.
What is initialization?