Numpy

Numpy

University

6 Qs

quiz-placeholder

Similar activities

ArrayList Review

ArrayList Review

9th Grade - University

11 Qs

Array

Array

University

11 Qs

Orientação a objetos básica

Orientação a objetos básica

University

9 Qs

IOTA : Web Development Bootcamp Quiz 4

IOTA : Web Development Bootcamp Quiz 4

University

8 Qs

Data Structure

Data Structure

University

10 Qs

Graph

Graph

University

10 Qs

Software Engineering Quiz 3

Software Engineering Quiz 3

University

10 Qs

CS1010 Lab 4

CS1010 Lab 4

University

10 Qs

Numpy

Numpy

Assessment

Quiz

Computers

University

Hard

Created by

Rami Nasser

Used 40+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed?

1

2

3

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed?

0

1

5

An exception is thrown

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed ?

An exception is thrown

15

[3, 12]

[3, 5, 7]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the use of the zeros() function in Numpy array in python ?

To make a Matrix with first row 0

To make a Matrix with all elements 0

To make a Matrix with all diagonal elements 0

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed

[1 3 5 7]

[2 4 6]

Error

[3, 4, 5, 6, 7]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed?

(array([1, 3, 5, 7]),)

(array([0, 2, 4, 6]),)

Error

True