Python Numpy Quiz

Python Numpy Quiz

University

20 Qs

quiz-placeholder

Similar activities

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Quizaro

Quizaro

University

20 Qs

Sjmit-Q2-[Workshop-MAR-25]

Sjmit-Q2-[Workshop-MAR-25]

12th Grade - University

20 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

Numpy

Numpy

University

15 Qs

Python Test 2

Python Test 2

University

19 Qs

NumPy

NumPy

University

20 Qs

Quiz 9

Quiz 9

University

17 Qs

Python Numpy Quiz

Python Numpy Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Jebila Angel

Used 159+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

How to use numpy ?

import numpy as np

import pandas as pd

import pyplot as plt

import math as np

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Name the function used to create an array?

np.aray()

np.array()

Np.array()

np.arange()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Numpy in the Python provides the

Function

Lambda function

Type casting

Array

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How we can find the type of numpy array in python?

dtype

typei

type

itype

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the use of the zeros() function in Numpy array in python ?

To make a Matrix with first row 0

To make a Matrix with all element 0

To make a Matrix with all diagonal element 0

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

np.arange(2,8,1) ----> what output will be produced?

2,3,4,5,6,7,8

2,3,4,5,6,7,8,9

2,3,4,5,6,7

2,4,6,8

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the use of the size attribute in Numpy array in python ?

It find the direction

It find the shape

It finds the number of items

All of the above

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?