Quiz 6.1

Quiz 6.1

Professional Development

30 Qs

quiz-placeholder

Similar activities

UJIAN MID SEMESTER 1 X RPL  PEMROGRAMMAN DASAR

UJIAN MID SEMESTER 1 X RPL PEMROGRAMMAN DASAR

Professional Development

25 Qs

Quiz de Lógica de Programação 2

Quiz de Lógica de Programação 2

Professional Development

25 Qs

Ethereum Devcon Quiz - 1

Ethereum Devcon Quiz - 1

Professional Development

25 Qs

Hardware

Hardware

11th Grade - Professional Development

25 Qs

Тест остаточных знаний

Тест остаточных знаний

Professional Development

25 Qs

İnformatika Qəbul DİM 2

İnformatika Qəbul DİM 2

Professional Development

25 Qs

Subconsultas y consultas asociadas SQL

Subconsultas y consultas asociadas SQL

Professional Development

25 Qs

Python: Quiz 2.03 - Basic Data Types

Python: Quiz 2.03 - Basic Data Types

Professional Development

25 Qs

Quiz 6.1

Quiz 6.1

Assessment

Quiz

Computers

Professional Development

Practice Problem

Easy

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

write code to print print pi=3.14 with lib SciPy ????

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

I want to display all constants in the scipy ??

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output :

import numpy as np
from scipy.sparse import csr_matrix
arr = np.array([0, 0, 0, 0, 0, 1, 1, 0, 2])
print(csr_matrix(arr))

(0, 5) 1

(0, 6) 1

(0, 8) 2

(1, 2) 1

(2, 0) 1

(2, 2) 2

[1 1 2]

3

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

True or False: Optimizers are a set of procedures defined in SciPy that either find the minimum value of a function, or the root of an equation?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When working with the csgraph modul, what is a correct method to find the shortest path in a graph from one element to another?


dijkstra()


bellmann()


ford()

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

a ="4";

b ="2";

print(a + b);

what is the output of this code?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

a = 9

b = 5

print(a>b and 4>7)

what is the output of this code?

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?