Data Analytics Quiz -3

Data Analytics Quiz -3

University

10 Qs

quiz-placeholder

Similar activities

christ_internship

christ_internship

University

5 Qs

KHDL

KHDL

University

15 Qs

Day 2: PowerBI

Day 2: PowerBI

University

10 Qs

Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz

Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz

University

10 Qs

Quiz de Python: Fundamentos e Práticas

Quiz de Python: Fundamentos e Práticas

University

10 Qs

Pandas

Pandas

University

8 Qs

Ch 2  - Accessing Data - Part 1

Ch 2 - Accessing Data - Part 1

University

12 Qs

TEST 1

TEST 1

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?