CBSE Class 11 Informatics Practices Question 8 of 62

Getting Started with Python — Question 8

Back to all questions
8
Question

Question 8

Assertion (A): Python is a general-purpose language, meaning it can be used to create a variety of different programs.

Reasoning (R): Python is used to build websites and software, automate tasks and conduct data analysis.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.
Answer

Both A and R are true and R is the correct explanation of A.

Explanation
Python is a general-purpose language, meaning it is versatile and can be used to create a variety of programs. Python is an object-oriented language used to build websites and software, automate tasks, and conduct data analysis.