CBSE Computer Science Class 12 Unit-2: Computer Networks
Unit-2: Computer Networks What is Computer Network? A computer network is a group of two or more interconnected computer systems, which share their data to each other. You can establish…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
Unit-2: Computer Networks What is Computer Network? A computer network is a group of two or more interconnected computer systems, which share their data to each other. You can establish…
Python Programs for printing pyramid patterns (Using for loop/ nested for loop) Pattern-1 for i in range(1,6): for j in range(i): print(" * ", end = "") print( ) Output:…
Python while loop exercises for CBSE Computer Science 1- Python program to print First 10 Even numbers using while loop num = 2 while(num<=20): print(num) num = num + 2…
What is tkinter in python? Tkinter is a standard GUI (Graphical User Interface) library for Python. It is a built-in module that comes with Python and allows programmers to create…
Using of Datetime Library in python Class 11-12 Notes As python provides a large set of library, it also contains datetime library. This library displays the date in YYYY-MM-DD format.…
Python File Handling Notes for class 12 Data File Handling in Python Data maintained inside the files is termed as persistent data. It means it is permanent in nature. Python…
Working with Functions in Python Class 12 Here you will learn about the functions in Python, Types of Functions in Python, How to create a function in Python, how function…
Question Bank for Class 12 Business Studies Also Check : Another Subject’s Question Banks Below >>>English Core >>>Mathematics >>>Chemistry >>>Accountancy >>>Economics >>>Physical Education >>>Computer Science
Question Bank for Class 12 Economics Also Check : Another Subject’s Question Banks Below >>>English Core >>>Mathematics >>>Chemistry >>>Accountancy >>>Business Studies >>>Physical Education >>>Computer Science
Question Bank for Class 12 Accountancy Also Check : Another Subject’s Question Banks Below >>>English Core >>>Mathematics >>>Chemistry >>>Business Studies >>>Economics >>>Physical Education >>>Computer Science