Roblox Lua Scripting Flashcard

Roblox Lua Scripting Flashcard

Assessment

Flashcard

Computers

1st - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will this output?
print("Hello World")

Back

Hello World

2.

FLASHCARD QUESTION

Front

Are Numbers, Strings, and Booleans all Data types?

Back

True

3.

FLASHCARD QUESTION

Front

A boolean can store numbers as well as true / false

Back

False

4.

FLASHCARD QUESTION

Front

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

Back

True

5.

FLASHCARD QUESTION

Front

Does the 'print' command display data to the output screen?

Back

True

6.

FLASHCARD QUESTION

Front

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

Back

True

7.

FLASHCARD QUESTION

Front

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.

Back

True

Discover more resources for Computers