LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

11th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python Module

Python Module

10th - 12th Grade

17 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

3LSSA_Python_String

3LSSA_Python_String

10th - 12th Grade

19 Qs

Problem Solving using Python and R - UNIT I STRINGS MCQS

Problem Solving using Python and R - UNIT I STRINGS MCQS

12th Grade

15 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Online GCC

Used 141+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

1. for k in range (2,7) :

print(k, end=' ')

1 2 3 4 5 6

2 3 4 5 6 7

2 3 4 5 6

0 1 2 3 4 5 6

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

2. str1="Welcome"

>>> print(str1*2)

Wlecome2

2 Welcome

Error

WelcomeWelcome

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

L=[1,3,6,23,41]

>>> L[2:4]

[6, 23]

[3,6,23,41]

[6,23]

[6,23,41]

[23,41]

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What data type is the object below?

L = [1, 23, 'hello', 1]



tuple

array

list

dictionary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which statement makes the loop to forcefully exit

continue

exit

pass

break

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Lst=[12,23,41,2,31,45,67,21]

Lst.pop()

12

21

No elements will be popped

1

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

School = "Sri Chaitanya"

P=len(School)

>>> print (P)

12

13

14

15

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?