Electronic Spreadsheet Advanced Class 10 Important Questions & Answers

Electronic Spreadsheet Advanced Class 10 Q1. What is Data Consolidation? Q2. Consolidate option available in ___________ menu. Q3. Write two functions which are available in function list of Consolidate data dialog box. Q4. What do you mean by range of cells? Q5. How can you give name to a range of cells? Electronic Spreadsheet Advanced … Read more

NCERT Solution Chapter 3 Brief Overview of Python Class 11 IP

NCERT Solution Chapter 3 Brief Overview of Python SUMMARY : Brief Overview of Python Python is an open-source, high level, interpreter based language that can be used for a multitude of scientific and non-scientific computing purposes. Comments are non-executable statements in a program. An identifier is a user defined name given to a variable or … Read more

NCERT Solution Class 11 Computer Science Chapter 1 Computer System

NCERT Solution Class 11 Computer Science Chapter 1 Class 11 Computer Science Chapter 1 SUMMARY : A computing device, also referred as computer, processes the input data as per given instructions to generate desired output. Computer system has four physical components viz. (i) CPU, (ii) Primary Memory, (iii) Input Device and (iv) Output Devices. They … Read more

NCERT Solution Chapter 11 Societal Impact Class 11 Computer Science

SOCIETAL IMPACT NCERT Solution Chapter 11 Societal Impact SUMMARY : Societal Impact Digital footprint is the trail of data we leave behind when we visit any website (or use any online application or portal) to fill-in data or perform any transaction. A user of digital technology needs to follow certain etiquettes like net-etiquettes, communication etiquettes … Read more

100+ Important MCQ on List in Python with Answers for class 11

MCQ on List in Python Q1. Which of the following statement will create list? a. L1=list( ) b. L1=[1,2,3,4] c. Both of the above d. None of the above Q2. Write the output of the following code : list(“welcome”) a. [‘w’, ‘e’, ‘l’, ‘c’, ‘o’, ‘m’, ‘e’] b. (‘w’, ‘e’, ‘l’, ‘c’, ‘o’, ‘m’, ‘e’) … Read more

NCERT Solution Class 11 Computer Science Chapter 3 Emerging Trends

Class 11 Computer Science Chapter 3 SUMMARY : Class 11 Computer Science Chapter 3 Artificial intelligence (AI) endeavours to simulate the natural intelligence of human beings into machines thus making them intelligent. Machine learning comprises algorithms that use data to learn on their own and make predictions. Natural Language Processing (NLP) facilitates communicating with intelligent … Read more

Chapter 2 Number System Class 11 Computer Science NCERT Solution

Encoding Scheme & Number System Class 11 Computer Science NCERT Solution SUMMARY Encoding scheme maps text into the codes that facilitate communication among computers. Textual data is encoded using ASCII, ISCII or Unicode. Unicode scheme is a character encoding standard which can encode all the characters of almost all languages of the world. Computer being … Read more

Chapter 10 Tuples and Dictionaries in Python NCERT Solution

Tuples and Dictionaries in Python Tuples and Dictionaries in Python Tuples are immutable sequences, i.e., we cannot change the elements of a tuple once it is created. Elements of a tuple are put in round brackets separated by commas. If a sequence has comma separated elements without parentheses, it is also treated as a tuple. … Read more

error: Content is protected !!