Which will output 'Hello world' in lua?
LUA Test

Quiz
•
Computers
•
9th Grade
•
Medium
JKL 1234s
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
2.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
Which function is used to read a file in lua?
readfile('filename.txt')
io.open('filename.txt')
file.read('filename.txt')
openfile('filename.txt')
3.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
What is the correct way to define a variable in lua?
var x = 10
x := 10
local x = 10
let x = 10
4.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
How do you create a table in lua?
table.create()
{}
new table()
table.new()
5.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
What is the correct way to concatenate strings in lua?
string.concat('Hello', 'World')
'Hello' .. 'World'
concat('Hello', 'World')
'Hello' + 'World'
6.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
Which operator is used for equality comparison in lua?
==
=
===
!=
7.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
How do you define a function in lua?
function myFunction()
def myFunction()
myFunction() = function()
func myFunction()
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
PSP Week3

Quiz
•
University
15 questions
MYSQL

Quiz
•
12th Grade
12 questions
Python

Quiz
•
7th - 9th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
15 questions
Python Basics Quiz

Quiz
•
9th - 12th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
15 questions
Python introduction

Quiz
•
University
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University