CUET-UG SERIES Computer-science
Types Of Functions
3 previous year questions.
Volume: 3 Ques
Yield: Medium
High-Yield Trend
3
2023 Chapter Questions 3 MCQs
01
PYQ 2023
medium
computer-science ID: cuet-ug-
Consider the function header given below and identify the correct call statement(s) to call the below function.
def fun(x, y=10, z=15);
A. fun(30)
B. fun(30, 40)
C. fun()
D. fun(10, 20, 30)
E. fun(10, 20, 30, 40)
Choose the correct answer from the options given below :
def fun(x, y=10, z=15);
A. fun(30)
B. fun(30, 40)
C. fun()
D. fun(10, 20, 30)
E. fun(10, 20, 30, 40)
Choose the correct answer from the options given below :
1
A, B and E
2
A, B and D
3
B, C and D
4
B, D and E
02
PYQ 2023
medium
computer-science ID: cuet-ug-
All aggregate functions ignore Nulls except for________ function.
1
max( )
2
Count( )
3
Avg( )
4
Sum( )
03
PYQ 2023
medium
computer-science ID: cuet-ug-
The max() function of Pandas descriptive statistics axis = 1 gives,
1
Row wise output
2
Column wise output
3
Both column and row wise output
4
Axis is an invalid parameter
About Types Of Functions - CUET-UG
Types Of Functions is a vital chapter for CUET-UG aspirants. Mastering the concepts covered in this chapter is essential for securing a top rank.
By rigorously practicing the previous year questions associated with this chapter, you can identify high-yield topics, understand the examiner's perspective, and boost your confidence during the actual exam.
Frequently Asked Questions
Why focus on Types Of Functions PYQs?
Analyzing PYQs for this specific chapter reveals the most frequently tested concepts and the typical complexity of questions, allowing you to tailor your study plan efficiently.
How to best use this analysis?
Review the topic breakdown to see which sub-topics within Types Of Functions carry the most weight. Then, tackle the questions iteratively to solidify your understanding.