Lesson 7 - Test 1

Lesson 7 - Test 1

5th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Python quiz

Python quiz

KG - Professional Development

10 Qs

Edublocks Python - Advanced level

Edublocks Python - Advanced level

4th - 9th Grade

10 Qs

Python-ICT

Python-ICT

8th Grade

20 Qs

Lesson 25 - datetime module

Lesson 25 - datetime module

5th - 8th Grade

10 Qs

Lesson 1 - Python introduction,variable & datatypes

Lesson 1 - Python introduction,variable & datatypes

5th - 8th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Python-coban

Python-coban

7th - 12th Grade

20 Qs

Lesson 7 - Test 1

Lesson 7 - Test 1

Assessment

Quiz

Professional Development, Education

5th - 8th Grade

Medium

Created by

NotchUp .co

Used 33+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many keywords are there in python 3.7?

30

31

32

33

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keyword in python are in

lowercase

uppercase

mix up both

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is False?

Variable names can be arbitrarily long.

They can contain both letters and numbers.

Variable name can begin with underscore.

Variable name can begin with number.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable?

var@

32var

class

abc_a_c

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are keyword?

in

is

assert

all of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code : print 5//2

2

2.5

2.0

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct operator for power(xy)?

X^y

X**y

X^^y

None of the mentioned

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?