CUET-UG SERIES
Informatics-practices

Types Of Functions

4 previous year questions.

Volume: 4 Ques
Yield: Medium

High-Yield Trend

4
2023

Chapter Questions
4 MCQs

01
PYQ 2023
medium
informatics-practices ID: cuet-ug-
To define the limit of axes of a chart, which function can be used ?
1
xlabel() and ylabel()
2
xticks() and yticks()
3
xlimit() and ylimit()
4
xlim() and ylim()
02
PYQ 2023
medium
informatics-practices ID: cuet-ug-
Which of the following function will display the average of each row of a dataframe named df?
1
df.mean()
2
df.mean(axis=1)
3
df.mean(axis=0)
4
df.mean(AXIS = 0)
03
PYQ 2023
medium
informatics-practices ID: cuet-ug-
Which of the following functions is not an aggregate function?
1
ROUND()
2
SUM()
3
COUNT
4
AVG()
04
PYQ 2023
medium
informatics-practices ID: cuet-ug-
Choose the correct statement to display the median using quantile function if the name of the Dataframe is df:
1
df.quantile()
2
df.quantile (q= .25)
3
df.quantile(q= .75)
4
df.quantile(q = median)