Empowering Students with AI-Powered Assessments & Intelligent Learning
Chapter Exam

Chapter 6 Introduction to NumPy — Online MCQ Test

INFORMATICS PRACTICES · Grade 11 · CBSE(NCERT)

Practice Chapter 6 Introduction to NumPy with a free chapter-wise online MCQ test for CBSE(NCERT) Grade 11 INFORMATICS PRACTICES. This chapter covers: Introduces the NumPy library for scientific and numerical computing. Covers NumPy arrays array creation indexing slicing vectorized operations mathematical functions array manipula.... AI-generated questions from basic to board-exam level, with instant results and explanations.

10
Questions
20m
Time Limit
3
Attempts Left
  • 10 random questions from this chapter (mixed difficulty)
  • Questions you've seen before won't repeat until the pool resets
  • You have 20 minutes — exam auto-submits when time is up
  • Maximum 3 attempts per chapter
  • Results and explanations shown immediately after submission
Login to Start This Exam →

New here? Register free — includes 3 free chapter exams.

Chapter 6 Introduction to NumPy — Important Questions & Answers (FAQ)

Frequently asked questions from CBSE(NCERT) Grade 11 INFORMATICS PRACTICES — Chapter 6 Introduction to NumPy, with answers and explanations. These are sample questions; the exam has its own separate question set.

What does NumPy primarily provide in Python?
  • A. Tools for web development
  • B. Support for numerical and scientific computing ✓
  • C. Functions for creating GUI applications
  • D. Commands for database management
Answer: B. Support for numerical and scientific computing
NumPy is a library used for numerical computation and efficient handling of large arrays and matrices.
What is the full form of NumPy?
  • A. Numerical Python ✓
  • B. Numeric Program
  • C. Number Processing in Python
  • D. New Python Module
Answer: A. Numerical Python
NumPy stands for Numerical Python.
What is the result of `np.array([1, 2, 3]) + 2`?
  • A. [3, 4, 5] ✓
  • B. [2, 4, 6]
  • C. [1, 2, 3, 2]
  • D. Error
Answer: A. [3, 4, 5]
NumPy performs vectorized addition, adding 2 to every element of the array.
Which mathematical function returns the square root of each element in a NumPy array?
  • A. np.sqrt() ✓
  • B. np.power()
  • C. np.abs()
  • D. np.sum()
Answer: A. np.sqrt()
`np.sqrt()` computes the square root element-wise for each value in the array.
Which of the following is the best use of `np.sum()` in NumPy?
  • A. To find the product of elements
  • B. To count the dimensions of an array
  • C. To add all elements of an array ✓
  • D. To reshape an array
Answer: C. To add all elements of an array
`np.sum()` returns the total of all elements in the array, or along a specified axis.

Choose Your Plan & Start Practising

All plans cover every subject and chapter of your registered grade.

Free
₹0
3 exams · 1 year
Start Free →
Active
₹350
12 exams · 1 year
Get Active →
Pro
₹899
Unlimited exams · 1 year
Get Pro →

Compare all plans in detail →