Data Analytics Quiz -3

Data Analytics Quiz -3

University

10 Qs

quiz-placeholder

Similar activities

QUIZ - ICEE 2024

QUIZ - ICEE 2024

University

10 Qs

MMO 2021

MMO 2021

1st Grade - University

10 Qs

Understanding Apache Kafka Basics

Understanding Apache Kafka Basics

University

11 Qs

Python Summer Internship Quiz -10

Python Summer Internship Quiz -10

University

10 Qs

Personality Disorders

Personality Disorders

12th Grade - University

10 Qs

QUIZ 1 FOSFOR'S 2021

QUIZ 1 FOSFOR'S 2021

KG - University

15 Qs

Kuis PKKMB PBSI

Kuis PKKMB PBSI

University

8 Qs

POST TEST SARANA PRASARANA, KEUANGAN, ETIKA, KEPESANTRENAN

POST TEST SARANA PRASARANA, KEUANGAN, ETIKA, KEPESANTRENAN

University

10 Qs

Data Analytics Quiz -3

Data Analytics Quiz -3

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NumPy primarily used for?

Data visualization

Machine learning

Scientific computing

Web development

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to import NumPy in a Python script?

`import numpy`

`import np`

`from numpy import *`

`from math import numpy`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which NumPy data structure is used to represent multi-dimensional arrays?

Lists

Tuples

Arrays

Sets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following NumPy operation?

`np.arange(1, 6) + np.arange(6, 11)`

[7, 9, 11, 13, 15]

[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

[6, 8, 10, 12, 14]

[1, 2, 3, 4, 5, 6]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which NumPy function is used to find the mean (average) of an array?

`np.mean()`

`np.average()`

'np.median()`

`np.sum()`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Pandas primarily used for in Python?

Web development

Scientific computing

Data manipulation and analysis

Machine learning

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Pandas, which data structure is used to store and manipulate tabular data with rows and columns?

Lists

Arrays

Series

DataFrame

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?