class 11 computer science

Class 11 Computer Science Ch 10 Tuples and Dictionary in Python NCERT Book Exercise Solution

tuples and dictionary ncert exercise solution

Chapter – 10 : Tuples and Dictionary Summary (A Quick Recap) • Tuples are immutable sequences, i.e., we cannot change the elements of a tuple once it is created. • Elements of a tuple are put in round brackets separated by commas. • If a sequence has comma separated elements without parentheses, it is also […]

Class 11 Computer Science Ch 10 Tuples and Dictionary in Python NCERT Book Exercise Solution Read More »

Class 11 Computer Science Ch 9 Lists in Python NCERT Book Exercise Solution

lists in python ncert exercise question answer

Chapter – 9 : Lists Summary (A Quick Recap) • Lists are mutable sequences in Python, i.e., we can change the elements of the list. • Elements of a list are put in square brackets separated by comma. • A list within a list is called a nested list. • List indexing is same as

Class 11 Computer Science Ch 9 Lists in Python NCERT Book Exercise Solution Read More »

Class 11 Computer Science Ch 8 Strings in Python NCERT Book Exercise Solution

stings in python exercise solution

Chapter – 8 : Strings Summary (A Quick Recap) • A string is a sequence of characters enclosed in single, double or triple quotes. • Indexing is used for accessing individual characters within a string. • The first character has the index 0 and the last character has the index n-1 where n is the

Class 11 Computer Science Ch 8 Strings in Python NCERT Book Exercise Solution Read More »

CBSE Annual Exam Question Paper for Class 11 Computer Science Sample Papers

Computer Science Class 11 Annual exam Question Paper with solution | Sample paper class 11 2021 | CS   CBSE Sample Question Papers for Class 11 Computer Science with Answers are now available for download in PDF format. CBSE Sample Papers are provided below with answers as per the guidelines of CBSE board marking scheme. Central Board of

CBSE Annual Exam Question Paper for Class 11 Computer Science Sample Papers Read More »

Class 11 Computer Science NCERT Exercise Solution

ncert class 11 computer science solution

Class 11 – Computer Science – NCERT Solution Chapter 1: Computer System Chapter 2: Encoding Schemes and Number System Class 11 NCERT Exercise Solution of Computer Science Chapter 3: Emerging Trends Chapter 4: Introduction to Problem Solving Class 11 NCERT Exercise Solution of Computer Science Chapter 5: Getting Started with Python Chapter 6: Flow of

Class 11 Computer Science NCERT Exercise Solution Read More »

You cannot copy content of this page

Scroll to Top