
numpy library- warm up

Quiz
•
Computers
•
10th Grade
•
Hard
Dina Sarris
Used 121+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is known as advanced data structure?
list
dictionary
library
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a library?
Pandas
append
delete
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which statement is used to import the numpy library?
import numpy
import as np
import numpy as np
import as numpy
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which statement is used to create a numpy array called ages and has 10, 20, 30 and 40 as content?
ages = np([10,20,30,40])
ages = array([10,20,30,40])
ages = np.array([ ])
ages = np.array([10,20,30,40])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command is used to display the type of the data structure?
type
input
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
which statement is used to convert a list called numbers to a numpy array called values?
numbers = np.array(values)
values = np.array(numbers)
values = array(numbers)
values = np.array[numbers]
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which statement is used to display the content of a list known as Names?
print(Names)
print(np.Names)
print(np.array(Names))
print(Names_list)
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The below phrase is the definition of which key term?
"library for data structure and scientific calculations"
array
numpy
dictionary
list
Similar Resources on Wayground
10 questions
Pseudocode - Arrays

Quiz
•
8th - 11th Grade
12 questions
Массивы C++

Quiz
•
10th - 11th Grade
10 questions
Pretest Javascript (Array, Object, Function, Parameter)

Quiz
•
10th Grade
10 questions
Описание массива

Quiz
•
9th - 10th Grade
8 questions
String Handling in Java

Quiz
•
10th Grade
10 questions
Post-Test Berpikir komputasional Pertemuan 1

Quiz
•
10th Grade
12 questions
Protokoły sieciowe

Quiz
•
1st Grade - University
10 questions
Array multi dimensi

Quiz
•
10th 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