際際滷

際際滷Share a Scribd company logo
XII- COMPUTER SCIENCE
CHAPTER 1
FUNCTION
INTRODUCTION
 The most important criteria in writing and
evaluating the algorithm is the time it takes to
complete a task.
 To have a meaningful comparison of algorithms,
the duration of computation time must be
independent of the programming language,
compiler, and computer used.
 If a bulk of statements to be repeated for many
numbers of times then subroutines are used to
finish the task.
SUBROUTINES
 Subroutines are the basic building blocks of
computer programs.
 Subroutines are small sections of code that
are used to perform a particular task that can
be used repeatedly.
 In Programming languages these subroutines
are called as Functions.
Function
 A function is a unit of code that is often
defined within a greater code structure.
 A function contains a set of code that works
on many kinds of inputs, like variants,
expressions and produces a concrete output.
Function Specification
 Let us consider the example a:= (24).
a:= (24) has an expression in it but (24) is not
itself an expression.
 Definitions bind values to names, in this case
the value 24 being bound to the name a.
 Definitions are not expressions, at the same
time expressions are also not treated as
definitions.
 Definitions are distinct syntactic blocks.
Parameters (and arguments)
 Parameters are the variables in a function
definition and arguments are the values which
are passed to a function definition.
 1. Parameter without Type
 2. Parameter with Type
Parameter without Type
Parameter
Postcondition
Precondition
No Data type
Parameter with Type
With Data type
Keyword
Recursive Function name
Syntax for function definitions
let rec fn a1 a2 ... an := k
fn function name.
The names a1 to an are variables indicating the
identifiers used as parameters.
The keyword rec is required if fn is to be a
recursive function;
A function definition which call itself is called recursive
function.
Example to check whether the
entered number is even or odd
All functions are static
definitions. There is no
dynamic function
definitions.
Interface Vs Implementation
 An interface is a set of action that an object
can do.
 For example when you press a light switch, the
light goes on, you may not have cared how it
splashed the light.
 an Interface is a description of all functions
that a class
Key points
 A class declaration combines the external
interface (its local state) with an
implementation of that interface (the
code that carries out the behaviour).
 An object is an instance created from the
class.
 The interface defines an objects visibility
to the outside world.
Interface Vs Implementation
Characteristics of interface
 The class template specifies the
interfaces to enable an object to be
created and operated properly.
 An object's attributes and behaviour is
controlled by sending functions to the
object.
Example
Pure functions
 Pure functions are functions which will give
exact result when the same arguments are
passed.
 For example the mathematical function sin (0)
always results 0.
Pure functions
 strlen (s) is called each time and strlen needs
to iterate over the whole of s.
 Evaluation of pure functions does not cause
any side effects to its output
Impure functions
 The variables used inside the function may
cause side effects though the functions which
are not passed with any arguments. In such
cases the function is called impure function.
 For example the mathematical function
random() will give different outputs for the
same function call.
XII  Computer Science- Chapter 1-Function
Chameleons of Chromeland problem
using function
 monochromatize (a, b, c)
6
XII  Computer Science- Chapter 1-Function
XII  Computer Science- Chapter 1-Function
XII  Computer Science- Chapter 1-Function

More Related Content

What's hot (20)

Data types
Data typesData types
Data types
myrajendra
Arrays in c
Arrays in cArrays in c
Arrays in c
CHANDAN KUMAR
Type casting in java
Type casting in javaType casting in java
Type casting in java
Farooq Baloch
Object-oriented concepts
Object-oriented conceptsObject-oriented concepts
Object-oriented concepts
BG Java EE Course
Basic concept of OOP's
Basic concept of OOP'sBasic concept of OOP's
Basic concept of OOP's
Prof. Dr. K. Adisesha
9. Input Output in java
9. Input Output in java9. Input Output in java
9. Input Output in java
Nilesh Dalvi
Strings in Python
Strings in PythonStrings in Python
Strings in Python
nitamhaske
Java Data Types
Java Data TypesJava Data Types
Java Data Types
Spotle.ai
Function overloading ppt
Function overloading pptFunction overloading ppt
Function overloading ppt
Prof. Dr. K. Adisesha
Functions in python slide share
Functions in python slide shareFunctions in python slide share
Functions in python slide share
Devashish Kumar
Wrapper class
Wrapper classWrapper class
Wrapper class
kamal kotecha
Python programming : Classes objects
Python programming : Classes objectsPython programming : Classes objects
Python programming : Classes objects
Emertxe Information Technologies Pvt Ltd
Strings in Java
Strings in JavaStrings in Java
Strings in Java
Abhilash Nair
Operators in java presentation
Operators in java presentationOperators in java presentation
Operators in java presentation
kunal kishore
Introduction to oop
Introduction to oopIntroduction to oop
Introduction to oop
colleges
Json
JsonJson
Json
krishnapriya Tadepalli
Java literals
Java literalsJava literals
Java literals
myrajendra
Constructor and Types of Constructors
Constructor and Types of ConstructorsConstructor and Types of Constructors
Constructor and Types of Constructors
Dhrumil Panchal
Constructors in C++
Constructors in C++Constructors in C++
Constructors in C++
RubaNagarajan
Datatypes in python
Datatypes in pythonDatatypes in python
Datatypes in python
eShikshak

Similar to XII Computer Science- Chapter 1-Function (20)

Chapter One Function.pptx
Chapter One Function.pptxChapter One Function.pptx
Chapter One Function.pptx
miki304759
Python Functions
Python FunctionsPython Functions
Python Functions
Sampad Kar
Funtions of c programming. the functions of c helps to clarify all the tops
Funtions of c programming. the functions of c helps to clarify all the topsFuntions of c programming. the functions of c helps to clarify all the tops
Funtions of c programming. the functions of c helps to clarify all the tops
sameermhr345
Functions and structure in programming c
Functions and structure in programming cFunctions and structure in programming c
Functions and structure in programming c
dalalbhargavi19
Functions_new.pptx
Functions_new.pptxFunctions_new.pptx
Functions_new.pptx
Yagna15
Function in C Programming
Function in C ProgrammingFunction in C Programming
Function in C Programming
Anil Pokhrel
358 33 powerpoint-slides_2-functions_chapter-2
358 33 powerpoint-slides_2-functions_chapter-2358 33 powerpoint-slides_2-functions_chapter-2
358 33 powerpoint-slides_2-functions_chapter-2
sumitbardhan
Learn more about the concepts Functions of Python
Learn more about the concepts Functions of PythonLearn more about the concepts Functions of Python
Learn more about the concepts Functions of Python
PrathamKandari
C++ question and answers
C++ question and answersC++ question and answers
C++ question and answers
AdenKheire
SENG 208 Week -5 Python Functions Presentation
SENG 208 Week -5 Python Functions PresentationSENG 208 Week -5 Python Functions Presentation
SENG 208 Week -5 Python Functions Presentation
AlpaslanERDA
Basics of cpp
Basics of cppBasics of cpp
Basics of cpp
vinay chauhan
arrays.ppt
arrays.pptarrays.ppt
arrays.ppt
Bharath904863
Technical trainning.pptx
Technical trainning.pptxTechnical trainning.pptx
Technical trainning.pptx
SanuSan3
Python functions
Python functionsPython functions
Python functions
Prof. Dr. K. Adisesha
All chapters C++ - Copy.pdfyttttttttttttttttttttttttttttt
All chapters C++ - Copy.pdfytttttttttttttttttttttttttttttAll chapters C++ - Copy.pdfyttttttttttttttttttttttttttttt
All chapters C++ - Copy.pdfyttttttttttttttttttttttttttttt
jacobdiriba
Chapter Introduction to Modular Programming.ppt
Chapter Introduction to Modular Programming.pptChapter Introduction to Modular Programming.ppt
Chapter Introduction to Modular Programming.ppt
AmanuelZewdie4
chapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).ppt
chapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).pptchapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).ppt
chapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).ppt
harinipradeep15
VIT351 Software Development VI Unit1
VIT351 Software Development VI Unit1VIT351 Software Development VI Unit1
VIT351 Software Development VI Unit1
YOGESH SINGH
Functions and modular programming.pptx
Functions and modular programming.pptxFunctions and modular programming.pptx
Functions and modular programming.pptx
zueZ3
Functions
FunctionsFunctions
Functions
Lakshmi Sarvani Videla
Chapter One Function.pptx
Chapter One Function.pptxChapter One Function.pptx
Chapter One Function.pptx
miki304759
Python Functions
Python FunctionsPython Functions
Python Functions
Sampad Kar
Funtions of c programming. the functions of c helps to clarify all the tops
Funtions of c programming. the functions of c helps to clarify all the topsFuntions of c programming. the functions of c helps to clarify all the tops
Funtions of c programming. the functions of c helps to clarify all the tops
sameermhr345
Functions and structure in programming c
Functions and structure in programming cFunctions and structure in programming c
Functions and structure in programming c
dalalbhargavi19
Functions_new.pptx
Functions_new.pptxFunctions_new.pptx
Functions_new.pptx
Yagna15
Function in C Programming
Function in C ProgrammingFunction in C Programming
Function in C Programming
Anil Pokhrel
358 33 powerpoint-slides_2-functions_chapter-2
358 33 powerpoint-slides_2-functions_chapter-2358 33 powerpoint-slides_2-functions_chapter-2
358 33 powerpoint-slides_2-functions_chapter-2
sumitbardhan
Learn more about the concepts Functions of Python
Learn more about the concepts Functions of PythonLearn more about the concepts Functions of Python
Learn more about the concepts Functions of Python
PrathamKandari
C++ question and answers
C++ question and answersC++ question and answers
C++ question and answers
AdenKheire
SENG 208 Week -5 Python Functions Presentation
SENG 208 Week -5 Python Functions PresentationSENG 208 Week -5 Python Functions Presentation
SENG 208 Week -5 Python Functions Presentation
AlpaslanERDA
Technical trainning.pptx
Technical trainning.pptxTechnical trainning.pptx
Technical trainning.pptx
SanuSan3
All chapters C++ - Copy.pdfyttttttttttttttttttttttttttttt
All chapters C++ - Copy.pdfytttttttttttttttttttttttttttttAll chapters C++ - Copy.pdfyttttttttttttttttttttttttttttt
All chapters C++ - Copy.pdfyttttttttttttttttttttttttttttt
jacobdiriba
Chapter Introduction to Modular Programming.ppt
Chapter Introduction to Modular Programming.pptChapter Introduction to Modular Programming.ppt
Chapter Introduction to Modular Programming.ppt
AmanuelZewdie4
chapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).ppt
chapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).pptchapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).ppt
chapterintroductiontomodularprogramming-230112092330-e3eb5a74 (1).ppt
harinipradeep15
VIT351 Software Development VI Unit1
VIT351 Software Development VI Unit1VIT351 Software Development VI Unit1
VIT351 Software Development VI Unit1
YOGESH SINGH
Functions and modular programming.pptx
Functions and modular programming.pptxFunctions and modular programming.pptx
Functions and modular programming.pptx
zueZ3

Recently uploaded (20)

Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdfBerry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
KanishaBerry
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITWTollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Quiz Club NITW
MIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan KayaMIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan Kaya
MIPLM
Unit1 Inroduction to Internal Combustion Engines
Unit1  Inroduction to Internal Combustion EnginesUnit1  Inroduction to Internal Combustion Engines
Unit1 Inroduction to Internal Combustion Engines
NileshKumbhar21
Antifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri DabhadeAntifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
2025 Women Leaders Program - Award Winning
2025 Women Leaders Program  - Award Winning2025 Women Leaders Program  - Award Winning
2025 Women Leaders Program - Award Winning
Sonia McDonald
Studying and Notetaking: Some Suggestions
Studying and Notetaking: Some SuggestionsStudying and Notetaking: Some Suggestions
Studying and Notetaking: Some Suggestions
Damian T. Gordon
How to Grant Discounts in Sale Order Lines in Odoo 18 Sales
How to Grant Discounts in Sale Order Lines in Odoo 18 SalesHow to Grant Discounts in Sale Order Lines in Odoo 18 Sales
How to Grant Discounts in Sale Order Lines in Odoo 18 Sales
Celine George
Pain, Types, Natureof Pain, Management, .pptx
Pain, Types, Natureof Pain, Management, .pptxPain, Types, Natureof Pain, Management, .pptx
Pain, Types, Natureof Pain, Management, .pptx
Abhijeet Mahale
URLS and routing in odoo 18 - Odoo 際際滷s
URLS and routing in odoo 18 - Odoo 際際滷sURLS and routing in odoo 18 - Odoo 際際滷s
URLS and routing in odoo 18 - Odoo 際際滷s
Celine George
Key Frameworks in Systematic Reviews - Dr Reginald Quansah
Key Frameworks in Systematic Reviews - Dr Reginald QuansahKey Frameworks in Systematic Reviews - Dr Reginald Quansah
Key Frameworks in Systematic Reviews - Dr Reginald Quansah
Systematic Reviews Network (SRN)
PUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷sPUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷s
JonathanHallett4
Introduction to Systematic Reviews - Prof Ejaz Khan
Introduction to Systematic Reviews - Prof Ejaz KhanIntroduction to Systematic Reviews - Prof Ejaz Khan
Introduction to Systematic Reviews - Prof Ejaz Khan
Systematic Reviews Network (SRN)
DUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptxDUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptx
Sid Roy
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
COMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASES
COMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASESCOMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASES
COMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASES
SonaliGupta630281
MIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel HolznerMIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel Holzner
MIPLM
ANTIVIRAL agent by Mrs. Manjushri Dabhade
ANTIVIRAL agent by Mrs. Manjushri DabhadeANTIVIRAL agent by Mrs. Manjushri Dabhade
ANTIVIRAL agent by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
heathfieldcps1
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdfBerry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
KanishaBerry
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITWTollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Quiz Club NITW
MIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan KayaMIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan Kaya
MIPLM
Unit1 Inroduction to Internal Combustion Engines
Unit1  Inroduction to Internal Combustion EnginesUnit1  Inroduction to Internal Combustion Engines
Unit1 Inroduction to Internal Combustion Engines
NileshKumbhar21
Antifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri DabhadeAntifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
2025 Women Leaders Program - Award Winning
2025 Women Leaders Program  - Award Winning2025 Women Leaders Program  - Award Winning
2025 Women Leaders Program - Award Winning
Sonia McDonald
Studying and Notetaking: Some Suggestions
Studying and Notetaking: Some SuggestionsStudying and Notetaking: Some Suggestions
Studying and Notetaking: Some Suggestions
Damian T. Gordon
How to Grant Discounts in Sale Order Lines in Odoo 18 Sales
How to Grant Discounts in Sale Order Lines in Odoo 18 SalesHow to Grant Discounts in Sale Order Lines in Odoo 18 Sales
How to Grant Discounts in Sale Order Lines in Odoo 18 Sales
Celine George
Pain, Types, Natureof Pain, Management, .pptx
Pain, Types, Natureof Pain, Management, .pptxPain, Types, Natureof Pain, Management, .pptx
Pain, Types, Natureof Pain, Management, .pptx
Abhijeet Mahale
URLS and routing in odoo 18 - Odoo 際際滷s
URLS and routing in odoo 18 - Odoo 際際滷sURLS and routing in odoo 18 - Odoo 際際滷s
URLS and routing in odoo 18 - Odoo 際際滷s
Celine George
Key Frameworks in Systematic Reviews - Dr Reginald Quansah
Key Frameworks in Systematic Reviews - Dr Reginald QuansahKey Frameworks in Systematic Reviews - Dr Reginald Quansah
Key Frameworks in Systematic Reviews - Dr Reginald Quansah
Systematic Reviews Network (SRN)
PUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷sPUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷s
JonathanHallett4
DUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptxDUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptx
Sid Roy
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
COMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASES
COMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASESCOMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASES
COMMON HEALTH PROBLEMS INCLUDING COMMUNICABLES AND NON COMMUNICABLE DISEASES
SonaliGupta630281
MIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel HolznerMIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel Holzner
MIPLM
ANTIVIRAL agent by Mrs. Manjushri Dabhade
ANTIVIRAL agent by Mrs. Manjushri DabhadeANTIVIRAL agent by Mrs. Manjushri Dabhade
ANTIVIRAL agent by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
heathfieldcps1

