Internet Safety
Google Slides
Spreadsheets
Coding
Flowlab
100

What is the name of this type of browser?

Firefox

100

What is the Microsoft version of google slides called?

Powerpoint

100

What is the Microsoft equivalent of Google Sheets?

Microsoft Excel, or just Excel.

100

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

100

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.

200

Following from the Stalking Sarah article, give two examples of sensitive information.

Two from the following:

  • Name

  • Date of Birth

  • Real Photos

  • Personal Address

  • Email
  • etc.
200

Name one of the advanced techniques.

- Choosing external theme.
- Cropping and editing images
- Use of screen-wide background images.

200

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.

200

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

200

What is the maximum number of game levels could you create with a free account?

5

300

In Mr. Zhang's Online Communities Slideshow, what was the identity of this person?

Hacker or Cyberbully.

300

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.

300

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)

300

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

300

In the "edit sprite" view, what is the circled icon used for?


Animations

400

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

400

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.

400

What would the most suitable chart type for the following data? (stu = student)



Line chart / line graph

400

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.

400

Which direction will pressing "x" on the keyboard make the character move?



Down

500

What is the name of the person who hacked Grace’s page as a practical joke?

Claudia

500

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)

500

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.

500

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.

500

In Mr.Zhang's game, which code block was used to create bullets when one presses on the spacebar or enter?

Emit

M
e
n
u