To decrypt a jumbled up word, you need a ___?
A Key
What do we call a mistake in your code?
A bug
What block starts your code when the green flag is clicked?
when green flag clicked block
What is a URL (broad definition)
A link / Something to Seatch up
Name one of the Redstone contraptions that the instructors showed you during Redstone Revolution?
Automatic Door and/or Sugar Cane Farm
Give an example of a binary number
1's and 0's. So an example could be 10101.
What block or command do we use to repeat code over and over?
A loop
What block do you use to make a sprite move 10 steps?
move 10 steps block
Who is the CEO of SpaceX and known for co-founding Tesla and X (formerly Twitter)?
Elon Musk
When programming a Sphero RVR, you use blocks to tell it what to do. What kind of coding is this?
Block coding
I am the number 27 in decimal. What is my binary form?
11011
What is an algorithm?
Recipe / Sequence / Series of Steps
What’s the difference between forever and repeat blocks?
forever loops forever; repeat runs a set number of times
OpenAI
Ozobots can be programmed by drawing lines with special colors. What is this called?
Colour coding
My Password that l want to decrypt is JDPHV with a key of 3. What am l? ** NO PAPER, YOU HAVE A TEMPLATE PROVIDED **
A B C D E F G H I J K L M
0 1 2 3 4 5 6 7 8 9 10 11 12
N O P Q R S T U V W X Y Z
13 14 15 16 17 18 19 20 21 22 23 24 25
GAMES
What do we call a container that stores a value like a number or word in a program?
A variable
What block checks if two things are touching in Scratch?
if <touching [sprite]> block
_____ is a friendly-beginner block coding language often introduced for grades 5-6
SCRATCH
How many bits are in one byte? ( A number )
8
l am the binary number 1010101000000000000010100010100111111111111? Am l Odd or Even?
Odd
THE SPRITE IS SUPPOSED TO REACT WHEN TOUCHING THE EDGE? IF THERE IS NO ERROR, YOU'RE FINAL ANSWER MUST BE "NO ERROR". OTHERWISE, IS THERE AN ERROR AND WHAT SHOULD BE FIXED?
when green flag clicked
forever
if <touching color [#000000]?> then
say "Ouch!"
turn 180 degrees
when green flag clicked
forever
if <touching [edge v]?> then
say "Ouch!"
turn 180 degrees
How do you make a sprite follow the mouse pointer?
Use point towards mouse pointer + move in a forever loop
What year was the first iPhone released?
2007
What is the Abbreviation for our Classroom that we are currently in right now? (E.x. ST 103 ) *** NO GOING OUTSIDE TO CHECK OR ELSE -500 POINTS ***
PF2275