CBSE Class 11 Computer Science Syllabus 2023 24
CBSE Class 11 Computer Science Syllabus 2023 24
Computer Science
Class -XI
Code No. 083
2023-24
1. Learning Outcomes
Students should be able to:
a) develop basic computational thinking
b) explain and use data types
c) appreciate the notion of algorithms
d) develop a basic understanding of computer systems- architecture, operating
system, and cloud computing
e) explain cyber ethics, cyber safety, and cybercrime
f) understand the value of technology in societies along with consideration of gender
and disability issues.
2. Distribution of Marks
Theory Practical
Total 70 110 70
4. Practical
* 12345 A
** 1234 AB
*** 123 ABC
**** 12 ABCD
***** 1 ABCDE
● Write a program to input the value of x and n and print the sum of the following series:
⮚ 1 + 𝑥 + 𝑥2 + 𝑥3 + 𝑥4 + ⋯ 𝑥𝑛
⮚ 1 − 𝑥 + 𝑥2 − 𝑥3 + 𝑥4 − ⋯ 𝑥𝑛
𝑥2 𝑥3 𝑥4 𝑥𝑛
⮚ 𝑥+ + + +⋯
2 3 4 𝑛
𝑥2 𝑥3 𝑥4 𝑥𝑛
⮚ 𝑥+ + + +⋯
2! 3! 4! 𝑛!