XII Computer Science- Chapter 1-Function

  • 2. INTRODUCTION The most important criteria in writing and evaluating the algorithm is the time it takes to complete a task. To have a meaningful comparison of algorithms, the duration of computation time must be independent of the programming language, compiler, and computer used. If a bulk of statements to be repeated for many numbers of times then subroutines are used to finish the task.
  • 3. SUBROUTINES Subroutines are the basic building blocks of computer programs. Subroutines are small sections of code that are used to perform a particular task that can be used repeatedly. In Programming languages these subroutines are called as Functions.
  • 4. Function A function is a unit of code that is often defined within a greater code structure. A function contains a set of code that works on many kinds of inputs, like variants, expressions and produces a concrete output.
  • 5. Function Specification Let us consider the example a:= (24). a:= (24) has an expression in it but (24) is not itself an expression. Definitions bind values to names, in this case the value 24 being bound to the name a. Definitions are not expressions, at the same time expressions are also not treated as definitions. Definitions are distinct syntactic blocks.
  • 6. Parameters (and arguments) Parameters are the variables in a function definition and arguments are the values which are passed to a function definition. 1. Parameter without Type 2. Parameter with Type
  • 8. Parameter with Type With Data type Keyword Recursive Function name
  • 9. Syntax for function definitions let rec fn a1 a2 ... an := k fn function name. The names a1 to an are variables indicating the identifiers used as parameters. The keyword rec is required if fn is to be a recursive function; A function definition which call itself is called recursive function.
  • 10. Example to check whether the entered number is even or odd All functions are static definitions. There is no dynamic function definitions.
  • 11. Interface Vs Implementation An interface is a set of action that an object can do. For example when you press a light switch, the light goes on, you may not have cared how it splashed the light. an Interface is a description of all functions that a class
  • 12. Key points A class declaration combines the external interface (its local state) with an implementation of that interface (the code that carries out the behaviour). An object is an instance created from the class. The interface defines an objects visibility to the outside world.
  • 14. Characteristics of interface The class template specifies the interfaces to enable an object to be created and operated properly. An object's attributes and behaviour is controlled by sending functions to the object.
  • 16. Pure functions Pure functions are functions which will give exact result when the same arguments are passed. For example the mathematical function sin (0) always results 0.
  • 17. Pure functions strlen (s) is called each time and strlen needs to iterate over the whole of s. Evaluation of pure functions does not cause any side effects to its output
  • 18. Impure functions The variables used inside the function may cause side effects though the functions which are not passed with any arguments. In such cases the function is called impure function. For example the mathematical function random() will give different outputs for the same function call.
  • 20. Chameleons of Chromeland problem using function monochromatize (a, b, c) 6