Numpy Revision Test

Quiz
•
Computers
•
10th Grade
•
Medium
Alfiya Shama
Used 313+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
__________ is a library used to create data structures and carry out scientific calculations.
Python
Numpy
Pycharm
Bar chart
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to use numpy ?
import numpy as np
import pandas as pd
import pyplot as plt
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Name the function used to create an array?
np.aray()
np.array()
Np.array()
np.arange()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
np.array{[4,7]}
[ 4 7 ]
[ 4 5 6 7 ]
[ 4 5 6 ]
[ 1 2 3 4 5 6 7 ]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Pick the matrix in the below options
[ 22 ]
[ 34 45 ]
23 45
[ ]
12 35
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
names = np.array(["Reem" , "Salah" , "Haya" , "Maryam" , "Fatema"])
print(names([2,3,4]))
Mark the right output from the below options
[ 'Haya' 'Maryam' 'Fatema' ]
[ 'Maryam' 'Haya' 'Fatema' ]
[ 'Reem' 'Salah' 'Fatema' ]
[ 'Reem' 'Salah' 'Haya' ]
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
names = np.array(["Reem" , "Salah" , "Haya" , "Maryam" , "Fatema"])
names[2] = "Omar"
print([names])
Mark the right output from the below options
[ "Reem" , "Salah" , "Haya" , "Maryam" , "Fatema" ]
[ "Reem" , "Salah" , "Omar" , "Maryam" , "Fatema" ]
[ "Reem" , "Haya" , "Salah" , "Maryan" , "Fatema" ]
Similar Resources on Wayground
12 questions
Protokoły sieciowe

Quiz
•
1st Grade - University
8 questions
numpy library- warm up

Quiz
•
10th Grade
12 questions
Javascript Arrays

Quiz
•
9th - 12th Grade
8 questions
Level 1 - week 1

Quiz
•
7th Grade - University
9 questions
advanced storage techniques ( arrays , DataFrame)

Quiz
•
9th - 10th Grade
9 questions
Checkpoint 1 revision

Quiz
•
9th - 12th Grade
8 questions
pandas

Quiz
•
9th Grade - University
10 questions
Arrays and Lists

Quiz
•
6th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade