Refer to CBSE Class 11 Computer Science Python Fundamentals MCQs provided below available for download in Pdf. The MCQ Questions for Class 11 Computer Science with answers are aligned as per the latest syllabus and exam pattern suggested by CBSE, NCERT and KVS. Python Fundamentals Class 11 MCQ are an important part of exams for Class 11 Computer Science and if practiced properly can help you to improve your understanding and get higher marks. 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 refer to the following multiple-choice questions with answers for Python Fundamentals in Class 11.
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
CBSE Class 11 Computer Science Advanced Scripting MCQs |
CBSE Class 11 Computer Science Animation Tool MCQs Set A |
CBSE Class 11 Computer Science Animation Tool MCQs Set B |
CBSE Class 11 Computer Science Basic Ubuntu Linux Commands MCQs |
CBSE Class 11 Computer Science Boolean Algebra MCQs |
CBSE Class 11 Computer Science Computer Hardware MCQs |
CBSE Class 11 Computer Science Computer Organisation MCQs |
CBSE Class 11 Computer Science Conditional Statement MCQs |
CBSE Class 11 Computer Science Creating Animation Using Synfig MCQs |
CBSE Class 11 Computer Science Current Trends and Technologies MCQs |
CBSE Class 11 Computer Science Dictionary in Python MCQs |
CBSE Class 11 Computer Science Forms and Reports MCQs |
CBSE Class 11 Computer Science Fundamentals of Computer MCQs |
CBSE Class 11 Computer Science Introduction To Database Management System MCQs |
CBSE Class 11 Computer Science Introduction To Layers MCQs |
CBSE Class 11 Computer Science Introduction To Multimedia MCQs Set A |
CBSE Class 11 Computer Science Introduction To Multimedia MCQs Set B |
CBSE Class 11 Computer Science List Manipulation MCQs |
CBSE Class 11 Computer Science List Manipulation MCQs |
CBSE Class 9 Computer Science Computer Components MCQs Set A |
CBSE Class 9 Computer Science Introduction to Computers MCQs Set B |
CBSE Class 11 Computer Science Python Fundamentals MCQs |
CBSE Class 11 Computer Science Python Revision MCQs |
CBSE Class 11 Computer Science Random Function MCQs |
CBSE Class 11 Computer Science Retrieve Data Using Queries MCQs |
CBSE Class 11 Computer Science Society Law and Ethics MCQs |
CBSE Class 11 Computer Science Software and Operating System MCQs |
CBSE Class 11 Computer Science String and Function MCQs |
CBSE Class 11 Computer Science Using Pictures In Synfig MCQs |
CBSE Class 11 Computer Science Vim Editor and Basic Scripting MCQs Set A |
CBSE Class 11 Computer Science Vim Editor and Basic Scripting MCQs Set B |
CBSE Class 11 Computer Science Working With Table MCQs |
MCQs for Python Fundamentals Computer Science Class 11
Expert teachers of studiestoday have referred to NCERT book for Class 11 Computer Science to develop the Computer Science Class 11 MCQs. If you download MCQs with answers for the above chapter you will get higher and better marks in Class 11 test and exams in the current year as you will be able to have stronger understanding of all concepts. Daily Multiple Choice Questions practice of Computer Science will help students to have stronger understanding of all concepts and also make them expert on all critical topics. After solving the questions given in the MCQs which have been developed as per latest books also refer to the NCERT solutions for Class 11 Computer Science. We have also provided lot of MCQ questions for Class 11 Computer Science so that you can solve questions relating to all topics given in each chapter. After solving these you should also refer to Class 11 Computer Science MCQ Test for the same chapter.
You can download the CBSE MCQs for Class 11 Computer Science Python Fundamentals for latest session from StudiesToday.com
Yes, the MCQs issued by CBSE for Class 11 Computer Science Python Fundamentals have been made available here for latest academic session
You can find CBSE Class 11 Computer Science Python Fundamentals MCQs on educational websites like studiestoday.com, online tutoring platforms, and in sample question papers provided on this website.
To prepare for Python Fundamentals MCQs, refer to the concepts links provided by our teachers and download sample papers for free.
Yes, there are many online resources that we have provided on studiestoday.com available such as practice worksheets, question papers, and online tests for learning MCQs for Class 11 Computer Science Python Fundamentals