Search Header Logo
python advance

python advance

Assessment

Flashcard

Computers

10th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What Python package for Linear Algebra? Options: Matrix, Array, NumPy, Pynum

Back

NumPy

2.

FLASHCARD QUESTION

Front

What is the name of the programming language we are learning?

Media Image

Back

Python

3.

FLASHCARD QUESTION

Front

What is python?

Back

a programming language

4.

FLASHCARD QUESTION

Front

__________ is a library used to create data structures and carry out scientific calculations.

Media Image

Back

Numpy

5.

FLASHCARD QUESTION

Front

How to use numpy ?

Media Image

Back

import numpy as np

6.

FLASHCARD QUESTION

Front

What is the output of the following code: names = np.array(["Reem" , "Salah" , "Haya" , "Maryam" , "Fatema"]) print(names([2])) Mark the right output from the below options Options: [ 'Haya' ], [ 'Maryam' ], [ 'Reem' ], [ 'Salah' ]

Back

[ 'Haya' ]

7.

FLASHCARD QUESTION

Front

What is the output of the following code?
names = np.array(["Reem" , "Salah" , "Haya" , "Maryam" , "Fatema"])
names[2] = "Omar"
print([names])
*Mark the right output from the below options*:
[ "Reem" , "Salah" , "Haya" , "Maryam" , "Fatema" ]
[ "Reem" , "Salah" , "Omar" , "Maryam" , "Fatema" ]
[ "Reem" , "Haya" , "Salah" , "Maryan" , "Fatema" ]

Back

[ "Reem" , "Salah" , "Omar" , "Maryam" , "Fatema" ]

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?