Computer Network Class 12 Notes

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Computer Network Class 12 Notes. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. What is a Computer Network? Interconnection between two or more computers is known as a computer network. Computer networks can share hardware and software resources … Read more


Share with others

Data Visualization Class 12 Notes

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Data Visualization Class 12 Notes. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. Data Visualization Class 12 Notes What is Data Visualization The process of displaying data in the form of graphs or charts is known as data … Read more


Share with others

Idea of Efficiency in Python Class 12

idea of efficiency in python class 12
Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Idea of Efficiency in Python Class 12. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. Idea of Efficiency in Python Class 12 Idea of Algorithmic Efficiency A sufficiently accurate method or process that can be programmed into a … Read more


Share with others

Recursion in Python Class 12

Recursion in Python Class 12
Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Recursion in Python Class 12. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. Recursion in Python Class 12 Recursion in Python Python allows for the recursion of functions, which allows a defined function to call itself. A popular … Read more


Share with others

Using Python Libraries Class 12 Notes

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Using Python Libraries Class 12 Notes. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. Using Python Libraries Class 12 Notes Python Library Python library is a collection of codes or modules of codes that may be used by … Read more


Share with others

Working with Functions in Python Class 12 Notes

Share with others

Share with othersWorking with Functions in Python Class 12 Notes: When a single program is divided into small units, it is known as a function. A function is reusable code, meaning the same function can be used multiple times, function helps to organise the code easily. Working with Functions in Python Class 12 Notes What … Read more


Share with others

Python Revision Tour 1 Class 12 MCQ

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Python Revision Tour 1 Class 12 MCQ. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. Python Revision Tour 1 Class 12 MCQ 1. An ordered set of instructions to be executed by a computer to carry out a … Read more


Share with others

Python Revision Tour Class 12 Notes

Share with others

Share with othersTeachers and Examiners (CBSESkillEduction) collaborated to create the Python Revision Tour Class 12 Notes. All the important Information are taken from the NCERT Textbook Computer Science (083) class 12. Python Revision Tour Class 12 Notes Token in Python The smallest unit in a Python programme is called a token. In python all the … Read more


Share with others