0% found this document useful (0 votes)
279 views2 pages

Computer Science XI DAVCAE 1

This document outlines the annual examination for Computer Science (XI) held in March/April 2022. It includes 3 units: 1) Computational Thinking and Programming-1, focusing on conditional statements, iterative statements, and strings with built-in functions; 2) data structures like lists, tuples, dictionaries, and Python modules; and 3) Society, Law and Ethics regarding digital footprint, cybercrime, e-waste and the IT Act. The Computational Thinking unit is worth 27 marks and covers conditional and iterative statements through examples like generating patterns and finding factorials.

Uploaded by

Lucifer roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
279 views2 pages

Computer Science XI DAVCAE 1

This document outlines the annual examination for Computer Science (XI) held in March/April 2022. It includes 3 units: 1) Computational Thinking and Programming-1, focusing on conditional statements, iterative statements, and strings with built-in functions; 2) data structures like lists, tuples, dictionaries, and Python modules; and 3) Society, Law and Ethics regarding digital footprint, cybercrime, e-waste and the IT Act. The Computational Thinking unit is worth 27 marks and covers conditional and iterative statements through examples like generating patterns and finding factorials.

Uploaded by

Lucifer roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Computer Science( XI)

Code No. (083)


Session – 2021-22

Annual Examination March/April, 2022


Max Marks -35
Units Unit Name Sub-Topics Marks
II Computational Thinking and • *Conditional Statements
Programming -1 • *Iterative Statements 07
• *Strings-Built-in functions
• List 27
• Tuples
• Dictionary 20
• Python Modules
III Society Law and Ethics • Digital Footprints
• Digital society and Netizen
• Data protection
• Cyber-crime
• Cyber safety 8
• Safely accessing web sites
• E-waste management
• Indian Information Technology Act
(IT Act)
• Technology & Society
Total 35

* Topics from Term –I

• *Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: eg.:


absolute value, sort 3 numbers and divisibility of a number.
• * Iterative statements: for loop, range function, while loop, flowcharts, break and
continue statements, nested loops, suggested programs: generating pattern,
summation of series, finding the factorial of a positive number etc.
• * built-in functions: len(), capitalize(), title(), lower(), upper(), count(), find(), index(),
endswith(), startswith(), isalnum(), isalpha(), isdigit(), islower(), isupper(), isspace(),
Istrip(), rstrip(), strip(), replace(), join(), partition(), split()

You might also like