Functions Quiz - 2
Sign in to Google to save your progress. Learn more
Email *
Study the following program and select the possible outputs(s) from the option (i) to (iv) following it. *
1 point
Captionless Image
The output of the code shown below is: *
1 point
Captionless Image
Which function header statement is correct:- *
1 point
What is the value returned by math.floor(3.4)? *
1 point
If return statement is not used inside the function, the function will return *
1 point
What is the output of the code shown below? *
1 point
Captionless Image
How are variable length arguments specified in the function heading? *
1 point
What is the output of the following code? *
1 point
Captionless Image
Which of the following is the use of function in python? *
1 point
Which of the following function calls will cause error while invoking the function header def test(a,b) *
1 point
Which of the following keywords marks the beginning of the function? *
1 point
What is a variable defined outside a function referred to as? *
1 point
Suppose there is a list such that: l=[2,3,4]. If we want to print this list in reverse order, which of the following methods should be used? *
1 point
Which are the advantages of functions in python? *
1 point
What is returned by int(math.pow(3, 2))? *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy