Category: Class 11 Computer Science (Python)

http://ncert-solution.in

Created with Sketch.

NCERT Solutions for Class 11 Computer Science (Python) – Lists, Dictionaries and Tuples

NCERT Solutions for Class 11 Computer Science (Python) – Lists, Dictionaries and Tuples Topic – 1 Lists Very Short Answer Type Questions (1 marks each) Question 1: How many types of built-in types of sequences in Python. Answer: Python has six built-in types of sequences. Question 2: Write the output of the given Python code.…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Strings

NCERT Solutions for Class 11 Computer Science (Python) – Strings Very Short Answer type Questions [1 mark each] Question 1: Explain capitalize( ) method in Python. Answer: The method capitalize( ) returns a copy of the string with only its first character capitalized. Question 2: Write the syntax for capitalize( ) method. Answer: Following is…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Conditional and Looping Constructs

NCERT Solutions for Class 11 Computer Science (Python) – Conditional and Looping Constructs Very Short Answer type Questions [1 mark each] Question 1: Why do we use ‘break’ statement ? Answer: The ‘break’ statement can be used to terminate the loop. Question 2: What gets printed with the following code ? x = True y…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Functions

NCERT Solutions for Class 11 Computer Science (Python) – Functions Very Short Answer Type Questions (1 marks each) Question 1: What is sys.argv? Answer: A list containing the program name and all the command-line arguments to a program. Question 2: What can you do with the eval function? Answer: Eval(s) evaluates an expression contained in…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Operators in Python

NCERT Solutions for Class 11 Computer Science (Python) – Operators in Python Very Short Answer Type Questions (1 marks each) Question 1: Write the output of the given Python code : a = 0 a+ =2 print (a) Answer: 2 Question 2: Write the output of the given Python code : print (3 + 4)…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Getting Started with Python

NCERT Solutions for Class 11 Computer Science (Python) – Getting Started with Python Very Short Answer type Questions [1 mark each] Question 1: What are the two modes in Python ? Answer: Interactive Mode Programming and Script Mode Programming. Question 2: Write any two Standard Data Types in Python. Answer: List and String. Question 3:…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Introduction to Python

NCERT Solutions for Class 11 Computer Science (Python) – Introduction to Python Very Short Answer type Questions [1 mark each] Question 1: Is Python a high-level Language ? Answer: Yes, Python is a high-level Language. Question 2: Is Python interpreted ? Answer: Yes, Python is a interpreted language. Question 3: Is Python Object-Oriented Language ?…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Algorithms and Flowcharts

NCERT Solutions for Class 11 Computer Science (Python) – Algorithms and Flowcharts TOPIC – 1 Problem Solving Methodologies Very Short Answer Type Questions (1 mark each) Question 1: Write the alternate name of infinite loop. Answer: endless loop. Question 2: Define looping Answer: Looping is repeating a s t of instructions until a specific condition…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Programming Methodology

NCERT Solutions for Class 11 Computer Science (Python) – Programming Methodology TOPIC – 1 General Concepts Of Programming Very Short Answer Type Questions (1 mark each) Question 1: On which step programming methodology used ? Answer: Before writing program. 1 Question 2: What do you mean by modular approach ? Answer: Breaking of a problem…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Microprocessor and Memory Concepts

NCERT Solutions for Class 11 Computer Science (Python) – Microprocessor and Memory Concepts Topic 1: Microprocessor Very Short Answer Type Questions (1 mark each) Question 1: What do you mean by registers ? Answer: It is a small amount of very fast memory that is built into the CPU. It is very expensive. 1 Question…
Read more

This is a free online math calculator together with a variety of other free math calculatorsMaths calculators
+