Which statement is a sequence of more than one statements?
11th Class Python Basics

Quiz
•
Computers
•
11th Grade
•
Medium

Yogesh Kumar
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
(a) Control statement
(b) Compound statement
(c) Single statement
(d) Sequence statement
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not a valid identifier?
(a) _Num
(b) Sum123
(c) num^2
(d) name_1
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is a keyword that has pre-defined meaning?
(a) python
(b) data type
(c) global
(d) variable
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Choose the correct option with respect to Python.
(a)Both tuples and lists are immutable.
(b)Tuples are immutable while lists are mutable.
(c)Both tuples and lists are mutable.
(d)Tuples are mutable while lists are immutable.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which one of the following is correct?
(a) In Python, a dictionary can have two same keys with different values.
(b) In Python, a dictionary can have two same values with different keys.
(c) In Python, a dictionary can have two same keys or same values but cannot have two
same keys-value pair.
(d) In Python, a dictionary can neither have two same keys nor two same values.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of the following Python code?
>>> a=(1,2,(4,5))
>>> b=(1,2,(3,6,9))
>>> b>a
(a) False
(b) True
(c) Error, > operator is not valid for tuples.
(d) Error, > operator is valid for tuples but not if there are sub-tuples.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of the following Python code?
>>> a=(1,2,(4,5))
>>> a>a[::-1]
(a) False
(b) True
(c) Error, > operator is not valid for tuples.
(d) Type Error.
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Python Generators

Quiz
•
10th Grade - University
11 questions
Python Boolean

Quiz
•
11th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
7 questions
Pandas

Quiz
•
9th - 12th Grade
6 questions
Python Programming Quiz

Quiz
•
4th Grade - University
7 questions
Python-list,tuple,Dictionary

Quiz
•
11th - 12th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
15 questions
Understanding Python Functions

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University