python advance

python advance

10th Grade

13 Qs

quiz-placeholder

Similar activities

RL NumPy Quiz 1

RL NumPy Quiz 1

9th - 12th Grade

10 Qs

Numpy Revision Test

Numpy Revision Test

10th Grade

8 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

Numpy 4 life

Numpy 4 life

9th - 12th Grade

10 Qs

python

python

10th Grade

10 Qs

NumPy

NumPy

10th Grade

15 Qs

numpy library- warm up

numpy library- warm up

10th Grade

8 Qs

Analisis Data dengan Python

Analisis Data dengan Python

10th Grade

15 Qs

python advance

python advance

Assessment

Quiz

Computers

10th Grade

Medium

CCSS
RI.9-10.4, 6.SP.B.5A, RI.8.4

+2

Standards-aligned

Created by

Mariam Alketbi

Used 86+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Python package for Linear Algebra ?

Matrix

Array

NumPy

Pynum

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is python?
a programming language 
DTP software 
Spreadsheet software
Computer 

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Python

Numpy

Pycharm

Bar chart

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How to use numpy ?

import numpy as np

import pandas as pd

import pyplot as plt

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

names = np.array(["Reem" , "Salah" , "Haya" , "Maryam" , "Fatema"])

print(names([2))

Mark the right output from the below options

[ 'Haya' ]

[ 'Maryam' ]

[ 'Reem' ]

[ 'Salah' ]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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" ]

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?