wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CodeMonkey Quiz (Functions)

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

1) What is a function in coding?

a)

Set of instruction

b)

Set of program

c)

Set of tasks

2.

2) goto in a coding is a...............................

a)

parameter name

b)

function name

c)

instruction name

3.

3) The functions that are readily available with the system is called ...........................

a)

self created function

b)

user-defined function

c)

in-built function

4.

4) User-defined functions means

a)

functions created for our own requirement.

b)

functions available with the system

c)

functions created by the computer

5.

5) Calling the function means

a)

removing the function

b)

writing the function

c)

using the function

6.

6) The value that we give for the parameter when calling a function is called

a)

parameter

b)

argument

c)

function

7.

7) What is comment in the coding?

a)

a line in a program that is ignored by the computer

b)

a word in a program that is ignored by the computer

c)

a paragraph in a program that is ignored by the computer

8.

8) The process of finding and fixing errors in a computer program is called

a)

coding

b)

bug

c)

debugging

9.

9) Why we use function in the coding?

a)

to make the code longer

b)

to make the code shorter

c)

to write the code easily

10.

10) Bug causes the program to behave unexpectedly or not work at all.

a)

True

b)

False