You are on page 1of 4

11/7/22, 12:31 AM Start Course | Intellipaat

Back

Numpy Assignment Quiz BC= 220708 EXP

NotesNUMPY ASSIGNMENT QUIZ BC= 220708 EXP


×
sajal.sachin@gmail.com
My Courses
For a given numpy array, how will you change Logout
the dimensions to 5 using the
Self-Paced
existing parameters in the numpy array.
Live Classes
my_array = numpy.array([[[[1,3,4]]]])
Study Materials
Marked Answer :
Lectures 
numpy.array(my_array, ndmin=5)

Correct Answer :
NUMPY.ARRAY(MY_ARRAY, NDMIN=5) ENDED
Marks Obtained : 15 Remarks : Overdue

MARKS OBTAINED 1 TOTAL MARKS : 1
Quiz is Submitted
For the given numpy arrays, Array1 and Array2, what will be the dot product for the
same. Array1 = array([[1, 2, 3], [4, 5, 6]])
Array2 = array([[2, 3],[3, 2]])

Marked Answer :

Valueerror

Correct Answer :
VALUEERROR

MARKS OBTAINED 1 TOTAL MARKS : 1

In a given numpy array, using the slicing operations print the reverse of the
array.
array = np.array([10,3,1,203,404,204,20,302,30,402,192])
Marked Answer :

array[::-1]

Correct Answer :
ARRAY[::-1]

MARKS OBTAINED 1 TOTAL MARKS : 1

What is the output of the below code:

a = [[1, 0], [0, 1]]

b = [[4, 1], [2, 2]]

np.dot(a, b)

Marked Answer :

array([[4, 1],[2, 2]])

Correct Answer :
ARRAY([[4, 1],[2, 2]])

https://lms.intellipaat.com/start-course/ 1/4
11/7/22, 12:31 AM Start Course | Intellipaat

×
NUMPY ASSIGNMENT QUIZ BC= 220708 EXP

For a given numpy array, how will you change the dimensions to 5 using the
existing parameters in the numpy array.
my_array = numpy.array([[[[1,3,4]]]])
CHECK RESULTS
Marked Answer :
numpy.array(my_array, ndmin=5)

Correct Answer :
Hide
NUMPY.ARRAY(MY_ARRAY, NDMIN=5)

Contents Notes
MARKS OBTAINED 1 TOTAL MARKS : 1
x

For the given numpy arrays, Array1 and Array2, what will be the dot product for the
same. Array1 = array([[1, 2, 3], [4, 5, 6]])
Array2 = array([[2, 3],[3, 2]])
LMS WALKTHROUGH VIDEO
Marked Answer :

Valueerror
ONLINE SESSION RECORDINGS 
Correct Answer :
VALUEERROR
PYTHON BASICS – 13/08/22 – IP AARAV – PYTHON INSTALLATION AND LMS WALKTHROUGH

MARKS OBTAINED 1 TOTAL MARKS : 1

PYTHON BASICS- 14/08/22 – SUBHNANDI


In a given numpy array, using the slicing operations print the reverse of the
array.
LECTURE – 20/08/2022 – SUBHNANDI
array = np.array([10,3,1,203,404,204,20,302,30,402,192])
Marked Answer :
LECTURE – OOPS AND HANDSON 21/08/2022-SUBHNANDI
array[::-1]

Correct Answer :
OOPS + HANDSON – 27/08/2022 – AJAY
ARRAY[::-1]

NUMPY – 28/08/2022 – AJAY


MARKS OBTAINED 1 TOTAL MARKS : 1

What is the output of the


OOPS: below– code:
HANDSON 03/09/2022 – IP NEERAJ

a = [[1, 0], [0, 1]]


NUMPY – 04/09/2022 -CHARAN
b = [[4, 1], [2, 2]]

np.dot(a, b) LECTURE – NUMPY – 10/09/2022 – HARI


Marked Answer :

array([[4, 1],[2, 2]])


LECTURE – PANDAS – 11/09/2022 – HARI

Correct Answer :
ARRAY([[4, 1],[2, 2]]) 
LECTURE – VISUALIZATION – 17/09/2022 – HARI

https://lms.intellipaat.com/start-course/ 2/4
11/7/22, 12:31 AM Start Course | Intellipaat

LECTURE – VISUALIZATION – 18/09/2022 – HARI

×
NUMPY ASSIGNMENT QUIZ BC= 220708 EXP
LECTURE – PANDAS – HANDSON – 24/09/22 – IP – ADITYA

For a given numpy array,


LECTURE how will you– change
– VISUALIZATION HANDSONthe dimensions
– 25/09/22 to 5 using the
– IP – ADITYA
existing parameters in the numpy array.
my_array = numpy.array([[[[1,3,4]]]])
LECTURE – 01/10/2022 – VISUALIZATION – HANDSON IP NIA
Marked Answer :
numpy.array(my_array, ndmin=5)
LECTURE – 02/10/2022 – NUMPY, PANDAS AND VISUALIZATION IP APARNA
Correct Answer :
NUMPY.ARRAY(MY_ARRAY, NDMIN=5)
LECTURE – STATISTICS – 08/10/2022 – SAUMYAJEET

MARKS OBTAINED 1 TOTAL MARKS : 1


LECTURE – STATISTICS – CASE STUDY – 09/10/2022 – SHREYA IP

For the given numpy arrays, Array1 and Array2, what will be the dot product for the
same. Array1 = array([[1, 2, 3], [4,
LECTURE – LINEAR 5, 6]])– 15/10/2022 – SOUMOJIT
ALGEBRA

Array2 = array([[2, 3],[3, 2]])

Marked Answer : LECTURE – STATISTICS FOR MACHIINE LEARNING – 16/10/2022 – PROF. SURESH

Valueerror

Correct Answer : LECTURE – INFERENTIAL STATISTICS – 22/10/2022 – PROF. SURESH


VALUEERROR

LECTURE – INFERENTIAL STATISTICS -29/10/2022 – PROF. SURESH


MARKS OBTAINED 1 TOTAL MARKS : 1

LECTURE – PROBABILITY – 30/10/2022 – PROF. VELLAISAMY


In a given numpy array, using the slicing operations print the reverse of the
array.
LECTURE -LINERA ALGEBRA – 05/11/2022- DR. JAYADEV
array = np.array([10,3,1,203,404,204,20,302,30,402,192])

Marked Answer :
LECTURE -HR ANALYTICS WITH STATS – 06/11/2022- IP SHREYA
array[::-1]

Correct Answer :
ARRAY[::-1] ASSIGNMENT SUBMISSION 

MARKS OBTAINED 1 TOTAL MARKS : 1


PYTHON BASIC CONSTRUCTS ASSIGNMENTS

What is the output of the below code:


OOPS ASSIGNMENTS
a = [[1, 0], [0, 1]]

b = [[4, 1], [2, 2]]


 NUMPY ASSIGNMENT QUIZ BC= 220708 EXP
np.dot(a, b)

Marked Answer : PANDAS ASSIGNMENT QUIZ BC= 220708 EXP

array([[4, 1],[2, 2]])

Correct Answer :
ARRAY([[4, 1],[2, 2]])
DATA VISUALIZATION ASSIGNMENT QUIZ BC= 220708 EXP

https://lms.intellipaat.com/start-course/ 3/4
11/7/22, 12:31 AM Start Course | Intellipaat

Comp l e t e All Units To Finish Course


×
NUMPY ASSIGNMENT QUIZ BC= 220708 EXP

For a given numpy array, how will you change the dimensions to 5 using the
existing parameters in the numpy array.
my_array = numpy.array([[[[1,3,4]]]])

Marked Answer :
numpy.array(my_array, ndmin=5)

Correct Answer :
NUMPY.ARRAY(MY_ARRAY, NDMIN=5)

MARKS OBTAINED 1 TOTAL MARKS : 1

For the given numpy arrays, Array1 and Array2, what will be the dot product for the
same. Array1 = array([[1, 2, 3], [4, 5, 6]])
Array2 = array([[2, 3],[3, 2]])

Marked Answer :

Valueerror

Correct Answer :
VALUEERROR

MARKS OBTAINED 1 TOTAL MARKS : 1

In a given numpy array, using the slicing operations print the reverse of the
array.
array = np.array([10,3,1,203,404,204,20,302,30,402,192])
Marked Answer :

array[::-1]

Correct Answer :
ARRAY[::-1]

MARKS OBTAINED 1 TOTAL MARKS : 1

What is the output of the below code:

a = [[1, 0], [0, 1]]

b = [[4, 1], [2, 2]]

np.dot(a, b)

Marked Answer :

array([[4, 1],[2, 2]])

Correct Answer :
ARRAY([[4, 1],[2, 2]])

https://lms.intellipaat.com/start-course/ 4/4

You might also like