solution of 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 7 Functions in Python NCERT Book Exercise Solution

Python Functions

Chapter – 7 : Functions in Python Summary (A Quick Recap) • In programming, functions are used to achieve modularity and reusability. • Function can be defined as a named group of instructions that are executed when the function is invoked or called by its name. Programmerscan write their own functions known as user defined

Class 11 Computer Science Ch 7 Functions in Python NCERT Book Exercise Solution Read More »

Class 11 Computer Science Ch 6 Flow of Control NCERT Exercise Solution

flow of control ncert exercise solution

Chapter – 6 : Flow of Control NCERT Book Exercise Solution Summary (A Quick Recap) • The if statement is used for selection or decision making. • The looping constructs while and for allow sections of code to be executed repeatedly under some condition. • for statement iterates over a range of values or a

Class 11 Computer Science Ch 6 Flow of Control NCERT Exercise Solution Read More »

You cannot copy content of this page

Scroll to Top