top of page

ISC Class 11 Computer Science Syllabus 2026-27

Introduction

 

The ISC Class 11 Computer Science syllabus for 2026-27 provides students with a solid foundation in programming concepts, computer organisation, data structures, and the mathematical basis of computing. Prescribed by CISCE, the course centres on the Java programming language and equips students with logical thinking and problem-solving skills essential in today's technology-driven world.

Computer Science is one of the most sought-after subjects in the ISC stream, preparing students for careers in software development, data science, artificial intelligence, and engineering. A thorough understanding of the syllabus is vital for both board examination success and competitive entrance examinations.

 

Quick Facts

 

Subject Name

Computer Science

Subject Code

868

Class

ISC Class 11

Session

2026-27

Theory Marks

70

Practical Marks

30

Total Marks

100

Exam Duration

3 Hours (Theory)

Practical Duration

3 Hours

Medium

English

 

Exam Pattern and Structure

 

The ISC Class 11 Computer Science examination follows a structured format set by CISCE. The table below outlines the components, marks, duration, and assessment type.

Component

Marks

Duration

Type

Theory Paper

70

3 Hours

Written

Practical / Project

30

3 Hours

Practical Examination

Total

100

 

 

 

Detailed Chapter-wise and Topic-wise Syllabus

 

The following section provides a comprehensive breakdown of all units and topics included in the ISC Class 11 Computer Science syllabus for the session 2026-27.

 

Unit 1: Computer Fundamentals

 

•       History and generations of computers

•       Types of computers: mainframe, mini, micro, supercomputers

•       Input, output, and storage devices

•       Number systems: binary, octal, decimal, hexadecimal

•       Conversion between number systems

•       Binary arithmetic and 2's complement

 

Unit 2: Programming in Java

 

•       Introduction to Java: features and environment

•       Data types, variables, and constants

•       Operators: arithmetic, relational, logical, bitwise

•       Control statements: if-else, switch, loops (for, while, do-while)

•       Arrays: single and multi-dimensional

•       Strings and String functions in Java

•       Methods: user-defined, built-in, recursive methods

•       Classes and objects: fundamentals of OOP

•       Constructors and method overloading

 

Unit 3: Data Structures

 

•       Arrays as linear data structures

•       Stacks: push, pop, peek operations

•       Queues: enqueue and dequeue operations

•       Linked lists: singly linked list basics

•       Searching: linear search and binary search

•       Sorting: bubble sort, selection sort, insertion sort

 

Unit 4: Boolean Algebra

 

•       Boolean variables and truth tables

•       Basic gates: AND, OR, NOT

•       Universal gates: NAND, NOR

•       Boolean laws and theorems

•       De Morgan's theorems

•       Simplification using Boolean algebra

•       Introduction to Karnaugh Maps (K-Maps)

 

Unit 5: Practical Work

 

•       Programming in Java using a standard IDE (BlueJ or similar)

•       Implementation of programs on arrays, strings, recursion, and sorting

•       Written practical examination with one programming problem

•       Project: original Java program solving a real-world problem

•       Documentation and viva voce

 

Chapter Overview and Weightage

 

Unit

Key Theme

Approx. Weightage

Computer Fundamentals

Hardware, number systems

15 Marks

Programming in Java

Syntax, OOP, methods, arrays

35 Marks

Data Structures

Searching, sorting, stacks, queues

10 Marks

Boolean Algebra

Logic gates, theorems, K-Maps

10 Marks

Practical / Project

Programming and application

30 Marks

 

Marking Scheme

 

The ISC Class 11 Computer Science marking scheme distributes marks across sections to test different cognitive levels. Understanding this breakdown helps students allocate study time effectively.

Section

Question Type

Marks per Question

Total Marks

Section A

Objective / Short Answer

1-2 Marks

20

Section B

Descriptive / Code Writing

4-6 Marks

30

Section C

Long Program / OOP

8-10 Marks

20

Practical

Programming Exam + Project

30 Marks

30

 

Recommended Books and Study Material

 

The following textbooks and reference materials are recommended for ISC Class 11 Computer Science preparation. Students should prioritise NCERT or CISCE prescribed texts before moving to supplementary references.

Title

Author/Publisher

Relevance

Computer Science with Java (ISC)

Sumita Arora

Primary textbook and practice

Programming in ANSI C / Java

E. Balagurusamy

Programming reference

Understanding Computer Science

Richard Birkett

Conceptual clarity

Java: A Beginner's Guide

Herbert Schildt

Java programming depth

ISC Computer Science Guide

Arihant / S. Chand

Exam preparation and solved papers

 

Preparation Tips for ISC Class 11 Computer Science

 

Preparing smartly for the ISC Class 11 Computer Science examination requires a combination of consistent reading, structured revision, and regular practice. The following tips will help students cover the syllabus effectively.

 

•       Practice Java programs daily as coding fluency only comes with regular hands-on practice.

•       Understand the logic behind sorting and searching algorithms rather than memorising code.

•       Use BlueJ or any Java IDE to run programs and verify outputs before examinations.

•       Maintain a formula sheet for number system conversions and Boolean algebra laws.

•       Solve at least 3 to 5 previous year ISC Computer Science question papers.

•       For the project, write clean, well-commented Java code and ensure documentation is complete.

•       Focus on OOP concepts such as classes, objects, constructors, and method overloading as these carry high marks.

 

Frequently Asked Questions (FAQs)

 

What language is used in ISC Class 11 Computer Science?

 

ISC Class 11 Computer Science uses the Java programming language as the primary programming language for both theory and practical examinations.

 

How many marks is the practical in ISC Computer Science?

 

The practical examination and project together carry 30 marks out of the total 100 marks.

 

Is ISC Computer Science tough at Class 11?

 

Computer Science requires consistent practice but is very manageable with daily coding and concept revision. Students who practice regularly find it one of the most rewarding subjects in the ISC stream.

 

What is BlueJ and why is it used in ISC?

 

BlueJ is a beginner-friendly integrated development environment (IDE) for Java. CISCE recommends it for ISC Computer Science as it helps visualise object-oriented programming concepts effectively.

 

What is the weightage of Boolean Algebra in ISC Class 11 Computer Science?

 

Boolean Algebra carries approximately 10 marks in the theory paper. Topics include logic gates, Boolean laws, De Morgan's theorems, and K-Map simplification.

 

bottom of page