Roblox Lanjutan (Bag. 6)

Roblox Lanjutan (Bag. 6)

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

untitled

untitled

8th Grade - University

48 Qs

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

8th - 10th Grade

49 Qs

2024 Final Exam Review PFGT

2024 Final Exam Review PFGT

9th - 12th Grade

55 Qs

KISI2 PTS GNP Pemrograman Dasarrr

KISI2 PTS GNP Pemrograman Dasarrr

10th Grade

50 Qs

SAINS KOMPUTER TINGKATAN 4

SAINS KOMPUTER TINGKATAN 4

12th Grade - University

55 Qs

UNIT 2.2 PROGRAMMING TECHNIQUES

UNIT 2.2 PROGRAMMING TECHNIQUES

10th Grade

50 Qs

BASIC JAVA

BASIC JAVA

11th Grade

50 Qs

XII - CA - Lesson 4 - Introduction to PHP - Quiz 5

XII - CA - Lesson 4 - Introduction to PHP - Quiz 5

12th Grade

50 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?