IOAC - ML Numpy Assessment_26th-Feb-2023

IOAC - ML Numpy Assessment_26th-Feb-2023

Professional Development

10 Qs

quiz-placeholder

Similar activities

PreTrainingScannerLoops

PreTrainingScannerLoops

Professional Development

10 Qs

ICHEME - Excel Workshop

ICHEME - Excel Workshop

Professional Development

7 Qs

JS Quiz

JS Quiz

Professional Development

14 Qs

ACCT  Skills for Real World Survival due Sept 16

ACCT Skills for Real World Survival due Sept 16

8th Grade - Professional Development

13 Qs

Module 1 : Fresh Off the Boat (b)

Module 1 : Fresh Off the Boat (b)

Professional Development

10 Qs

Procurement and terms related_Week1_T3

Procurement and terms related_Week1_T3

Professional Development

12 Qs

NBA Accreditation

NBA Accreditation

Professional Development

15 Qs

Collections, JDBC/RDBMS

Collections, JDBC/RDBMS

Professional Development

10 Qs

IOAC - ML Numpy Assessment_26th-Feb-2023

IOAC - ML Numpy Assessment_26th-Feb-2023

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

KVCH CORPORATE

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the below code?

np.arange(2,8)

array([2, 3, 4, 5, 6, 7])

array([3, 4, 5, 6, 7])

array([2, 3, 4, 5, 6, 7, 8])

 

array([3, 4, 5, 6, 7, 8])

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to transpose of matrix A?

 

 Trans(A)

Transpose(A)

A.Transpose

A.T

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to convert a numpy array to list?

array.list()

array.list

list.array()

list(array)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

import pandas as pd

pd.Series([1,2], index= ['a','b','c'])

Output of above snippet:

Syntax Error

Index Error

Value Error

None of the above mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of following statement is wrong

We can create series from Dictionary in python

Keys of dictionary become index of the series

Order of index created from keys may not be in same order as in dictionary

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true?

If data is an ndarray, index must be the same length as data.

Series is a one-dimensional labeled array capable of holding any data type.

Both A and B

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions can be used to combine different vectors so as to obtain the result for each n-uplet?

Iid_

Ix_

Ixd_

all of the mentioned

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?