numpy library- warm up

numpy library- warm up

10th Grade

8 Qs

quiz-placeholder

Similar activities

Nat 5 Standard Algorithms + Predefined Functions

Nat 5 Standard Algorithms + Predefined Functions

8th - 10th Grade

10 Qs

Python Demo Quiz Set1

Python Demo Quiz Set1

9th - 12th Grade

12 Qs

NumPy

NumPy

9th Grade - University

10 Qs

Python массив

Python массив

9th - 12th Grade

10 Qs

RL NumPy Quiz 1

RL NumPy Quiz 1

9th - 12th Grade

10 Qs

Arrays Intro

Arrays Intro

9th - 12th Grade

12 Qs

Arrays by Swarn

Arrays by Swarn

10th Grade

10 Qs

Sains Komputer (Java) 1: Sintaks Asas & Pembolehubah

Sains Komputer (Java) 1: Sintaks Asas & Pembolehubah

10th Grade - University

10 Qs

numpy library- warm up

numpy library- warm up

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Dina Sarris

Used 121+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is known as advanced data structure?

list

dictionary

library

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a library?

Pandas

append

delete

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is used to import the numpy library?

import numpy

import as np

import numpy as np

import as numpy

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is used to create a numpy array called ages and has 10, 20, 30 and 40 as content?

ages = np([10,20,30,40])

ages = array([10,20,30,40])

ages = np.array([ ])

ages = np.array([10,20,30,40])

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to display the type of the data structure?

print

type

input

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which statement is used to convert a list called numbers to a numpy array called values?

numbers = np.array(values)

values = np.array(numbers)

values = array(numbers)

values = np.array[numbers]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is used to display the content of a list known as Names?

print(Names)

print(np.Names)

print(np.array(Names))

print(Names_list)

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The below phrase is the definition of which key term?

"library for data structure and scientific calculations"

array

numpy

dictionary

list