Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

javaquizvivek

javaquizvivek

University

12 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Python - Data Types and Operators

Python - Data Types and Operators

7th Grade

12 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Website Development - Lesson 2 Retrieval

Website Development - Lesson 2 Retrieval

11th Grade

10 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

Assessment

Quiz

Professional Development, Computers, Other

4th Grade - Professional Development

Hard

Created by

Attachment Aditya

Used 19+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following Arguments can be used for print() command?

String

Integer

Variable

All of the above

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What will be the output in log/console window for:

print("Log")

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the command will give an output of 100 (integer but not float) for variable x

x = math.floor( ( ( 100 * 100 ) / 10) / 10 )

a = 110

x = a - 10

100 = x

x / 100 = 1

4.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

How do you short this equation:

if x == y or x > y then end

5.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

How do you short this equation:(Note : No Tabs Or Space Required Other Than Enter/Next Line, But Still Tab = )

print(x)

print(x)

print(x)

print(x)

print(x)

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is x in the given command:

x = {}

Integer

Variable

Table

None of the above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is x in the given command:

x = 12

Integer

Variable

Table

None of the above

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?