हिंदी

Computer Science (Python) Science (English Medium) Class 11 CBSE Syllabus 2025-26

Advertisements

CBSE Class 11 Computer Science (Python) Syllabus - Free PDF Download

CBSE Syllabus 2025-26 Class 11: The CBSE Class 11 Computer Science (Python) Syllabus for the examination year 2025-26 has been released by the Central Board of Secondary Education, CBSE. The board will hold the final examination at the end of the year following the annual assessment scheme, which has led to the release of the syllabus. The 2025-26 CBSE Class 11 Computer Science (Python) Board Exam will entirely be based on the most recent syllabus. Therefore, students must thoroughly understand the new CBSE syllabus to prepare for their annual exam properly.

The detailed CBSE Class 11 Computer Science (Python) Syllabus for 2025-26 is below.

Academic year:

CBSE Class 11 Computer Science (Python) Revised Syllabus

CBSE Class 11 Computer Science (Python) and their Unit wise marks distribution

CBSE Class 11 Computer Science (Python) Course Structure 2025-26 With Marking Scheme

Advertisements
Advertisements
Advertisements

Syllabus

1 Computer System
  • Computer System  
    • Components of Computer System
      1. Central Processing Unit (CPU)
      2. Input Devices
      3. Output Devices
  • History of Computers  
  • Types of Computer Memory  
    • Primary Memory
    • Cache Memory
    • Secondary Memory
  • Components of a Computer  
    • Memory Unit (Memory Devices)  
  • Data Transfer Between Memory and CPU  
  • Basics of Microprocessors  
    • Characteristics of Microprocessors
  • Microprocessor Specifications  
    1. Word Size
    2. Memory Size
    3. Clock Speed
    4. Cores
  • Introduction to Microcontroller  
  • Data and Information  
    • Data
    • Information
  • Data Types  
    • Introduction of Data Types 
    • Primitive Data Types
    • Non-Primitive Data Types
  • Data Capturing, Storage and Retrieval  
    1. Data Capturing
    2. Data Storage
    3. Data Retrieval 
  • Data Deletion and Recovery  
  • Software  
    • Need of Software 
  • System Software and Its Types  
    1. Operating System
    2. System Utilities
    3. Device Drivers
  • Programming Tools of System Software  
    1.  Classification of Programming Languages
    2. Language Translators
    3. Program Development Tools
  • Application Software  
    1. General Purpose Software
    2. Customised Software
  • Proprietary Or Free and Open Source Software  
  • Introduction to Operating System (OS)  
  • OS User Interface and Its Types  
    1. Command-based Interface
    2. Graphical User Interface
    3. Touch-based Interface
    4. Voice-based Interface
    5. Gesture-based Interface
  • Functions of Operating System  
    1. Process Management
    2. Memory Management
    3. File Management
    4. Device Management 
2 Encoding Schemes and Number System
  • Encoding Schemes and Number System  
    • American Standard Code for Information Interchange (ASCII)  
    • Indian Script Code for Information Interchange (ISCII)  
    • UNICODE  
  • Introduction to Number Systems  
    • Binary Number System  
      • Introduction to binary number system 
      • Advantages of binary code and its Positive and negative logic system
      • Radix and Binary Counting 
    • Octal Number System  
      • Introduction to Octal Number System 
      • Decimal to Octal conversion
      • Octal to Binary and Binary to Octal Conversion
      • Hex to Octal and Octal to Hex Conversion 
    • Hexadecimal Number System  
      • Introduction to Hexadecimal Number System
      • Hex to decimal conversion
      • Decimal to Hexadecimal conversion
      • Hex to Binary and Binary to Hex conversion 
  • The Decimal Number System  
  • Number System Conversions  
    • Decimal to Binary Conversion
    • Decimal to Octal Conversion
    • Decimal to Hexadecimal Conversion
    • Conversion of fractional Decimal to Binary
    • Binary to Decimal Conversion
    • Binary to Octal Conversion
    • Binary to Hexadecimal Conversion
    • Conversion of fractional Binary to Decimal equivalent
    • Octal to Decimal Conversion
    • Octal to Binary Conversion
    • Hexadecimal to Decimal Conversion
    • Hexadecimal to Binary Conversion
    • Conversion from Decimal to Other Number Systems  
      1. Decimal to Binary Conversion
      2. Decimal to Octal Conversion
      3. Decimal to Hexadecimal Conversion
    • Conversion from Other Number Systems to Decimal Number System  
      1. Binary Number to Decimal Number
      2. Octal Number to Decimal Number
      3. Hexadecimal Number to Decimal Number
    • Conversion from Binary Number to Octal/Hexadecimal Number and Vice-versa  
      1. Binary Number to Octal Number
      2. Octal Number to Binary Number
      3. Binary Number to Hexadecimal Number
      4. Hexadecimal Number to Binary Number
    • Conversion of a Number with Fractional Part  
      1. Decimal Number with Fractional Part to another Number System
      2. Non-decimal Number with Fractional Part to Decimal Number System
      3. Fractional Binary Number to Octal or Hexadecimal Number
