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
6 questions
Sieci komputerowe

Quiz
•
9th - 12th Grade
10 questions
CONTEST 16 EXCEL 2019

Quiz
•
7th - 12th Grade
11 questions
Bezpieczeństwo cyfrowego wizerunku i tożsamości

Quiz
•
7th - 10th Grade
13 questions
python advance

Quiz
•
10th Grade
10 questions
Reshaping & vStack&hstack( )

Quiz
•
9th Grade - University
10 questions
python

Quiz
•
10th Grade
10 questions
Podstawowe znaczniki HTML

Quiz
•
10th Grade
10 questions
Sesión 04

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade