Thursday, 03 September 2026
Lecture 44 of 73 · Unit 2
Unit 2 ⏳ Pending
Unlocks at 05:00 PM, 03 Sep 2026

Data types, mutability and object identity PYQ part 2

What We'll Learn

A quick overview of today's lecture

Data types, mutability and object identity PYQ part 2 PYQ PRACTICE SCOPE: Data types, mutability and object identity. Concept ID: XI_U2_DATA_TYPES_MUTABILITY_IDENTITY. Use only previous-year questions whose concept_ids include XI_U2_DATA_TYPES_MUTABILITY_IDENTITY.
Key things we'll cover
Data types, mutability and object identity
PYQ references used by all prompt types 8 included 0 excluded
Flagged questions are excluded from Study Notes, PPT, and Student Notes references until corrected in Paper Analyzer.
Included ID 1594 · 2025 · 1 mark(s)
Consider the following statements: a=0 b=10 c=b/a The above code results in a) Syntax Error b) Logical Error c) Runtime Error d) None of the above
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1091 · 2025 · 2 mark(s)
Write a Python program that takes an integer as an input from the user and check whether a number is divisible by 3 and 5 both.
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1092 · 2025 · 2 mark(s)
Write a Python program that takes an integer input from the user and prints its table.
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1130 · 2025 · 2 mark(s)
What is output of the following code: x=5 y=(5) print(type(x)) print(type(y))
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1356 · 2025 · 2 mark(s)
Draw a flowchart for a program that accepts an integer input from the user and checks whether the number is even or odd. Display the appropriate message based on the result.
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1403 · 2025 · 2 mark(s)
(b) What is None in Python?
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1531 · 2025 · 2 mark(s)
What is the purpose of None data type in Python?
Python Basics and Data Concepts → Data types, mutability and object identity
Included ID 1095 · 2025 · 3 mark(s)
Write a Python program that takes an integer input from the user and checks whether the number is prime or not.
Python Basics and Data Concepts → Data types, mutability and object identity
Student Notes (Print)
.txt