NCERT BOOKS & NCERT SOLUTIONS

NCERT BOOKS & NCERT SOLUTIONS & CBSE RESULT

NCERT Solutions for Class 11 History Chapter 4 The Central Islamic Lands

NCERT Solutions for Class 11 History Chapter 4 The Central Islamic Lands Class 11 History Chapter 4 NCERT Textbook Questions Solved Question 1. What were the features of the lives of the Bedouins in the early seventh century? Answer: The Bedouins were Arab tribes. The main features of their lives are as follows: They led…
Read more

NCERT Solutions for Class 11 History Chapter 3 An Empire Across Three Continents

NCERT Solutions for Class 11 History Chapter 3 An Empire Across Three Continents Class 11 History Chapter 3 NCERT Textbook Questions Solved Question 1. If you had lived in the Roman Empire, where would you rather have lived—in the towns or in the countryside? Explain why? Answer: I would have liked to live in towns…
Read more

NCERT Solutions for Class 11 History Chapter 2 Writing and City Life

NCERT Solutions for Class 11 History Chapter 2 Writing and City Life Class 11 History Chapter 2 NCERT Textbook Questions Solved Question 1. Why do we say that it was not natural fertility and high levels of food production that were the causes of early urbanization? Answer: It is often said that natural fertility and…
Read more

NCERT Solutions for Class 11 History Chapter 1 From the Beginning of Time

NCERT Solutions for Class 11 History Chapter 1 From the Beginning of Time Class 11 History Chapter 1 NCERT Textbook Questions Solved Question 1. Look at the diagram showing the positive feedback mechanism on page 13. (See NCERT Textbook). Can you list the inputs that went into tool making? What were the processes that were…
Read more

NCERT Solutions for Class 11 History

NCERT Solutions for Class 11 History Chapter 1 From the Beginning of Time Chapter 2 Writing and City Life Chapter 3 An Empire Across Three Continents Chapter 4 The Central Islamic Lands Chapter 5 Nomadic Empires Chapter 6 The Three Orders Chapter 7 Changing Cultural Traditions Chapter 8 Confrontation of Cultures Chapter 9 The Industrial…
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.…
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