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
Which will output 'Hello world' in lua?
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 Wayground
15 questions
ONE 6th FORM Introduction to Python Basics

Quiz
•
11th Grade
15 questions
PGAS Memory Quiz

Quiz
•
9th - 12th Grade
10 questions
KD-1 Dasar pemrograman python

Quiz
•
10th Grade
10 questions
Динамические библиотеки

Quiz
•
University
10 questions
Test grila la informatică

Quiz
•
10th Grade
13 questions
Raspberry Pi OS Terminal Quiz

Quiz
•
9th Grade
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
10 questions
Understanding Procedures in Python

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade