Numpy Session -2

Numpy Session -2

10th Grade

10 Qs

quiz-placeholder

Similar activities

soal excel

soal excel

10th Grade

15 Qs

MOS Word 2016 Learn by Doing Part 4 Working with Tables

MOS Word 2016 Learn by Doing Part 4 Working with Tables

8th - 12th Grade

12 Qs

Excel 1: Essentials (AES)

Excel 1: Essentials (AES)

9th - 12th Grade

10 Qs

MOAC Excel 2016 Lesson 01

MOAC Excel 2016 Lesson 01

8th - 12th Grade

10 Qs

Grade10G

Grade10G

10th Grade

8 Qs

advanced storage techniques ( arrays , DataFrame)

advanced storage techniques ( arrays , DataFrame)

9th - 10th Grade

9 Qs

Excel

Excel

9th - 12th Grade

10 Qs

Formatting Tables Quiz

Formatting Tables Quiz

5th - 12th Grade

15 Qs

Numpy Session -2

Numpy Session -2

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Alfiya Shama

Used 97+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which among the below options is a vector?

Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What output will the image above produce?

[ [ 65. 60. 70. 58.


1.70. 1.65. 1.72. 1.60. ]]

[ [ 1.70. 1.65. 1.72. 1.60


65. 60. 70. 58. ] ]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

mass = mass_height[0,0:4]

This will print which among the below options?

First row, Second column

First row, all columns

All row. First column

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

duaa = mass_height(: , 3)

print(duaa)

What will be the output of the following code?

first rows , fourth column

no rows , third column

all rows , third column

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to reverse an array which function among the following options is used?

reverse()

transpose()

transform()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the word "appending" mean?

adding something extra

changing something

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function below is used to add an extra row in an existing table?

vstack()

hstack()

transpose()

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?