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
10 questions
10 ԹԳՀԳ 2-րդ կիսամյակ ամփոփիչ գրավոր աշխատանք/ֆունկցիաներ/

Quiz
•
10th Grade
10 questions
J277 - 2.2 - Functions in Python

Quiz
•
10th Grade - University
10 questions
Error Finding

Quiz
•
12th Grade
10 questions
Quiz - print() function

Quiz
•
9th Grade
10 questions
Study Guide - More Advanced Java

Quiz
•
11th - 12th Grade
14 questions
Solar2D Review

Quiz
•
10th Grade - University
11 questions
Python Intro 1

Quiz
•
7th - 12th Grade
10 questions
MOAC Word 2016 Lesson 1

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade