Computer Science - Orchids
Job Alert : To view our Careers Page Click Here X
(+91) 8-888-888-999 info@orchids.edu.in


CBSE Class 11 Computer Science Syllabus

Computer Science is becoming more important in the educational area in today's digital society. The computer science syllabus for class 11 contains topics such as computer systems and organisation, data management, and other topics that provide a fundamental understanding of computer science concepts. The CBSE Syllabus for Class 11 Computer Science for the academic year 2023-2024 was created after extensive research and study by subject experts. The CBSE Syllabus also specifies the allocation of marks and time allotted for each item. It also contains the practical syllabus, assignments, and projects that must be completed throughout that academic year.

Download Term Wise CBSE Class 11 Computer Science Syllabus for 2023-2024 

CBSE Class 11 Computer Science Syllabus and Marking Scheme

Unit No.

Unit Name

Marks

Periods

Theory

Practical

1.

Computer Systems and Organisation

10

10

5

2.

Computational Thinking and Programming – 1

45

50

35

3.

Society, Law and Ethics

15

20


Total

70

80

40

Term Wise Marks Distribution of CBSE Class 11 Computer Science Syllabus

Unit No.

Unit Name

Term 1

Term 2

Marks

Marks

1.

Computer Systems and Organisation

10

2.

Computational Thinking and Programming – 1

25

20

3.

Society, Law and Ethics

15


Total

35

35

Term Wise Practical Syllabus for Computer Science Along with Marking Scheme

S. No.

Area

Marks (Total=30)

Term 1 (15 Marks)

Term 2 (15 Marks)

1.

Python program

12

6

6

2.

Report file: Minimum 20 Python programs
Term- 1 : Minimum 10 programs based on Term – 1 Syllabus
Term- 2 : Minimum 10 programs based on Term – 2 Syllabus

7

4

3

Viva voce

3

2

1

3.

Project + Viva voce
Term – 1 : Synopsis of the project to be submitted by the students (documentation only)
Term – 2 : Final coding + Viva voce (Student will be allowed to modify their Term 1 document and submit the final executable code.)

8

3

5

Suggested Practical List for Term 1

Input a welcome message and display it

  • Input two numbers and display the larger / smaller number.
  • Input three numbers and display the largest / smallest number.
  • Generate the following patterns using nested loop
    cbse class 11 computer science syllabus
  • Write a program to input the value of x and n and print the sum of the following series:

    Computer Science Syllabus Class 11

  • Determine whether a number is a perfect number, an armstrong number or a palindrome.
  • Input a number and check if the number is a prime or composite number.
  • Display the terms of a Fibonacci series.
  • Compute the greatest common divisor and least common multiple of two integers.
  • Count and display the number of vowels, consonants, uppercase, lowercase characters in string.
  • Input a string and determine whether it is a palindrome or not; convert the case of characters in a string.

Suggested Practical List for Term 2

  • Find the largest/smallest number in a list/tuple
  • Input a list of numbers and swap elements at the even location with the elements at the odd location.
  • Input a list/tuple of elements, search for a given element in the list/tuple.
  • Input a list of numbers and find the smallest and largest number from the list.
  • Create a dictionary with the roll number, name and marks of n students in a class and display the names of students who have scored marks above 75.