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
10 questions
App Inventor S1Q1

Quiz
•
7th - 12th Grade
10 questions
Roblox sem. 2, Q1

Quiz
•
7th - 12th Grade
6 questions
Logomocja - test

Quiz
•
9th - 10th Grade
13 questions
Systemy komputerowe

Quiz
•
8th - 12th Grade
10 questions
Sprawdź się

Quiz
•
4th - 12th Grade
10 questions
informatyka by Robert Makłowicz

Quiz
•
KG - Professional Dev...
13 questions
DZIEŃ BEZPIECZNEGO KOMPUTERA

Quiz
•
1st - 12th Grade
5 questions
Unity - ekspresowe powtórzenie

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade