Computer Science is a cornerstone of the modern world. For CBSE Class 11 students, it marks the transition from basic digital literacy to professional computational thinking. The curriculum is designed to build a strong foundation in logic, data handling, and programming. Course Overview
count = 1 while count <= 5: print("Hello", count) count += 1 # Increment to avoid infinite loop computer science cbse class 11
Operations on True (1) or False (0).
This unit introduces the "bones" of the computer. You will learn about: From the Abacus to AI. Memory Units: Bits, Bytes, TB, and PB. Boolean Logic: AND, OR, NOT, and Truth Tables. Number Systems: Binary, Octal, and Hexadecimal conversions. 2. Computational Thinking and Programming - 1 Computer Science is a cornerstone of the modern world
Used to execute a block only if a condition is true. Course Overview count = 1 while count <=
Understanding hardware and software.
Used to iterate over a sequence (string, list, range). Use when iterations are known.