python advance

python advance

10th Grade

13 Qs

quiz-placeholder

Similar activities

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

Arrays Intro

Arrays Intro

9th - 12th Grade

12 Qs

advanced storage techniques ( arrays , DataFrame)

advanced storage techniques ( arrays , DataFrame)

9th - 10th Grade

9 Qs

Checkpoint 1 revision

Checkpoint 1 revision

9th - 12th Grade

9 Qs

Grade10G

Grade10G

10th Grade

8 Qs

Refresh your mind

Refresh your mind

10th Grade

10 Qs

pandas

pandas

9th Grade - University

8 Qs

Python Basics - Quiz

Python Basics - Quiz

8th - 11th Grade

10 Qs

python advance

python advance

Assessment

Quiz

Computers

10th Grade

Medium

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?