What is the name of this type of browser?
Firefox
What is the Microsoft version of google slides called?
Powerpoint
What is the Microsoft equivalent of Google Sheets?
Microsoft Excel, or just Excel.
What is the code to make the zombie reach the sunflower?
Repeat 5 times:
move forward
OR
move forward
move forward
move forward
move forward
move forward
I used a "run & jump" on my character sprite in behaviours. However, my character does not move with the arrow keys, what is the most likely problem?
Need to select "moveable" in game object -> physics.
Following from the Stalking Sarah article, give two examples of sensitive information.
Two from the following:
Name
Date of Birth
Real Photos
Personal Address
Name one of the advanced techniques.
- Choosing external theme.
- Cropping and editing images
- Use of screen-wide background images.
Write a line of code of multiplying the cell B2 by C2. You need to say what the symbol for multiplying is.
=B2*C2
Need to say the "asterisk", or "star-symbol", or "the symbol above the 8", etc.
Using
"move forward by ___ pixels" and
"turn ___ by ___ degrees" only, how do you draw a square with a perimeter of 100?
move forward by 25 pixels
turn right/left by 90 degrees
move forward by 25 pixels
turn right/left by 90 degrees
move forward by 25 pixels
turn right/left by 90 degrees
move forward by 25 pixels
What is the maximum number of game levels could you create with a free account?
5
In Mr. Zhang's Online Communities Slideshow, what was the identity of this person?
Hacker or Cyberbully.
In designing a slide, name one thing you would consider when choosing colours.
Colour contrast between text colour and background colour.
Too creative with colours so that it could be distracting to read, such as a different colour for each letter.
You could also mention the meaning of each colour, such as Green means growth, balance, nature, etc.
Write a line for finding the maximum of the numbers in the cells A1,A2,A3,A4,A5,A6,A7,A8,A9.
=max(A1:A9)
How do you fix this code to make the bee get all the nectar and make the honey in each honeycomb?
3rd blue line: turn right -> turn left
6th blue line: turn left -> turn right
In the "edit sprite" view, what is the circled icon used for?
Animations
What is one feasible advice you can give to this person in the videos of Gameon?
"Do not ..." is not an acceptable answer.
“Put a timer on” -- Indi
“Dean should finish all his homework first ... before playing games.” -- Elizabeth
“go outside for exercise“ -- Tony
Describe how you would create a diagonally cut image like the following?
Your answer needs to mention:
- Crop Image
AND
- Using one of the shapes with a diagonal side.
What would the most suitable chart type for the following data? (stu = student)
Line chart / line graph
How do you fix this code to make the bee get all the nectar and make the honey in each honeycomb?
Add another repeat block that does make honey 3 times.
Remove the make honey from the existing repeat block.
Which direction will pressing "x" on the keyboard make the character move?
Down
What is the name of the person who hacked Grace’s page as a practical joke?
Claudia
What does the circled icon tell you about a slide?
The slide contains transitions or animations or both.
(Need to mention both as it could have one but not the other)
When I try to "paste transpose" the F column numbers into H2 to K2, this error comes up. Why is that and how do you fix it?
Need to mention:
- Not copying values but copying a function
- Need to paste value only first, then copy/paste again to create the transpose.
The green blocks were functions. What is one of the main advantage of using functions when coding?
- Reducing repeated code.
- Breaking down a problem into sub-problems.
In Mr.Zhang's game, which code block was used to create bullets when one presses on the spacebar or enter?
Emit