Python Made Easy

Python Made Easy

15 Qs

quiz-placeholder

Similar activities

PYTHON BASIC

PYTHON BASIC

2nd Grade

18 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python

Python

7th - 9th Grade

12 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python

Python

11th Grade

20 Qs

Python Made Easy

Python Made Easy

Assessment

Quiz

Computers, Mathematics

Hard

Created by

Dinesh Nanda

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the answer to this expression, 22%3 is

7

1

0

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x^y

x**y

x^^y

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of theses is floor division

/

//

%

None of theses

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

echo("Hello World")

echo "Hello World"

print("Hello World")

PRINT("Hello World")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

my_var

myvar

_myvar

my-var

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator can be used to compare two values?

=

<>

><

==

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

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?

Discover more resources for Computers