NCERT BOOKS & NCERT SOLUTIONS

NCERT BOOKS & NCERT SOLUTIONS & CBSE RESULT

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

NCERT Solutions for Class 11 Computer Science (Python) – Data Representation

Data Representation Class 11 Computer Science NCERT Solutions Class 11 Computer Science students should refer to the following NCERT questions with answers for Data Representation in Class 11. These NCERT Solutions with answers for Class 11 Computer Science will come in exams and help you to score good marks Data Representation NCERT Solutions Class 11…
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Software Concepts

NCERT Solutions for Class 11 Computer Science (Python) – Software Concepts TOPIC – 1 Software Basics Very Short Answer type Questions [1 mark each]   Question 1: Name any two popular word processing software. Answer: Two popular word processing software are : OO-writer MS-word Question 2: Expand OS. Answer: OS stands for Operating System.  …
Read more

NCERT Solutions for Class 11 Computer Science (Python) – Computer overview and its Basics

NCERT Solutions for Class 11 Computer Science (Python) – Computer overview and its Basics TOPIC-1 Computer and its Functioning Very Short Answer Type Questions    [1 mark each]   Question 1: Which part interprets program instructions and initiate control operations ? Аnswer: Control unit. Question 2: What is primary memory ? Аnswer: Primary memory : This…
Read more