WorksheetsXII - CS - Lesson 7 - Function - Quiz 1
Total questions: 10
Worksheet time: 3mins
_____ are named blocks of code that are designed to do specific job
Loops
Program
Functions
Branching
Which is not a function in python?
User defined function
Lamda function
Recursive function
Copy function
Functions that are inbuilt with in Python is called
User defined function
Lamda function
Recursive function
Build in function
Functions that calls itself is known as
User defined function
Lamda function
Recursive function
Build in function
Functions that are anonymous un-named function are
User defined function
Lamda function
Recursive function
Build in function
Function blocks begin with the keyword
(a)
Any input parameters or arguments should be placed within
( )
{ }
[ ]
< >
The code block always comes after a
;
:
.
()
The statement ______ exits a function
main
return
None
Indentation
A “return” with no arguments is the same as return
NULL
Zero
None
All the above
