Quiz 9

Quiz
•
Computers
•
University
•
Hard
Mohand Mahmoud
Used 2+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
import numpy as np
arr = np.array([1, 2, 3, 4, 5])
print(arr)
[1 2 3 4 5]
(1 2 3 4 5)
1 2 3 4 5
{1 2 3 4 5}
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
import numpy as np
arr = np.array([1, 2, 3, 4, 5])
print(arr)
print(type(arr))
array
list
tuple
all choices is wrong
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
import numpy as np
d = np.array([[[1, 2, 3], [4, 5, 6]], [[1, 2, 3], [4, 5, 6]]])
print(d.ndim)
0
4 X 3
3
4
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
import numpy as np
arr = np.array([[[1, 2, 3], [4, 5, 6]], [[7, 8, 9], [10, 11, 12]]])
print(arr[-1, 0, -2])
2
5
8
11
5.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
import numpy as np
arr = np.array([[1,2,3,4,5], [6,7,8,9,10]])
print(arr[-2, -5] * arr[0, 0] *arr[1, 1])
5
7
30
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
import numpy as np
arr = np.array([1, 2, 3, 4, 5, 6, 7])
print(arr[3:5])
[3 4 5]
[3:5]
all choices is wrong
[4 5]
7.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
import numpy as np
arr = np.array([[1, 2, 3, 4, 5], [6, 7, 8, 9, 10]])
print(arr[0:1, 1:-2])
[]
[[2 3]]
[[2 3],[7 8]]
all choices is wrong
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Java Programming Quiz

Quiz
•
University
12 questions
Python Quiz 1.6

Quiz
•
University
12 questions
Arrays C++

Quiz
•
University
12 questions
JavaScript Quiz

Quiz
•
University
18 questions
Array_to be discussF3

Quiz
•
University
20 questions
Practice

Quiz
•
University
20 questions
MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

Quiz
•
University
20 questions
DSA quiz

Quiz
•
University
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
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University