Quiz 15/10/2025

Quiz 15/10/2025

University

20 Qs

quiz-placeholder

Similar activities

Understanding Resistance Concepts

Understanding Resistance Concepts

University

15 Qs

 Circuit Theory Self Learning Activity 1

Circuit Theory Self Learning Activity 1

University

15 Qs

Hackharbor 3.0 Day 4:Tech

Hackharbor 3.0 Day 4:Tech

University

20 Qs

C programming Basics

C programming Basics

University

20 Qs

GENERAL PACKET RADIO SERVICES (GPRS)

GENERAL PACKET RADIO SERVICES (GPRS)

University

15 Qs

KUIS MATERI POPULASI DAN SAMPEL STATISTIKA

KUIS MATERI POPULASI DAN SAMPEL STATISTIKA

University

20 Qs

QUIZ 1 KARTOGRAFI

QUIZ 1 KARTOGRAFI

University

18 Qs

24EE2081 - Quiz1

24EE2081 - Quiz1

University

15 Qs

Quiz 15/10/2025

Quiz 15/10/2025

Assessment

Quiz

Engineering

University

Practice Problem

Hard

Created by

Dr Brahma

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What does this return?

def x(data)

z=max(data)-min(data)

return(z)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For getting 3rd, 4th and 5th row of a datafile "df" in python programming, we can write

df.loc[2,3,4]

df.loc[3,4,5]

df.iloc[3,4,5]

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The extension of the file name generated from the following program is

In [1]: import numpy as np

In [2]: a = 3.2

In [3]: np.save(‘data',a)

.h5

.pdf

.npy

.txt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of following program?

In [1]: import numpy as np

In [2]: x = np.array([1,2,3])

In [3]: y = np.array([4,7,9])

In [4]: z = np.vstack((x,y))

In [5]: print np.shape(z)

(2, 3)

(1, 3, 5)

(1, 3, 9, 10)

(3, 2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Seaborn plot is best for showing the frequency of occurrences for each category in a categorical variable?

Count Plot

Line Plot

Rug Plot

Pair Plot

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Seaborn plot helps visualize pairwise relationships between multiple numerical variables in a dataset?

Pair plot

Relational plot

Swarm plot

Cluster map

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you customize the color of bars in a bar plot in Matplotlib?

bar_color parameter in bar()

color parameter in bar()

set_color() method

customize_color() method

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?