NEW
Font size
WorksheetsCodeMonkey Quiz (Functions)
Total questions: 10
Worksheet time: 8mins
1) What is a function in coding?
Set of instruction
Set of program
Set of tasks
2) goto in a coding is a...............................
parameter name
function name
instruction name
3) The functions that are readily available with the system is called ...........................
self created function
user-defined function
in-built function
4) User-defined functions means
functions created for our own requirement.
functions available with the system
functions created by the computer
5) Calling the function means
removing the function
writing the function
using the function
6) The value that we give for the parameter when calling a function is called
parameter
argument
function
7) What is comment in the coding?
a line in a program that is ignored by the computer
a word in a program that is ignored by the computer
a paragraph in a program that is ignored by the computer
8) The process of finding and fixing errors in a computer program is called
coding
bug
debugging
9) Why we use function in the coding?
to make the code longer
to make the code shorter
to write the code easily
10) Bug causes the program to behave unexpectedly or not work at all.
True
False
