Chapter Name: Tuple in Python [Chapter 08] Class: 11th Subject: Computer Science 8.1 INTRODUCTION: Tuple in Python Tuple is a collection of elements which is ordered and unchangeable (Immutable). Immutable means you cannot change elements of a tuple in place. Allows duplicate members. Consists the values of any type, separated …
Read More »List in Python: 11th Class Computer Science Chapter 07
Chapter Name: List in Python [Chapter 07] Class: 11th Subject: Computer Science 7.1 Introduction: List in Python List is a collection of elements which is ordered and changeable (mutable). Allows duplicate values. A list contains items separated by commas and enclosed within square brackets ([ ]). All items belonging to …
Read More »String in Python: 11th Class Computer Science Chapter 06
Chapter Name: String in Python [Chapter 06] Class: 11th Subject: Computer Science 6.1 Introduction: String in Python Definition – String in Python: Sequence of characters enclosed in single, double or triple quotation marks. Basic of Strings: Strings are immutable in python. It means it is unchangeable. At the same memory …
Read More »Functions in Python: 11th Class Computer Science Chapter 05
Chapter Name: Function in Python [Chapter 05] Class: 11th Subject: Computer Science 5.1 Definition: Function in Python Functions are the subprograms that perform specific task. Functions are the small modules. 5.2 Types of Functions: There are two types of functions in python: Library Functions (Built in functions) Functions defined in …
Read More »12th Class Computer Science Pre-Mid Exam 2022
School Name: Himalaya Public School, Sector 13, Rohini, Delhi 110085 India Class: 12th Standard (CBSE) Subject: Computer Science Time Duration: 01 Hours Maximum Marks: 30 Date: 04 / 07 / 2022 General Instructions: 12th Class Computer Science Pre-Mid Exam 2022-23 All questions are compulsory Give examples wherever possible Question 01: …
Read More »Python Fundamentals: 11th Computer Science Chapter 02
Chapter Name: Python Fundamentals [Chapter 02] Class: 11th Subject: Computer Science 2.1 Python Character Set: Ch 02 – Python Fundamentals It is a set of valid characters that a language recognize. Letters: A – Z, a – z Digits: 0-9 Special Symbols Whitespace 2.2 Tokens Token: Smallest individual unit in …
Read More »Introduction To Python: 11th Computer Science Chapter 01
Chapter Name: Introduction To Python [Chapter 01] Class: 11th Subject: Computer Science 1.1 Introduction: General-purpose Object Oriented Programming language. High-level language Developed in late 1980 by Guido van Rossum at National Research Institute for Mathematics and Computer Science in The Netherlands. It is derived from programming languages such as ABC, …
Read More »How To Download and Install Python: Step by step
In this post, I am going to discuss How to install Python (32 bit / 64 bit) in your computer (Windows 10 OS, Windows 7). To install the python you have to download the python from python.org. Python is free and Open-source. You can also find its source code on …
Read More »Class XI Computer Science Theory Syllabus (083): Python
Unit No. Unit Name Marks 01. COMPUTER SYSTEMS AND ORGANISATION 10 02. PROGRAMMING AND COMPUTATIONAL THINKING – 1 35 03. DATA MANAGEMENT – 1 15 04. SOCIETY, LAWS AND ETHICS -1 10 Total Marks 70 Exam Duration: 03 Hours Class XI Computer Science Syllabus: Python Unit No. 01: COMPUTER SYSTEMS …
Read More »11th CBSE NCERT Computer Science Term 2 Question Paper 2021-22
School Name: Himalaya Public School, Sector 13, Rohini, Delhi 110085 India Class: 11th Standard (CBSE) Subject: Computer Science Time Duration: 02 Hours Maximum Marks: 35 Date: 28/02/2022 11th Class Computer Science Term 2 Question Paper 2021-22 General Instructions: The question paper is divided into 3 sections — A, B and C Section A, …
Read More »
Class Notes NCERT Solutions for CBSE Students