python advance

python advance

10th Grade

13 Qs

quiz-placeholder

Similar activities

Instalacja i konfiguracja Linux Server

Instalacja i konfiguracja Linux Server

9th - 12th Grade

15 Qs

IT Quiz Selection

IT Quiz Selection

9th - 12th Grade

15 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

CP M8 Assessment Review

CP M8 Assessment Review

9th - 12th Grade

17 Qs

Python

Python

1st - 12th Grade

10 Qs

Pojęcia informatyczne

Pojęcia informatyczne

1st - 10th Grade

10 Qs

CodeHS 5.1 & 5.2 Intro to Data Structures

CodeHS 5.1 & 5.2 Intro to Data Structures

9th - 12th Grade

10 Qs

Программирование C#

Программирование C#

1st - 10th Grade

10 Qs

python advance

python advance

Assessment

Quiz

Computers

10th Grade

Medium

CCSS
RI.9-10.4, 6.SP.B.5A, RI.11-12.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?