Tamil Nadu State Board ( Samacheer Kalvi ) Online Test based on Book Back Questions - 12th Standard Computer Science - English Medium - Function

Samacheer Kalvi 12th Computer Science - Function - Book Back Questions in English Medium


00:00:00
Answered
0
Skipped
0
Unseen
0
Correct : 0 Incorrect : 0
Question 1 Of 10

Which of the following is a unit of code that is often defined within a greater code structure?


Question 2 Of 10

Which of the following is a distinct syntactic block?


Question 3 Of 10

The variables in a function definition are called as


Question 4 Of 10

Which of the following defines what an object can do?


Question 5 Of 10

The functions which will give exact result when same arguments are passed are called


Question 6 Of 10

Which of the following are mandatory to write the type annotations in the function definition


Question 7 Of 10

Which of the following carries out the instructions defined in the interface?


Question 8 Of 10

The small sections of code that are used to perform a particular task is called


Question 9 Of 10

The values which are passed to a function definition are called


Question 10 Of 10

The functions which cause side effects to the arguments passed are called