Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

Типы данных

Типы данных

7th Grade

10 Qs

Data Types and Operations

Data Types and Operations

10th Grade

15 Qs

Chapter 5

Chapter 5

9th Grade

10 Qs

Python introduction

Python introduction

University

15 Qs

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

PYTHON

PYTHON

9th Grade

14 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?