LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

11th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

9th - 11th Grade

22 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

c-basics-1

c-basics-1

10th Grade - Professional Development

24 Qs

Code.org CSP Unit 4 Review (22-23)

Code.org CSP Unit 4 Review (22-23)

9th - 12th Grade

25 Qs

Java OOP Connections

Java OOP Connections

10th - 12th Grade

20 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 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 146+ 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?