Category: NCERT Solutions for Class 11 Computer Science (Python)

ncert books

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.…
Read more

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…
Read more

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

Fill in the Blanks   Question 1   Statements in Python are executed sequentially while working with a sequence construct. Question 2   Flow charts are diagrams that show the step-by-step solution to a given problem. Question 3   Two types of looping statements are for and while. Question 4   For loop is the…
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…
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…
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…
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

Algorithms and Flowcharts Class 11 Computer Science NCERT Solutions

Algorithms and Flowcharts Class 11 Computer Science NCERT Solutions Class 11 Computer Science students should refer to the following NCERT questions with answers for Algorithms and Flowcharts in Class 11. These NCERT Solutions with answers for Class 11 Computer Science will come in exams and help you to score good marks Algorithms and Flowcharts NCERT…
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…
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  …
Read more