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

Samacheer Kalvi 11th Computer Science - Python Functions - 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 keyword is used to define the function testpython(): ?


Question 2 Of 10

In which arguments the correct positional order is passed to a function?


Question 3 Of 10

A named blocks of code that are designed to do one specific job is called as


Question 4 Of 10

Pick the correct one to execute the given statement successfully, if ………… : print
(x, ” is a leap year”)


Question 5 Of 10

Which of the following keyword is used to exit a function block?


Question 6 Of 10

Read the following statement and choose the correct statement(s).


Question 7 Of 10

A Function which calls itself is called as


Question 8 Of 10

Which of the following keyword is used to begin the function block?


Question 9 Of 10

Which function is called anonymous un-named function PTA –


Question 10 Of 10

While defining a function which of the following symbol is used.