LETS PLAY QUIZ - PYTHON CBSE CLASS XII

Quiz
•
Computers
•
11th - 12th Grade
•
Medium
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
Similar Resources on Wayground
20 questions
Intro to HTML

Quiz
•
8th - 12th Grade
17 questions
Intro to Web Design

Quiz
•
9th - 12th Grade
15 questions
XII RPL 1

Quiz
•
9th - 12th Grade
15 questions
asesmen awal

Quiz
•
11th Grade
20 questions
Програмиране в интернет чрез JavaScript

Quiz
•
12th Grade
15 questions
C# Structured, Selection and Iteration

Quiz
•
9th Grade - University
16 questions
ka react.js

Quiz
•
12th Grade
20 questions
String Data Type(Python)

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade