12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 05/09/2022
QB365 provides a detailed and simple solution for every Possible Creative Questions in Class 12 Computer Science Subject - Python Functions , English Medium. It will help Students to get more practice questions, Students can Practice these question papers in addition to score best marks.
Download Tamil Nadu 12th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
Write a note on return statement syntax.
2.
Write the output for the following program.
3.
How the value returned from lambda function?
4.
What is anonymous function or lambda function?
5.
What are called tuples?
6.
What are the methods used to parse the arguments to the variable length arguments?
7.
Write the syntax of variable - length arguments.
8.
What are arguments? What are the types?
9.
Write the output for the following program.
10.
Write the syntax for passing arguments to functions.
11.
Differentiate parameters and arguments.
12.
Write the output of the following program.
13.
How the nested block are indented?
14.
What is meant by block in python?
15.
How the statements in a black are written in python?
1.
Syntax of return :
return [expression list]
This statement can contain expression which gets evaluated and the value is returned. If there is no expression in the statement or the return statement itself is not present inside a function, then the function will return the None object.
2.
z = lamda x, y:x//y
print (z (10, 3))
Output: 3
3.
Lambda function can take any number of arguments and must return one value in the form of an expression.
4.
In Python, anonymous function is a function that is defined without a name. While normal functions are defined using the def keyword, in Python anonymous functions are defined using the lambda keyword. Hence, anonymous functions are also called as lambda functions.
5.
Non-keyword variable arguments are called tuples.
6.
In Variable Length arguments we can parse the arguments using two methods.
(i) Non keyword variable arguments
(ii) Keyword variable arguments
7.
def function_name(*args):
function_body
return_statement
8.
Arguments are used to call a function and there are primarily 4 types of functions. They are: Required arguments, Keyword arguments, Default arguments and Variable-length arguments.
9.
def display (a, b):
return a * * b
print (area (2, 5)
Output: 32
10.
Syntax:
def function_name (parameter(s) separated by comma):
11.
Parameters are the variables used in the function definition whereas arguments are the values we pass to the function parameters.
12.
Example:
def hello():
print ("hello - Python")
return
print (hello())
Output:
hello - Python
None
13.
A block within a block is called nested block. When the first block statement is indented by a single table space, the second block of statement is indented-by double tab spaces.
14.
A block is one or more lines of code, grouped together so that they are treated as one big sequence of statements while execution.
15.
In Python, statements in a block are written with indentation.
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards