Quiz 7

Quiz 7

Professional Development

23 Qs

quiz-placeholder

Similar activities

Proximity Measure- Q2

Proximity Measure- Q2

Professional Development

25 Qs

DAA

DAA

Professional Development

20 Qs

Python Programming Test 3

Python Programming Test 3

Professional Development

20 Qs

Quiz 4.1

Quiz 4.1

Professional Development

20 Qs

Bertelsmann AI Track Quiz Initiative #3

Bertelsmann AI Track Quiz Initiative #3

University - Professional Development

20 Qs

Python Basics

Python Basics

Professional Development

20 Qs

C-Quest

C-Quest

Professional Development

20 Qs

Python Proficiency for College Students

Python Proficiency for College Students

Professional Development

20 Qs

Quiz 7

Quiz 7

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Moirangthem Sonia

Used 1+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python package provides high-level mathematical functions and efficient array operations?

array

NumPy

matplotlib

pandas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Python array module is most suitable for:

Handling large datasets

Basic arrays of uniform type

Generating plots

Random number generation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which NumPy subpackage is used for random number generation?

numpy.math

numpy.random

numpy.randomize

numpy.stat

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The matplotlib library is mainly used for:

Array creation

File I/O operations

Data visualization

Random number generation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to install NumPy?

install numpy

import numpy

pip install numpy

numpy download

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to import NumPy under the alias np?

import numpy

import numpy as np

import np as numpy

numpy import np

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you sum integers from 1 to 1,000,000 using NumPy, which method is efficient?

Python for loop

np.arange().sum()

np.add(list)

While loop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?