3 Emerging Trends
  • Concept of Emerging Trends  
  • AI (Artificial Intelligence)  
    • Machine learning
    • Neural networks
    • Deep learning
    • Cognitive computing
    • Computer vision
    • Natural language processing
  • Machine Learning  
  • Natural Language Processing (NLP)  
  • Immersive Experiences  
    1. Virtual Reality
    2. Augmented Reality
  • Robotics  
    • What is robotics?
    • Components of robotics
    • Types of robots
    • Applications of Robotics
    • Advantages of Robotics
    • Disadvantages of Robotics
  • Big Data  
  • Characteristics of Big Data  
    1. Volume
    2. Velocity
    3. Variety
    4. Veracity
    5. Value
  • Data Analytics  
  • IoT (Internet of Things)  
    • Advantages
    • Disadvantages
    • Applications
  • Web of Things (WoT)  
  • Sensors  
  • Concept of Smart Cities  
  • Cloud Computing  
    • Benefits of Cloud Computing
  • Cloud Services  
    1. Infrastructure as a Service (IaaS)
    2. Platform as a Service (PaaS)
    3. Software as a Service (SaaS)
  • Grid Computing  
  • Blockchains  
4 Introduction to Problem Solving
  • Problem Solving  
  • Steps for Problem Solving  
    1. Analysing the problem
    2. Developing an Algorithm
    3. Coding
    4. Testing and Debugging
  • Algorithms  
    • Characteristics of a good algorithm
  • Why Do We Need an Algorithm?  
    • While writing an algorithm, it is required to clearly identify the following
  • Representation of Algorithms  
    • Flowchart  
      • Flowchart
      • Types of Flowchart: Sequential flowchart, Conditional flowchart.
    • Pseudocode  
      • Benefits of Pseudocode
  • Introduction to Flow of Control  
    • Sequence  
    • Selection  
      • Meaning of Selection
    • Repetition  
  • Verifying Algorithms  
  • Comparison of Algorithm  
  • Coding  
  • Decomposition  
    • Refinement
    • Functions
5 Getting Started with Python
  • Introduction to Python  
  • Key Features of Python  
  • Working with Python  
  • Execution Modes  
    1. Interactive Mode
    2. Script Mode
  • Python Keywords  
  • Identifiers  
  • Variables  
  • Comments  
  • Everything is an Object  
  • Python Data Types  
    • Number Data type
    • Boolean Data type
    • String Data type
  • Number  
  • Sequence  
    1. String
    2. List
    3. Tuple 
  • Set  
  • None  
  • Mapping  
    • Dictionary 
  • Classification of Data Types  
    • Mutable and Immutable Data Types
  • Deciding Usage of Python Data Types  
  • Operators in Python  
    • Operators - Arithmetic Operators (-,+,*,/,%)  
    • Relational Operator (>,>=,<=,=,!=)  
    • Assignment Operators  
    • Logical Operators (!,&&,||)  
    • Identity Operators  
    • Membership Operators  
  • Expressions  
    • Precedence of Operators
  • Statement  
  • Input and Output  
  • Type Conversion  
    • Explicit Conversion  
    • Implicit Conversion  
  • Debugging  
    1. Syntax Errors
    2. Logical Errors
    3. Runtime Error
6 Flow of Control
  • Flow of Control  
  • Introduction to Flow of Control  
    • Selection  
      • Meaning of Selection
    • Repetition  
  • Indentation  
  • The ‘For’ Loop  
    1. Syntax of the For Loop
    2. The Range() Function
  • The ‘While’ Loop  
  • Types of Statements in Loop  
    • Break Statement  
    • Continue Statement  
  • Nested Loops  
