This quiz will give me a sense of my students' Lua abilities before I have begun teaching them.
Local Variables can only be accessed in the scope they were created in.
Local Variables can contain larger values.
Local Variables are closer to home while Global Variables are around the world.
Local Variables are more sensitive.
Rate this question:
A variable that is defined in a function and can only be used for it.
It's what happens when two people disagree.
It's what happens when two function disagrees.
A type of function.
Rate this question:
True
False
Rate this question:
'' - single quotes
[] - brackets
() - parenthesis
{} - braces
Rate this question:
For k,v in table do print(k,v) end
For i = pairs(table) do print(i)
For k,v in pairs(table) do print(k,v) end
For i in pairs(table) do print(i) end
Rate this question:
A block of code.
A donught.
A type of function.
A type of variable.
Rate this question:
Just make them global variables.
Use the global table (_G). Put variables inside of _G and access them from any script.
They're automatically shared.
Don't.
Rate this question:
Use a numerical for loop.
Use a generic for loop.
Use a repeat loop.
Use a while loop.
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Pascal Programming Quiz: Test Your Basic Programming Knowledge
Ready to put your Pascal programming skills to the test? Our Pascal Programming Quiz is designed to challenge and enhance your understanding of this powerful programming language....
Questions:
10 |
Attempts:
408 |
Last updated:
Feb 17, 2024
|
Scala Programming Quiz Questions And Answers
Embark on a journey through the world of Scala programming with our challenging Scala Programming Quiz! Whether you're a seasoned developer or just stepping into the realm of...
Questions:
10 |
Attempts:
175 |
Last updated:
Feb 07, 2024
|
Karnataka State SSLC Third Language Hindi Quiz - Koshish Ek Asha Hindi Group
This quiz is designed for Karnataka State SSLC students, focusing on Hindi as a third language. It assesses knowledge of verbs, antonyms, punctuation, and exclamatory signs,...
Questions:
20 |
Attempts:
3748 |
Last updated:
Mar 22, 2023
|
10 Th Class Hindi
This quiz for the 10th class Hindi tests knowledge of literature, including poet identifications, vocabulary, and literary interpretations. It evaluates understanding of key...
Questions:
50 |
Attempts:
1372 |
Last updated:
Mar 07, 2023
|
Mrs. Thao's Syllabus Test - Hmong 1
Mrs. Thao's Syllabus Test for Hmong 1 covers class rules, grading policy, and daily requirements. Students learn operational classroom language and tools for Hmong language...
Questions:
17 |
Attempts:
127 |
Last updated:
Mar 15, 2023
|
3rd Grade Quiz: Test Your Knowledge About Social Studies!
In social studies, languages are highly regarded as one of the topics that pertain to man. While some countries adopt only one language, others are multilingual. Language is the...
Questions:
10 |
Attempts:
576 |
Last updated:
Oct 22, 2024
|
Wait!
Here's an interesting quiz for you.