CBSE

Working with Binary Files in Python

Binary Files: In Python, a binary file is a file that contains textual and non-textual data, such as images, audio files, video files, and executable programs. Binary files are usually opened in binary mode to avoid any character encoding issues, and they can be read and written using the built-in file handling functions.1) It stores …

Working with Binary Files in Python Read More »

Working with Text Files in Python

Text Files: In Python, a text file is a file that contains human-readable text. Text files are usually created with a text editor, and they can be read and written in Python using the built-in file handling functions.1) They store information in the form of ASCII/Unicode characters.2) Each line of text is terminated or delimited …

Working with Text Files in Python Read More »

File Handling in Python

File: In Python, a file is a named area on disk or in memory used to store data permanently. A file can be used to store text, binary data, or other types of data. Python provides built-in functions and methods for working with files, which allows you to open, create, read, write, append, modify and …

File Handling in Python Read More »

CBSE XI Informatics Practices (IP 065)

Introduction to Computer System Introduction to Python Database concepts and the Structured Query Language Emerging Trends Artificial Intelligence, Machine Learning, Natural Language Processing, Immersive experience (AR, VR), Robotics, Big data and its characteristics, Internet of Things (IoT), Sensors, Smart cities, Cloud Computing and Cloud Services (SaaS, IaaS, PaaS); Grid Computing, block chain technology.

Conditional statements in Python

Conditional Statements: It tests a condition and executes a particular statement or a group of statements depending upon the result of the condition. It is a compound statement i.e. it contains other statements. Python supports following types of conditional statements1) if2) if else3) if elif else4) Nested if else if statement: It tests a condition …

Conditional statements in Python Read More »

Functions of an Operating System

Operating System (OS) It is an interface between a computer user and computer hardware. It enables applications/softwares to interact with a computer’s hardware. Its purpose is to manage a system’s hardware and software resources. It is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and …

Functions of an Operating System Read More »

error: You can only copy the programs code and output from this website. You are not allowed to copy anything else.