Tuples in Python Class 11 Notes

tuples in python class 11 notes
Share with others

Share with othersTuples in Python Class 11 Notes, Tuples are similar to lists, but they are immutable. This chapter explains how to create a tuple and how to use it. Our Class 11 notes explain the concept in a simple method with examples to build a strong Python foundation. Tuples in Python Class 11 Notes … Read more


Share with others

Dictionaries in Python Class 11 Notes

dictionaries in python class 11 notes
Share with others

Share with othersDictionaries in Python Class 11 Notes, Dictionaries in Python store data as key-value pairs. In this chapter you can learn how to create a dictionary and how to manipulate dictionaries. These notes include examples and real-life applications, which will help you to understand the concept. Dictionaries in Python Class 11 Notes Introduction to … Read more


Share with others

Society Law and Ethics Class 11 Notes

societal impact class 11 notes
Share with others

Share with othersSociety Law and Ethics Class 11 Notes, In this chapter you will learn how to implement technology based on social and ethical considerations. This chapter includes digital privacy, cyber laws, cybercrime and how responsibly we can use the internet. These notes also help to understand the importance of ethics in computing. Society Law … Read more


Share with others

List Manipulation in Python Class 11 Notes

list manipulation in python class 11 notes
Share with others

Share with othersList Manipulation in Python Class 11 Notes, Lists are ordered collections of datatype, which can store multiple items. This chapter covers how to create lists, slicing and indexing, etc. This note helps the students to become masters in Python. List Manipulation in Python Class 11 Notes Introduction to List In Python, Multiple values, … Read more


Share with others

Strings in Python Class 11 Notes

Share with others

Share with othersStrings in Python Class 11 Notes, Strings are basically used for storing and manipulating text. This chapter covers how to create strings, about indexing, slicing and built-in string methods. This note will be helpful for understanding the string concept with real-world examples. Strings in Python Class 11 Notes Strings A string is a … Read more


Share with others

Flow of Control in Python Class 11 Notes

Share with others

Share with othersFlow of Control in Python Class 11 Notes, Flow of Control helps to make decisions based on the condition given. This note explains the conditional statements (if, if-else) and loops (for, while) in Python with examples. Flow of Control in Python  A program runs step by step from top to bottom. But sometimes, … Read more


Share with others

Getting Started with Python Class 11 Notes

Share with others

Share with othersGetting Started with Python Class 11 Notes, Python is a user-friendly programming language. These notes will help you get familiar with writing your first Python programs, understanding the syntax, and learning about data types. These notes are aligned with the CBSE Class 11 curriculum. Introduction to Python Python is a high-level, general-purpose programming … Read more


Share with others

Introduction to Problem Solving Class 11 Notes

Share with others

Share with othersIntroduction to Problem Solving Class 11 Notes, Problem solving is a fundamental concept of programming language. In this chapter include algorithms, flowcharts, and logical thinking. This note will help you to develop the technical skills, and you will be able to break down complex problems into a simple step-by-step method. Introduction to Problem … Read more


Share with others

Computer System and Organisation Class 11 Notes

Share with others

Share with othersIn Computer System and Organisation Class 11 Notes, you are going to learn fundamental components of a computer system, including input/output devices, about hardware and software, about memory units, memory, etc. These notes provide a clear understanding of how a computer works and how the software organises the hardware components; these notes are … Read more


Share with others