Roblox Lua // Functions & Properties 1.0

Roblox Lua // Functions & Properties 1.0

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

PC1.8 Evaluate computer program

PC1.8 Evaluate computer program

9th Grade

10 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Python Review - Functions

Python Review - Functions

9th - 12th Grade

10 Qs

Python Input

Python Input

11th Grade

7 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Gateway Level 3 Python Quiz 3

Gateway Level 3 Python Quiz 3

9th - 12th Grade

15 Qs

Module 09 - For Loops

Module 09 - For Loops

10th Grade

10 Qs

Python Variables

Python Variables

9th Grade

11 Qs

Roblox Lua // Functions & Properties 1.0

Roblox Lua // Functions & Properties 1.0

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

GobStoppers 14

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What should be added after line 5 in order to make the variable NewNumber equal to the result variable within the AddNumbers() function.

|return Result|

Nothing needs to be added

|MyNumber = Result|

|NewNumber = Result|

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What would the transparency of MyPart be after this script has finished running?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong about the StringChange() function?

The StringChange function is able to set the variable to other data types other than strings.

There is nothing wrong with the function

The function will result in an error if the String argument is not a string.

StringChange() will cause an error as it is not a function.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does putting return inside of a function do?

Placing return followed by a variable will result in an error.

Returning will block the variable from being used by the function.

When you call a function you can set it as a variable. Whatever is returned by the function is what the new variable is equal to.

Returning a variable within a function will return the variable to what value it was equal to originally.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the parent of "Part"

ServerStorage

StarterGui

startergui

serverstorage

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the Size of this part?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the parent of Part's parent?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?