Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Code

Code

1st - 4th Grade

10 Qs

Scratch Lesson 1

Scratch Lesson 1

6th - 10th Grade

11 Qs

Scratch Animation

Scratch Animation

8th Grade

12 Qs

scratch

scratch

6th Grade

11 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

TLE Q3 M4

TLE Q3 M4

10th Grade

10 Qs

coding

coding

1st - 7th Grade

10 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

Assessment

Quiz

Computers

1st - 12th Grade

Easy

Created by

Jerry Xiao

Used 336+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this output?

print("Hello World")

Hello World

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Numbers, Strings, and Booleans are all Data types

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A boolean can store numbers as well as true / false

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A 'local' variable can only be accessed from within the script

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the 'print' command will display data to the output screen

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this code do?

game.Workspace.PracticePart.BrickColor = BrickColor.new(0.9,0.8,0.1)

Changes the brick color of PracticePart

Outputs an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While loops will loop through the commands inside until it meets a condition, that tells it to end the loop.

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Making a script a child of a brick(Parent-Child) will allow the script to interact with the brick, similar to how a local script only interacts with the script.

True

False