Tamil Nadu Board of Secondary Education Class 11 Computer Science Syllabus - Free PDF Download
Tamil Nadu Board of Secondary Education Syllabus 2024-25 Class 11: The Tamil Nadu Board of Secondary Education Class 11 Computer Science Syllabus for the examination year 2024-25 has been released by the Tamil Nadu Board, Tamil Nadu Board of Secondary Education. 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 2024-25 Tamil Nadu Board of Secondary Education Class 11 Computer Science Board Exam will entirely be based on the most recent syllabus. Therefore, students must thoroughly understand the new Tamil Nadu Board of Secondary Education syllabus to prepare for their annual exam properly.
The detailed Tamil Nadu Board of Secondary Education Class 11 Computer Science Syllabus for 2024-25 is below.
Tamil Nadu Board of Secondary Education Class 11 Computer Science Revised Syllabus
Tamil Nadu Board of Secondary Education Class 11 Computer Science and their Unit wise marks distribution
Tamil Nadu Board of Secondary Education Class 11 Computer Science Course Structure 2024-25 With Marking Scheme
Advertisements
Advertisements
Advertisements
Syllabus
- Introduction to Computers
- Generations of Computers
- Sixth Generation Computing
- Data and Information
- Data
- Information
- Components of a Computer
- Booting of Computer
- Cold Booting
- Warm Booting
- Introduction to Number Systems
- Data Representations
- Different Types of Number Systems
- Decimal Number System
- Binary Number System
- Octal Number System
- Hexadecimal 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
- Binary Representation for Signed Numbers
- Signed Magnitude representation
- 1’s Complement representation
- 2’s Complement representation
- Binary Arithmetic
- Binary Addition
- Binary Substraction
- Representing Characters in Memory
- Binary Coded Decimal (BCD)
- American Standard Code for Information Interchange (ASCII)
- Extended Binary Coded Decimal Interchange Code (EBCDIC)
- Indian Standard Code for Information Interchange (ISCII)
- Unicode
- Introduction to Boolean Algebra
- Binary valued quantities
- Logical Operations
- Truth Table
- AND operator
- OR operator
- NOT operator
- NAND operator
- NOR operator
- Basics of Logic Gates
- Introduction to Computer Organization
- Basics of Microprocessors
- Characteristics of Microprocessors
- Data Communication Between CPU and Memory
- Types of Microprocessors
- Classification of Microprocessors based on the Data Width
- Classification of Microprocessors based on Instruction Set
- Components of a Computer
- Memory Unit (Memory Devices)
- Types of Computer Memory
- Secondary Memory Unit (Secondary Storage Devices)
- Hard Disk
- Compact Disc (CD)
- Digital Versatile Disc (DVD)
- Pen/ Flash Memory Devices
- Blu-Ray Disc
- Memory Stick
- Secondary Memory Unit (Secondary Storage Devices)
- Ports and Interfaces
- High Definition Multimedia Interface (HDMI)
- Introduction to Software
- Types of Software
- Application Software
- System Software
- Introduction to Operating System (OS)
- Types of Operating System - Interactive (Gui Based), Time Sharing, Real Time and Distributed
- Single User Operating Systems
- Multi-user Operating Systems
- Key Features of the Operating System
- User Interface (UI)
- Memory Management
- Process management
- Security Management
- Fault Tolerance
- File Management
- Multi-Processing
- Time-sharing
- Distributed Operating Systems
- Prominent Operating Systems
- Introduction to Operating System (OS)
- Introduction to Windows Operating System
- Various Versions of Windows
- Handling the Mouse
- Windows Desktop
- The Icons
- Shortcut Icons
- Disk drive icons
- The Window
- Application Window
- Document Window
- Elements of a Window
- Title Bar
- Menu Bar
- The Workspace
- Scroll bars
- Corners and borders
- Taskbar
- Start Menu
- Computer Icon
- Starting and Closing Applications
- Managing Files and Folders
- Creating files and Folders
- Finding Files and Folders
- Opening existing Files or Folders
- Renaming Files or Folders
- Moving/Copying Files and Folders
- Copying Files and Folders to removable disk
- Deleting Files and Folders
- Creating Shortcuts on the Desktop
- Shutting Down or Logging off a Computer
- Algorithms
- Characteristics of a good algorithm
- Algorithmic Problems
- Building Blocks of Algorithms
- Data
- Variables
- Control flow
- Functions
- Algorithm Design Techniques
- Specification
- Abstraction
- Composition
- Decomposition
- Specification
- Specification as contract
- Abstraction
- State
- Assignment statement
- Notations for Algorithms
- Programming language
- Pseudo-code
- Flowcharts
- Composition
- Sequential statement
- Alternative statement
- Case analysis
- Iterative statement
- Decomposition
- Refinement
- Functions
- Invariants
- Invariants — Examples
- Loop Invariant
- Recursion
- Introduction to C++
- C++ Character Set
- Lexical Units (Tokens)
- Keywords
- Identifiers
- Rules for naming an identifier
- Literals (Constants)
- Numeric Constants
- Operators
- C++ Binary Operators are classified as
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Assignment Operators
- Conditional Operator
- Punctuators
- I/O Operators
- Input operator
- Output Operator
- Cascading of I/O operators
- Sample program – A first look at C++ program
- Execution of C++ Program
- Creating Source code
- Saving source code with extension .cpp
- Compilation
- Execution
- C++ Development Environment
- Familiar C++ Compilers with IDE
- Working with Dev C++
- Types of Errors
- C++ Data Types
- Data Types
- Introduction of Data Types
- Primitive Data Types
- Non-Primitive Data Types
- Variables of Built-in-data Types
- Declaration of Variables
- Initialization of variables
- Dynamic Initialization
- The Access modifier const
- References
- Formatting Output
- Expression
- Type Conversion in Expressions
- Introduction to Flow of Control
- Statements
- Two kinds of statements used in C++
- Null statement
- Compound statement
- Control Statements
- Introduction
- Branching Statements
- Switch Statement
- Unconditional Control Structure (goto)
- Iterative (repetitive) Control Structures (Loops)
- Selection Statements
- if statement
- if-else statement
- Nested if
- if -else-if ladder
- The ?: Alternative to if- else
- Switch statement
- Switch vs if-else
- Iteration Statements
- Parts of a loop
- for loop
- While loop
- do-while loop
- Nesting of loops
- Jump Statements
- goto statement
- break statement
- continue statement
- Introduction to Functions of C+++
- Need for Functions
- Types of Functions
- Types of Function based on Elements:
1) One One Function (or injective)
2) Many One Function
3) Onto Function (or surjective)
4) One One and Onto Function (or bijective)
5) Into Function
6) Constant Function - Types of Function based on Equation:
1) Identity Function
2) Linear Function
3) Quadratic Function
4) Cubic Function
5) Polynomial Functions - Types of Function based on the Range:
1) Modulus Function
2) Rational Function
3) Signum Function
4) Even and Odd Functions
5) Periodic Functions
6) Greatest Integer Function
7) Inverse Function
8) Composite Functions - Types of Function based on the Domain:
1) Algebraic Functions
2) Trigonometric Functions
3) Logarithmic Functions - Explicit and Implicit Functions
- Value of a Function
- Equal Functions
- Types of Function based on Elements:
- C++ Header Files and Built-in Functions
- Standard input/output (stdio.h)
- Character functions (ctype.h)
- String manipulation (string.h)
- Mathematical functions (math.h)
- User-defined Functions
- Introduction
- Function Definition
- Function Prototype
- Use of void command
- Accessing a function
- Formal Parameters and Actual Parameters or Arguments
- Default arguments
- Constant Arguments
- Methods of Calling Functions
- Call by value Method
- Call by reference or address Method
- Inline function
- Different Forms of User-defined Function Declarations
- A Function without return value and without parameter
- A Function with return value and without parameter
- A Function without return value and with parameter
- A Function with return value and with parameter
- Returning from Function
- The return statement
- Returning values
- Recursive Function
- Scope Rules of Variables - Local and Global Variables
- Introduction
- Local Scope
- Function Scope
- File Scope
- Class Scope
- Scope resolution operator
- Arrays in C++
- Introduction to Arrays
- Arrays and Functions
- Multidimensional Arrays
- Two-dimensional Array
- Declaration of 2-D array
- Initialization of Two-Dimensional array
- Accessing the two-dimensional array
- Memory representation of 2-D array
- Array of Strings
- Initialization
- Structures Introduction
- Purpose of Structures
- Declaring and defining structures
- Referencing Structure Elements.
- Initializing structure elements
- Structure Assignment
- Programming Techniques
- Structured Programming
- Modular Programming
- Programming Paradigms
- Procedural programming
- Modular programming
- Object Oriented Programming
- Basic Concepts of OOP
- Encapsulation
- Data Abstraction
- Modularity
- Inheritance
- Polymorphism
- Advantages of OOP
- Disadvantages of OOP
- Introduction to Classes
- Need for Class
- Declaration of a class
- Class Access Specifiers
- The Public Members
- The Private Members
- The Protected Members
- Definition of class members
- Defining methods of a class
- Inside the class definition
- Outside the class definition
- Creating Objects
- Global Object
- Local Object
- Memory Allocation of Objects
- Referencing Class Members
- Declaration and Definition of a Constructor
- Functions of constructor
- Characteristics of Constructors
- Constructors and Destructors
- Introduction to Constructors and Destructors
- Parametrised constructors
- Default Constructors
- Copy Constructors
- Static members
- Constructors and Destructors in derived Classes
- Virtual functions and polymorphism
- Introduction to Virtual Function
- Introduction to Polymorphism
- Pointer to object and derived class
- Rules for Virtual functions
- Use of virtual in c++
- Function Overloading
- Overloaded Constructors
- Operator overloading and type conversions
- Defining an Overloaded Operator
- Steps for overloading operator
- Rules for overloading operators
- Types of situations in Type Conversion
- Need for Inheritance
- Inheritance
- Introduction to Inheritance
- Single Inheritance
- Multiple Inheritance
- Multilevel Inheritance
- Hierarchical inheritance
- Hybrid inheritance
- Derived Class and Base Class
- Single Inheritance
- Multilevel Inheritance
- Visibility Modes
- Private visibility mode
- Protected visibility mode
- Public visibility mode
- Overriding / Shadowing Base Class Functions in Derived Class
- Introduction to Computer Ethics and Cyber Security
- Ethics
- Guidelines of Ethics
- Ethical Issues
- Bio Piracy and Patents
- GEAC (Genetic Engineering Approval Committee)
- Biopiracy
- Patents
- Cyber Crime
- Software Piracy
- Hacking
- Cracking
- Cyber Security and Threats
- Types of Cyber Attacks
- Cyber Security Threats
- Firewall and Proxy Servers
- Introduction to Information Technology Act
- Prevention
- Introduction to Tamil Computing
- Tamil in Internet
- Search Engines in Tamil
- e – Governance
- e-library
- Tamil Typing and Interface Software
- Tamil Office Automation Applications
- Tamil Translation Applications
- Tamil Programming Language
- Tamil Information Interchange Coding Systems
- TSCII (Tamil Script Code for Information Interchange)
- ISCII (Indian Script Code for Information Interchange)
- Tamil Operating System
- Organisation and Projects to Develop Tamil
- Tamil Virtual Academy
- Tamil Wikipedia