Advertisements
Chapters
2: Data Abstraction
3: Scoping
4: Algorithmic Strategies
5: Python - Variables and Operators
6: Control Structures
▶ 7: Python functions
8: Strings and String manipulation
9: Lists, Tuples, Sets and Dictionary
10: Python Classes and objects
11: Database Concepts
12: Structured Query Language (SQL)
13: Python and CSV files
14: Importing C++ programs in Python
15: Data manipulation through SQL
16: Data visualization using pyplot: line chart, pie chart and bar chart
![Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 7 - Python functions Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 7 - Python functions - Shaalaa.com](/images/computer-science-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Advertisements
Solutions for Chapter 7: Python functions
Below listed, you can find solutions for Chapter 7 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Science [English] Class 12 TN Board.
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board 7 Python functions Evaluation [Pages 111 - 113]
Part I - Choose the best answer (1 Mark)
A named block of code that is designed to do one specific job is called ______
Loop
Branching
Function
Block
A Function which calls itself is called as ______
Built-in
Recursion
Lambda
return
Which function is called anonymous un-named function?
Lambda
Recursion
Function
define
Which of the following keyword is used to begin the function block?
define
for
finally
def
Which of the following keyword is used to exit a function block?
define
return
finally
def
While defining a function which of the following symbol is used.
; (semicolon)
. (dot)
: (colon)
$ (dollar)
In which arguments the correct positional order is passed to a function?
Required
Keyword
Default
Variable-length
Read the following statement and choose the correct statement.
In Python, you don’t have to mention the specific data types while defining the function.
I is correct and II is wrong.
Both are correct.
I am wrong and II is correct.
Both are wrong.
Read the following statement and choose the correct statement.
Python keywords can be used as the function names.
I is correct and II is wrong.
Both are correct.
I is wrong and II is correct.
Both are wrong.
Pick the correct one to execute the given statement successfully.
if ______ : print(x, " is a leap year")
x%2=0
x%4==0
x/4=0
x%4=0
Which of the following keyword is used to define the function testpython(): ?
define
pass
def
while
Part II - Answer the following questions (2 Marks)
What is a function?
Write the different types of functions.
What are the main advantages of function?
What is meant by the scope of a variable? Mention its types.
Define global scope.
What is the base condition in recursive function?
How to set the limit for recursive function? Give an example.
Part III - Answer the following questions (3 Marks)
Write the rules of a local variable.
Write the basic rules for a global keyword in python.
What happens when we modify the global variable inside the function?
Differentiate ceil() and floor() function?
Write a Python code to check whether a given year is a leap year or not.
What is the composition in functions?
How recursive function works?
What are the points to be noted while defining a function?
Part IV - Answer the following questions (5 Marks)
Explain the different types of functions with an example.
Explain the scope of variables with an example.
Explain the following built-in function.
id()
Explain the following built-in function.
chr()
Explain the following built-in function.
round()
Explain the following built-in function.
type()
Explain the following built-in function.
pow()
Write a Python code to find the L.C.M. of two numbers.
Explain recursive function with an example.
Solutions for 7: Python functions
![Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 7 - Python functions Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 7 - Python functions - Shaalaa.com](/images/computer-science-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 7 - Python functions
Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Samacheer Kalvi solutions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education 7 (Python functions) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.
Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Samacheer Kalvi textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.
Concepts covered in Computer Science [English] Class 12 TN Board chapter 7 Python functions are Anonymous Functions, The Return Statement, Variable Scope, Functions Using Libraries, Python Recursive Functions, Introduction to Python Functions, Defining Functions, Invoking/Calling a Function, Passing Parameters in Functions, Function Arguments.
Using Samacheer Kalvi Computer Science [English] Class 12 TN Board solutions Python functions exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Samacheer Kalvi Solutions are essential questions that can be asked in the final exam. Maximum Tamil Nadu Board of Secondary Education Computer Science [English] Class 12 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.
Get the free view of Chapter 7, Python functions Computer Science [English] Class 12 TN Board additional questions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.