Roblox Lanjutan (Bag. 6)

Roblox Lanjutan (Bag. 6)

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

2024 Final Exam Review PFGT

2024 Final Exam Review PFGT

9th - 12th Grade

55 Qs

Review Final Python 1st semester

Review Final Python 1st semester

10th Grade

55 Qs

KISI2 PTS GNP Pemrograman Dasarrr

KISI2 PTS GNP Pemrograman Dasarrr

10th Grade

50 Qs

python if elif else

python if elif else

12th Grade

46 Qs

Remedial dan Susulan Quizizz Pemrograman Dasar

Remedial dan Susulan Quizizz Pemrograman Dasar

10th Grade

50 Qs

coding advanced 3-4

coding advanced 3-4

9th - 12th Grade

50 Qs

JavaScript operators

JavaScript operators

10th Grade

50 Qs

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

8th - 10th Grade

49 Qs

Roblox Lanjutan (Bag. 6)

Roblox Lanjutan (Bag. 6)

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Haiko Academy

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct way to increase a variable by 1 in Lua?
x += 1
x = x + 1
x++
x =+ 1

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the `==` operator check in Lua?
Adds values
Assigns values
Compares equality
Subtracts values

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator means 'not equal' in Lua?
!=
~=
<>
!==

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of `true and false`?
true
false
nil
error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the `or` operator do in Lua?
Returns true if both are true
Returns true if one is true
Returns false always
Returns error if both are false

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is a correct variable name in Lua?
2name
user-name
_score
true

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What keyword is used to start a conditional block in Lua?
then
if
when
start

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?