QCM en NUMPY

QCM en NUMPY

Assessment

Quiz

others

Hard

Created by

mohamed-taqy salmi

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1 - Quel ce que Numpy ?
FrameWork
Bibléothéque
Language de programmation
Aucune de ces réponses

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2 - Quel est le but d’après Numpy :
Manipulation des données
Calcul scientifique
Visualisation
Base de données

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3 - Comment importer NumPy ?
a – pip install numpy
b – import numpy as library
c – import np as numpy
d – np=np.array()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4 -Comment créer un tableau avec NumPy
a - np.array([1, 9, 2, -8, 3]) ?
b - array([1, 9, 2, -8, 3])
c - dict([1, 9, 2, -8, 3])
d - table([range(i,i+3)])

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5 - Quelles fonctions est dédié pour calculer les dimensions d’un tableau?
a - ndim
b - arange
c - shape
d - linespace

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6 - Quelles fonctions est dédié pour calculer le nombres d’element par dimensions?
a - ndim
b - arange
c - shape
d - linespace

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7 – Quelles fonctions est dédié pour créer un tableau de n valeurs espacées uniformément ?
a - arange
b - ones
c – random.random
d – linspace

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?