WorksheetsNumpy 4 life
Total questions: 10
Worksheet time: 2mins
What is Numpy use for?
Arrays
Mathematical Operators
Boolean Operators
True or False
What is Numpy short for?
Numerical Numbers
Numerical Pathways
Numerical Python
Numerical Pie
What is the use of Numpy?
Numpy are uses that can help make list go faster than they were. They can go about 50x fast than a normal list. However, it is a fast process.
Numpy are uses that can help make list go faster than they were. They can go about 50x fast than a normal list. However, it is a slow process.
Numpy are uses that can help make list go slower than they were. They can go about 50x fast than a normal list. However, it is a fast process.
Numpy are uses that can help make list go faster than they were. They can go about 50x slow than a normal list. However, it is a slow process.
How would you import numpy?
Import Numpy
import Numpy
Import numpy
import numpy
How would you import numpy as array?
import numpy as np
Import Numpy As Np
import Numpy as Np
Import numpy as np
What does Numpy work with?
Strings
Integers
Float
Everything?
How many data types are in Numpy
11
7
12
14
What is the function called to sort when sorting an array?
sort.()
Sort()
sort()
sorting()
What happens to the boolean array when false?
It is excluded
It is included
It is contained
It is exported
What does the shape do in the array?
Brings a shape that returns a tuple with each index having the number of corresponding elements.
Brings a shape that returns a tuple with each index having the number of corresponding shapes.
Brings a shape that returns a tuple with each index having the number of incorrect elements.
Brings a tuple that returns a shape with each index having the number of corresponding elements.
