Skip to main content
Chapter 6 of 8
Practice Quiz

Introduction to Numpy

CBSE · Class 11 · Informatics Practices

Practice quiz for Introduction to Numpy — CBSE Class 11 Informatics Practices. MCQs and questions with answers to test your preparation.

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 practice quiz and more.

1,000+ Class 11 students started this chapter today

Quick Quiz: Introduction to Numpy

0/4

Tap an answer to check it instantly. No sign-up needed for these 4.

1

What does NumPy stand for?

2

Which command installs NumPy?

3

Which object is the official name of the NumPy array?

4

What does np.array([10, 20, 30]) return as an object type?

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.

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.