7 Functions
  • Introduction to Functions  
  • Functions  
  • The Advantages of Function  
  • User Defined Functions  
  • Creating User Defined Function  
  • Arguments and Parameters  
    1. String as Parameters
    2. Default Parameter
  • Functions Returning Value  
  • Flow of Execution  
  • Scope of a Variable  
    1. Global Variable
    2. Local Variable 
  • Python Standard Library  
  • Built-in Functions  
  • Module  
    • Characteristics of Modules
    • The benefits of using modular programming
    • Access Control
  • Types of Module  
    • Built-in Modules  
    • From Statement  
8 Strings
  • Introduction to Strings  
  • String  
    • Basic of String, Array of String , Functions in String
    • Accessing Characters in a String
    • String is Immutable
  • String Operators  
    • Concatenation (+)
    • Append (+ =)
    • Repeating (*)
    • String slicing
    • Stride when slicing string
  • Traversing a String  
    • String Traversal Using for Loop
    • String Traversal Using while Loop
  • Built-in String Functions  
  • String Handling  
    • String class, methods of String class,
      implementation of String class methods, String array
    • The following String class methods are to be covered:
      String trim()
      String to LowerCase ()
      String to UpperCase ()
      int length ()
      char char At (int n)
      int indexOf(char ch)
      int lastIndexOf(char ch)
      String concat(String str)
      boolean equals (String str)
      boolean equalsIgnoreCase(String str)
      int compareTo(String str)
      int compareToIgnoreCase(String str)
      String replace (char oldChar, char newchar)
      String substring (int beginIndex)
      String substring (int beginIndex, int endIndex)
      boolean startsWith(String str)
      boolean endsWith(String str)
      String valueOf(all types)
    • Programs based on the above methods, extracting and modifying characters of a string, alphabetical order of the strings in an array [Bubble and Selection sort techniques], searching for a string using linear search technique.
9 Lists
  • List  
    • Accessing Elements in a List
    • Lists are Mutable
  • List Operations  
    1. Concatenation
    2. Repetition
    3. Membership
    4. Slicing
  • Traversing a List  
    • List Traversal Using for Loop
    • List Traversal Using while Loop
  • List Methods and Built-in Functions  
  • Nested Lists  
  • Copying Lists  
  • List as Argument to a Function  
  • List Manipulation  
10 Tuples and Dictionaries
  • Tuples  
    • Introduction to Tuples
    • Creating Tuples
    1. Creating tuples using tuple( ) function
    2. Creating Single element tuple
    • Accessing values in a Tuple
    • Update and Delete Tuple
    • Tuple Assignment
    • Returning multiple values in Tuples
    • Nested Tuples
    • Programs using Tuples
    • Accessing Elements in a Tuple
    • Tuple is Immutable
  • Tuple Operations  
    1. Concatenation
    2. Repetition
    3. Membership
    4. Slicing
  • Tuple Methods and Built-in Functions  
  • Tuple Assignment  
  • Nested Tuples  
  • Tuple Handling  
  • Introduction to Dictionaries  
    • Creating a Dictionary
    • Dictionary Comprehensions
    • Accessing, Adding, Modifying and Deleting elements from a Dictionary
    • Difference between List and Dictionary
  • Dictionaries Are Mutable  
    1. Adding a new item
    2. Modifying an Existing Item
  • Dictionary Operations  
    • Membership
  • Traversing a Dictionary  
  • Dictionary Methods and Built-in Functions  
  • Manipulating Dictionaries  
11 Societal Impact
  • Digital Technologies  
  • Digital Footprints  
  • Digital Society and Netizen  
    • Etiquettes for Net surfing and for communicating through social media
    • Net Etiquettes
      (A) Be Ethical
      (B) Be Respectful
      (C) Be Responsible
    • Communication Etiquettes
      (A) Be Precise
      (B) Be Polite
      (C) Be Credible
    • Social Media Etiquettes
      (A) Be Secure
      (B) Be Reliable
  • Data Protection  
  • Intellectual Property Right  
    1. Copyright
    2. Patent
    3. Trademark
  • Software Licensing  
  • Violation of Intellectual Property Right (IPR)  
    1. Plagiarism
    2. Copyright Infringement
    3. Trademark Infringement
  • Public Access and Open Source Software  
  • Cyber Crimes  
    • Cyber Crime
    1. Hacking
    2. Phishing and Fraud Emails
      (A) Identity Theft
    3. Ransomware
    4. Combatting and Preventing Cyber Crime
  • Indian Information Technology Act (IT Act)  
    • Salient features of IT Act
  • Impact on Health  
    • Awareness about health concerns related to the usage of technology like effect on eyesight, physiological issues, and ergonomic aspects.

Textbook SolutionsVIEW ALL [1]

Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×