NEW
Font size
WorksheetsVR Level 2
Total questions: 25
Worksheet time: 50mins
Math.floor(67.8) =
68
67
67.5
68.5
Math.floor(5) =
5
4
4.5
6
Math.ceil (67.8) =
66
67
68
69
Math.ceil (6) =
4
5
6
7
Math.floor ( -1.8 ) =
-2
-3
-1
0
Math.ceil (-2.3) =
-2
-3
-1
0
Math.random() returns a
floating point number between 0 and 1
floating point number inclusive of 0 and exclusive of 1
returns any random number
returns a number between 0 and 100
10 * ( Math.random() + 1 ) =
a number between 10 and 20 excluding 20
a number between 10 and 20 including 20
a number from 0 to 50
a number from 0 to 100
Math.round (2.4) =
2.5
2.3
3
2
Math.round (9.9) =
10
9
9.8
9.7
var p = [ ]
declares a string
declares an empty array
declares a number
none
var is a :
short form for variance
is a keyword used to declare a variable
is an invalid word
none
1 : Hatch.createTimer('clockTimer', 1000, function ())
2 : Hatch.createTimer('clockTimer', 100, function ())
1 is slower
2 is faster
Neither 1 nor 2
Both 1 and 2
For an array named p , p.length gives :
the number of elements in the array
the sum of all the elements in the array
the product of all the elements in the array
none
The first element of an array named p can be accessed using :
p[1]
p [ first ]
p [0]
none
To set the height of the Bazooka at 20, we use :
Bazooka.setX(20)
Bazooka.setY(20)
Bazooka.setZ(20)
None
The loop :
for (var u=0;u<25;u++)
executes how many times ?
24
25
26
27
To set the Box to be invisible, we use :
Box.setVisible('false')
Box.setVisible('true')
Box.Visible('false')
Box.Visible('true')
On which Tier would you be able to unlock Brutus?
5
10
20
25
Which of the following is an available vehicle in Fortnite?
shopping cart
submarine
F-35
none
What happened to Dusty Depot in Season 4?
A massive nuke hit it to make way for Tilted Towers.
It was destroyed by a meteor.
The Visitor crashed a rocket there.
none
Which limited time mode (LTM) allows players to interact with friends, practice building and work on shooting skills for a set amount of time without fear of certain game death?
50 Vs 50
High Explosives
Playground
none
What’s the purpose of llamas within Fortnite?
They’re a food source.
They contain resources.
They’re deadly – run away if you see a llama!
none
What's the purpose of the game's color-coding system?
It rates the player by ability level.
It labels how rare or common the various weapons are.
It tells a player how many opponents are left.
none
Which game is often described as a more grown-up version of Fortnite?
PUBG
HALO
Call of Duty
San Andreas
