Skip to main content
Chapter 6 of 8
Important Questions

Introduction to Numpy

CBSE · Class 11 · Informatics Practices

Most important questions from Introduction to Numpy for CBSE Class 11 Informatics Practices board exam 2026. MCQs, short answer, and long answer questions with marks.

125 questions80 flashcards5 concepts

Interactive on Super Tutor

Studying Introduction to Numpy? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for important questions and more.

1,000+ Class 11 students started this chapter today

125 Questions·
multiple choicemultiple correcttrue false

Sample Questions

1multiple choice
1 marks

What is the index of the last element in the five-element array [10, 9, 99, 71, 90]?

Show answer

4

In zero-based indexing, a five-element array has the last element at index 4.

2multiple choice
1 marks

Which statement about a 2-D NumPy array is correct?

Show answer

The row-axis is axis-0 and the column-axis is axis-1

For a 2-D array, rows are axis-0 and columns are axis-1.

3multiple choice
1 marks

What is the shape of array1 created by np.array([10,20,30])?

Show answer

(3,)

A one-dimensional array with three elements has shape (3,).

4multiple choice
1 marks

What is the size of array3 = np.array([[2.4,3],[4.91,7],[0,-1]])?

Show answer

6

array3 has 3 rows and 2 columns, so it has 3 x 2 = 6 elements.

+121 more questions available

Practice All

Frequently Asked Questions

What are the important topics in Introduction to Numpy for CBSE Class 11 Informatics Practices?
Introduction to Numpy covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Introduction to Numpy — CBSE Class 11 Informatics Practices?
Understand the core concepts first, then work through the 125 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
How many important questions are there in Introduction to Numpy?
There are 125 practice questions available for Introduction to Numpy. These cover multiple question types including MCQs, short answer, and long answer questions.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Introduction to Numpy chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Informatics Practices.