Inbuilt Function Quiz 1

Share with others

Enter details and click on Next

Name
Email
School Name
Q1. Functions created by user is called _________ function

Q2. Division of large programs into smaller programs. These smaller programs are called _______.

Q3. Inbuilt functions makes the programming ________

Q4. We have to import a specific module for using built-in functions?

Q5. A function can be called _____ times in a program.

Q6. Which of the following is not a type conversion functions?

Q7. Write the output of the following.

print(int())

Q8. Which of the following statement will return error?

print(int("a"))
print(str(123))

Q9. Write the output of the following:

print(float())

Q10. What type of error is returned by following statement?

print(int("a"))


Share with others

1 thought on “Inbuilt Function Quiz 1”

Leave a Reply

error: Content is protected !!