Data Analytics using Python - Quiz 1

Quiz
•
Computers
•
University
•
Medium
Karunya Hacks
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code:
A1 = np.array(['Juan','Matt','Tom'])
print (A1[0])
print (A1[-2])
print (A1[-0])
Juan Matt Juan
Juan Tom Tom
Error
Tom Matt Juan
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code:
students = np.array([['Alice','Beth','Cathy','Dorothy'] , [65,78,90,81],[71,82,79,92]])
students[...,1]
array(['Beth', '78', '82'], dtype='<U21')
['Alice','Beth','Cathy','Dorothy']
[65,78,90,81], [71,82,79,92]
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the code:
heights = [165,170,168,183,172,169]
weights = [61,76,56,81,62,60]
student_bio = np.array([heights,weights])
student_bio.shape
(6, 2)
(2, 6)
array(2, 6)
np.array(6, 2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the code:
a = np.array([7, 8, 9, 10, 11, 12])
j = np.array([1, 2, 3, 4, 5, 6])
np.copyto(j,a)
print (j)
B: [ 1 2 3 4 5 6 ]
error
[ 7 8 9 10 11 12 ]
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Array

Quiz
•
University
10 questions
Prob. prog 2

Quiz
•
University
15 questions
[Python For All] Quiz 5 - Numpy

Quiz
•
University
10 questions
C++ vs Python: A Quiz Introduction

Quiz
•
11th Grade - University
10 questions
Java Static

Quiz
•
University
15 questions
Жанар214

Quiz
•
9th Grade - University
10 questions
CS1010 Lab 4

Quiz
•
University
15 questions
JavaScript

Quiz
•
University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade