100+ Best MCQ Introduction to Computer Networks Class 12

Introduction to Computer Networks Q1. A group of two or more similar things or people interconnected with each other is called ________________ a. Internet b. Intranet c. Network d. Net Q2. Which of the following are examples of network in our everyday life ? a. Social Network b. Mobile Network c. Airlines network. d. All … Read more

Introduction to Python Modules Class 11 Important Notes

Introduction to Python Modules Module : A module is a Python file where functions, constants and variables are defined. Extension of Python module is .py Advantages of Modules in Python It makes the code reusable, means we can use the same code in different programs. It makes our code easier to understand. It help us … Read more

50+ Important Electronic Spreadsheet Class 9 Questions and Answers

Electronic Spreadsheet Class 9 Questions and Answers Q1. What do you mean by Spreadsheet/Electronic Spreadsheet? Ans. A spreadsheet is a grid which interactively manages and organises data in rows and columns. It is also called as Electronic Spreadsheet. Q2. Write three uses of spreadsheet. Ans. Spreadsheet is used for: Managing financial and accounting documents. Creating … Read more

Best Case Study Based Questions Class 12 CS

Case Study Based Questions Class 12 Q1. Aman is working in an IT company writing a program to add record in an already existing CSV file “stud.csv”. He has written the following code. As a friend of Aman, help him to complete the code given below. __________________ #Statement-1 fn = open(_____, _____, newline=”) #Statement-2 sdata … Read more

CS Sample Paper Class 12 2021 with Solution

CS Sample Paper Class 12 2021 COMPUTER SCIENCE TERM 1 SYLLABUS: Unit I: Computational Thinking and Programming – 2 Revision of Python topics covered in Class XI. Functions: types of function (built-in functions, functions defined in module, user defined functions), creating user defined function, arguments and parameters, default parameters, positional parameters, function returning value(s), flow … Read more

Important Chapter Wise Class 12 IP MCQ Questions

Chapter Wise Class 12 IP MCQ Questions TERM-1 SYLLABUS OF INFORMATICS PRACTICES (065) Unit 1: Data Handling using Pandas and Data Visualization ● Introduction to Python libraries- Pandas, Matplotlib. ● Data structures in Pandas – Series and data frame. Series: Creation of series from dictionary, scalar value; mathematical operations; series attributes, head and tail functions; … Read more

Data Handling using Pandas Class 12 NCERT Solution

Data Handling using Pandas Class 12 Data Handling using Pandas Class 12 SUMMARY : NumPy, Pandas and Matplotlib are Python libraries for scientific and analytical use. pip install pandas is the command to install Pandas library. A data structure is a collection of data values and the operations that can be applied to that data. … Read more

60+ Dictionary Python Best MCQ Class 11

Dictionary Python MCQ Q1. Keys of dictionary must be _______________ a. antique b. unique c. mutable d. integers Q2. Dictionaries in python are _________________. a. Mutable data type b. Non-Mutable data type c. Mapping data type d. Both a and c Q3. Which of the following is used to delete an element from Dictionary? a. … Read more

error: Content is protected !!