Understanding NumPy Quiz 12

Understanding NumPy Quiz 12

7th Grade

10 Qs

quiz-placeholder

Similar activities

اولي اعدادي الترم الثاني درس 6

اولي اعدادي الترم الثاني درس 6

7th Grade - University

10 Qs

U26 Q5 The Matrix!

U26 Q5 The Matrix!

KG - University

14 Qs

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

INFORMATIKA Kelas 8 semester 2 LATIHAN 2

INFORMATIKA Kelas 8 semester 2 LATIHAN 2

7th Grade

8 Qs

NumPy

NumPy

6th - 8th Grade

13 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

CodeMonkey II

CodeMonkey II

6th - 8th Grade

11 Qs

Understanding NumPy Quiz 12

Understanding NumPy Quiz 12

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Kelzang Lethro

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does NumPy stand for?

Numerical Python

Numeric Programming

Numerous Pythons

Number Processing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who created NumPy?

Guido van Rossum

Travis Oliphant

Mark Zuckerberg

Elon Musk

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the core feature of NumPy?

Data Visualization

ndarray object

Machine Learning

Web Development

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are NumPy arrays faster than Python lists?

Stored in one continuous place in memory

Use outdated CPU architecture

Stored in multiple places in memory

Written in JavaScript

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you import NumPy with an alias for convenience?

import numpy as npz

import numpy as np

import numpy as nmp

import numpy as npy

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the simplest form of an ndarray?

Scalar

1-D array

3-D array

2-D array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a 2-D array in NumPy?

np.array([1, 2, 3])

np.array([[1, 2, 3], [4, 5, 6]])

np.array([1, 2, 3, 4])

np.array([1, 2, 3, 4, 5])

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?