Anjeev Kr Singh

Anjeev Kr Singh – Computer Science Educator, Author, HOD, Teaching CBSE CS, IP, WA, IT & AI concepts.

Class 12 Computer Science File Handling in Python MCQs Set 6

File Handling in Python MCQ's

Python File Handling File Handling in Python MCQ’s Set – 6 Multiple Choice Questions Answer Que Number 101 to 105 on the basis of given instructions and code. Your teacher has given you a method/function FilterWords() in python which read lines from a text file NewsLetter.TXT, and display those words, which are lesser than 4

Class 12 Computer Science File Handling in Python MCQs Set 6 Read More »

Class 12 Computer Science File Handling in Python MCQs Set 3

File Handling in Python MCQ's

Python File Handling File Handling in Python MCQ’s Set – 3 Multiple Choice Questions 41. The default file-open mode is ___________. a) read b) write c) append d) None of these 42. Write a command to open a file named “mybio.txt” in write mode? a) fileobject = open (“mybio.txt”, “w”) b) fileobject = open(“mybio.txt”) c)

Class 12 Computer Science File Handling in Python MCQs Set 3 Read More »

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 5

Class 12 Computer Science Python Functions MCQs

Python Functions – Working with Functions MCQ’s Multiple Choice Questions [MCQs] Set – 5 81. _______ refers to using an expression as part of a larger expression or a statement as a part of larger statement. a) Function b) Calling of Function c) Composition d) None of these 82. Find the output: a) 2512 b)

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 5 Read More »

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 4

Class 12 Computer Science Python Functions MCQs

Python Functions – Working with Functions MCQ’s Multiple Choice Questions [MCQs] Set – 4 61. Identify the valid rules for combining all three types of arguments. a) an argument list must first contain positional argument followed by any keyword argument. b) Keyword arguments should be taken from the required arguments. c) Value for one argument

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 4 Read More »

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 3

Class 12 Computer Science Python Functions MCQs

Python Functions – Working with Functions MCQ’s Multiple Choice Questions [MCQs] Set – 3 41. When the function call statement must match the number and order of arguments as defined in the function definition, this is called the ___________ matching. a) Positional Arguments b) Default Arguments c) Keyword Arguments d) None of these 42. Which

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 3 Read More »

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 2

Class 12 Computer Science Python Functions MCQs

Python Functions – Working with Functions MCQ’s Multiple Choice Questions [MCQs] Set – 2 21. ____________ are pre-defined functions and are always available for use. a) Built-in Functions b) Functions defined in module c) User defined functions d) All of these 22. ____________ are pre-defined functions in particular modules and can only be used when

Class 12 Computer Science Python Functions – Working with Functions MCQs Set – 2 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 4

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 4 61. plt.plot(x, y, ‘kh‘ linestyle = ‘solid’) In the above statement, ‘h’ stands for which type of marker ? a. tri_up marker b. hexagon1 marker c. horizontal line d. None of these 62. plt.plot(x, y, ‘kh‘)

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 4 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 3

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 3 41. Identify the correct statement to invoke plot() function, for making a line chart. import matplotlib.pyplot as plt #assume import statement is written. a. plt.plot() b. plot( [1,2,3], [2,5,4]) c. plt.plot( [1,3,4], [2,5,4]) d. None of

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 3 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 2

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 2 21. A _______________ is a type of chart which displays information as a series of data points called markers connected by straight line segments. a. line chart / line graph b. bar chart c. scatter chart

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 2 Read More »

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 10

Class 12 Societal Impacts MCQs

Unit 4 Societal Impacts Class 12 Informatics Practices New 065 Societal Impacts MCQ’s Multiple Choice Questions Set – 10 181. Which of the following is/are examples of online fraud? a) Sita placed an order online and made full payment but no goods were delivered to her. b) Tim ordered a phone online with full advance

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 10 Read More »

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 9

Class 12 Societal Impacts MCQs

Unit 4 Societal Impacts Class 12 Informatics Practices New 065 Societal Impacts MCQ’s Multiple Choice Questions Set – 9 161. A research student is expected to write a thesis on a topic. The student browses Internet for the topic and luckily finds it on the Internet. He copies and submits the entire thesis as his

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 9 Read More »

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 8

Class 12 Societal Impacts MCQs

Unit 4 Societal Impacts Class 12 Informatics Practices New 065 Societal Impacts MCQ’s Multiple Choice Questions Set – 8 141. A software that can be freely accessed and modified is called __________. a) Synchronous Software b) Package Software c) Open Source Software d) Middleware 142. Data which has no restriction of usage and is freely

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 8 Read More »

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 7

Class 12 Societal Impacts MCQs

Unit 4 Societal Impacts Class 12 Informatics Practices New 065 Societal Impacts MCQ’s Multiple Choice Questions Set – 7 Q121. What is RRR (3R) in e-Waste management? a. Reduce, Reuse, Recycle b. Repair, Reuse, Reduce c. Repair, Resale, Repay d. None of these Q122. ________ is the process of conversion of electronic devices into something

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 7 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 1

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 1 1. _______________ means graphical or pictorial representation of the data using graph, chart, etc. a. Flow chart b. Graphics c. Data visualisation d. None of these 2. What is the purpose of plotting date? a. Visualise

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 1 Read More »

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 6

Class 12 Societal Impacts MCQs

Unit 4 Societal Impacts Class 12 Informatics Practices New 065 Multiple Choice Questions Set – 6 Societal Impacts MCQ’s Q101. Harassing, demeaning, embarrassing, defaming or intimidating someone using modern technologies like Internet, cell phones, instant messengers, social networks, etc. is called ________________. a. Cyber bullying b. Cyber phishing c. Cyber stalking d. None of these

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 6 Read More »

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 5

Class 12 Societal Impacts MCQs

Unit 4 Societal Impacts Class 12 Informatics Practices New 065 Societal Impacts MCQ’s Multiple Choice Questions Set 5 Q81. ________ is done on behalf of a company, which wants to find out the loopholes in the system in context to security. a. Ethical hacking b. Unethical hacking c. Ethical and Unethical hacking d. None of

200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 5 Read More »

You cannot copy content of this page

Scroll to Top