Practice CBSE Class 11 Computer Science Python Fundamentals MCQs provided below. The MCQ Questions for Class 11 Python Fundamentals Computer Science with answers and follow the latest CBSE/ NCERT and KVS patterns. Refer to more Chapter-wise MCQs for CBSE Class 11 Computer Science and also download more latest study material for all subjects
MCQ for Class 11 Computer Science Python Fundamentals
Class 11 Computer Science students should review the 50 questions and answers to strengthen understanding of core concepts in Python Fundamentals
Python Fundamentals MCQ Questions Class 11 Computer Science with Answers
Question: Which of the following symbol is used to import all objects of a module?
(a) *
(b) #
(c) @
(d) $
Answer: a
Question: Which extension is used to save the Python code file?
(a) .Python
(b) .py
(c) .p
(d) .pyth
Answer: b
Question: What is returned by math.ceil(7.9)?
(a) 7
(b) 8
(c) 7.0
(d) 9.0
Answer: b
Question: Identify the correct output of the following code.
import math
print(math.floor(153.42))
(a) 153
(b) 154
(c) 154.0
(d) 153.4
Answer: a
Question: To include the use of functions which are present in the statistics library, we must use the option
(a) statistics.h
(b) import statistics
(c) import.statistics
(d) statistics.statistics
Answer: b
Question: What will be the output of the following Python code?
random.randrange(0,91,5)
(a) 10
(b) 18
(c) 79
(d) 95
Answer: a
Question: The value passed in sin() should be in
(a) degree
(b) meter
(c) inch
(d) radian
Answer: d
Question: Identify the correct output.
print(pow(-3, 2))
(a) 9
(b) -9
(c) 8
(d) -8
Answer: a
Question: Which of the following function always gives output in integer form?
(a) random()
(b) choice()
(c) mean()
(d) randint()
Answer: d
Question: To include the use of functions which are present in the random library, we must use the option
(a) import random
(b) random.h
(c) import.random
(d) random.random
Answer: a
Question: Identify the correct output of:
import math
f = math.floor(145.35)
print(f)
(a) 146
(b) 145
(c) 145.3
(d) 145.4
Answer: b
Question: Which module is used for pow() to find the power of a number?
(a) random
(b) math
(c) statistics
(d) power
Answer: b
Question: Which module is used for sqrt() to find the square root of a number?
(a) random
(b) square root
(c) math
(d) statistics
Answer: c
Question: What will be the output of the following Python code?
random.randrange(1,100,10)
(a) 32
(b) 67
(c) 91
(d) 80
Answer: c
Question: What will be the output of the following Python function if the random module has already been imported?
random.randint(3.5, 7)
(a) Error
(b) Any integer between 3.5 and 7, including 7
(c) Any integer between 3.5 and 7, excluding 7
(d) The integer closest to the mean of 3.5 and 7
Answer: a
Case Based MCQs
Question: A Python module is a file containing Python definitions and statements. A module can define functions, classes and variables. A module can also include runnable code. Grouping related code into a module makes the code easier to understand and use. It also makes the code logically organised.
When you import a module, the Python interpreter searches for the module in the following sequences.
- The current directory.
- If the module isn’t found, Python then searches each directory in the shell variable PYTHONPATH.
- If all else fails Python checks the default path. On UNIX, this default path is normally/usr/local/lib/ python/.
Question: Which keyword is used to import the module?
(a) import
(b) import_module
(c) module
(d) Any of the above
Answer: a
Question: Which of the following module is used in Python?
(a) math
(b) pie
(c) statistics
(d) square root
Answer: a
Question: Choose the correct syntax to import all objects of a module.
(a) from module_name import *
(b) from module_name import all
(c) module_name * from import
(d) all module from import
Answer: a
Question: To import multiple objects, which symbol is used to write multiple objects?
(a) #
(b) :
(c) ;
(d) ,
Answer: d
Question: Which of the following module is used for mean(), mode() and median()?
(a) math
(b) arithmetic
(c) statistics
(d) random
Answer: c
| Advanced Scripting MCQs |
| Animation Tool MCQs Set 2 |
| Animation Tool MCQs Set 1 |
| Basic Ubuntu Linux Commands MCQs |
| Boolean Algebra MCQs |
| Computer Components MCQs Set 1 |
| Computer Hardware MCQs |
| Computer Organisation MCQs |
| Conditional Statement MCQs |
| Creating Animation Using Synfig MCQs |
| Current Trends and Technologie MCQs |
| Dictionary in Python MCQs |
| For Loop MCQs |
| Forms and Reports MCQs |
| Fundamentals of Computer MCQs |
| Internet MCQs |
| Introduction to Computers MCQs Set 2 |
| Introduction To Database Management System MCQs |
| Introduction To Layers MCQs |
| Introduction To Multimedia MCQs Set 2 |
| Introduction To Multimedia MCQs Set 1 |
| List Manipulation MCQs Set 3 |
| List Manipulation MCQs Set 2 |
| List Manipulation MCQs Set 1 |
| MS Excel MCQs |
| MS Word MCQs |
| Power Point MCQs |
| Python Fundamentals MCQs |
| Python Revision MCQs Set 4 |
| Python Revision MCQs Set 3 |
| Python Revision MCQs Set 2 |
| Python Revision MCQs Set 1 |
| Python Variables and Data Types MCQs Set 1 |
| Random Function MCQs |
| Retrieve Data Using Queries MCQs |
| Society Law and Ethics MCQs |
| Software and Operating System MCQs |
| String and Function MCQs |
| Using Pictures In Synfig MCQs |
| Vim Editor and Basic Scripting MCQs Set 2 |
| Vim Editor and Basic Scripting MCQs Set 1 |
| Working With Table MCQs |
MCQs for Python Fundamentals Computer Science Class 11
Students can use these MCQs for Python Fundamentals to quickly test their knowledge of the chapter. These multiple-choice questions have been designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Our expert teachers suggest that you should practice daily and solving these objective questions of Python Fundamentals to understand the important concepts and better marks in your school tests.
Python Fundamentals NCERT Based Objective Questions
Our expert teachers have designed these Computer Science MCQs based on the official NCERT book for Class 11. We have identified all questions from the most important topics that are always asked in exams. After solving these, please compare your choices with our provided answers. For better understanding of Python Fundamentals, you should also refer to our NCERT solutions for Class 11 Computer Science created by our team.
Online Practice and Revision for Python Fundamentals Computer Science
To prepare for your exams you should also take the Class 11 Computer Science MCQ Test for this chapter on our website. This will help you improve your speed and accuracy and its also free for you. Regular revision of these Computer Science topics will make you an expert in all important chapters of your course.
FAQs
You can get most exhaustive CBSE Class 11 Computer Science Python Fundamentals MCQs for free on StudiesToday.com. These MCQs for Class 11 Computer Science are updated for the 2026-27 academic session as per CBSE examination standards.
Yes, our CBSE Class 11 Computer Science Python Fundamentals MCQs include the latest type of questions, such as Assertion-Reasoning and Case-based MCQs. 50% of the CBSE paper is now competency-based.
By solving our CBSE Class 11 Computer Science Python Fundamentals MCQs, Class 11 students can improve their accuracy and speed which is important as objective questions provide a chance to secure 100% marks in the Computer Science.
Yes, Computer Science MCQs for Class 11 have answer key and brief explanations to help students understand logic behind the correct option as its important for 2026 competency-focused CBSE exams.
Yes, you can also access online interactive tests for CBSE Class 11 Computer Science Python Fundamentals MCQs on StudiesToday.com as they provide instant answers and score to help you track your progress in Computer Science.