In today’s digital world, Computer Science, as a subject is gaining importance in the educational field. Class 11 Computer science syllabus covers topics such as computer systems and organization, data management, etc which gives a basic understanding of the terms related to Computer Science. CBSE Syllabus for Class 11 Computer Science for academic year 2022-23 is provided on this page. The syllabus is provided by the board. The CBSE Syllabus mentions the marks distribution and time duration for each topic. It also includes practical syllabus, assignments, and projects that need to be done in that particular academic year
.
- 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.
- 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