Numpy Session -2

Numpy Session -2

10th Grade

10 Qs

quiz-placeholder

Similar activities

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

Numpy-1

Numpy-1

9th - 12th Grade

10 Qs

Unit 7 - Formatting Cells and Ranges

Unit 7 - Formatting Cells and Ranges

5th Grade - University

10 Qs

Excel- Lesson 7 Knowledge Check

Excel- Lesson 7 Knowledge Check

6th - 12th Grade

10 Qs

Intro to Spreadsheets

Intro to Spreadsheets

9th - 10th Grade

15 Qs

MOAC Excel 2016 Lesson 09

MOAC Excel 2016 Lesson 09

8th - 12th Grade

10 Qs

Access 2013 Lesson 1

Access 2013 Lesson 1

9th - 12th Grade

15 Qs

Google Sheets

Google Sheets

3rd - 12th Grade

8 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?