SlideShare a Scribd company logo
1 of 17
Answer
Speed*Distance
    Answer
Speed*Distance
A+B=C
 Answer
A+B=C
Weight = 3024 g
     Answer
Weight = 3024 g
Time = T + D
   Answer
Time = T + D
S*D = (5*5.2)
    Answer
S*D = (5*5.2)
Value Parameters can be
used to supply information
to a procedure, but not out
          from it.
Procedure Vehicle (var Time, Distance:
real);
Var speed:real;
Begin
       speed := Time*Distance;
       writeln(‘The speed is:’, Speed:6:2);
End;
The Variable Parameters
   can be used to bring
    information into the
  procedure and/or pass
information from out of the
         procedure.
Procedure Vehicle2 (Time, Distance:
real);
Var speed:real;
Begin
       speed := Time*Distance;
       writeln(‘The speed is:’, Speed:6:2);
End;

Begin
Clrscr;
Vehicle2(5,5.5);
Readln;
End.
Program Subprograms;                               Begin
Uses crt;                                          Clrscr;
Var T, D : real;                                   T:=5;
Procedure Vehicle (var Time, Distance:             D:=5.5;
real);                                             Vehicle (T,D);
Var Speed: real;                                   Vehicle2 (5,5.5);
Begin                                              Vehicle2 (T+5,5.5*2);
          Speed := Time*Distance;                  Vehicle2(T,D);
          writeln (‘the speed is:’ , speed:6:2);   Readln;
End;                                               End.
Procedure Vehicle2 (Time, Distance: real);
Var Speed: real;
Begin
          Speed := Time*Distance;
          writeln (‘the speed is:’ , speed:6:2);
End;

More Related Content

What's hot

Critical path method example by myassignmenthelp
Critical path method example by myassignmenthelpCritical path method example by myassignmenthelp
Critical path method example by myassignmenthelpwww.myassignmenthelp.net
 
Determininstic rounding of linear programs
Determininstic rounding of linear programsDetermininstic rounding of linear programs
Determininstic rounding of linear programsshibbirtanvin
 
2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...
2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...
2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...kaliaragorn
 
Wireless Localization: Ranging (first part)
Wireless Localization: Ranging (first part)Wireless Localization: Ranging (first part)
Wireless Localization: Ranging (first part)Stefano Severi
 
PLUG VALVE - ASSEMBLEY-Layout1
PLUG VALVE - ASSEMBLEY-Layout1PLUG VALVE - ASSEMBLEY-Layout1
PLUG VALVE - ASSEMBLEY-Layout1Kristopher Thorpe
 
Course Note_Satellite Image Analysis and Applications_Week14
Course Note_Satellite Image Analysis and Applications_Week14Course Note_Satellite Image Analysis and Applications_Week14
Course Note_Satellite Image Analysis and Applications_Week14Lorie Lin
 
Session 4 critical path method upload
Session 4   critical path method uploadSession 4   critical path method upload
Session 4 critical path method uploadArun
 
Automating AWS Infrastructure Provisioning Using Concourse and Terraform
Automating AWS Infrastructure Provisioning Using Concourse and TerraformAutomating AWS Infrastructure Provisioning Using Concourse and Terraform
Automating AWS Infrastructure Provisioning Using Concourse and TerraformCesar Rodriguez
 
3 delta star transformation
3  delta star transformation3  delta star transformation
3 delta star transformationMohamed Sayed
 
Update on Benchmark 7
Update on Benchmark 7Update on Benchmark 7
Update on Benchmark 7PFHub PFHub
 
Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]Mumbai B.Sc.IT Study
 

What's hot (20)

IMAGING ALGORITHM DEVELOPMENT
IMAGING ALGORITHM DEVELOPMENTIMAGING ALGORITHM DEVELOPMENT
IMAGING ALGORITHM DEVELOPMENT
 
Critical path method example by myassignmenthelp
Critical path method example by myassignmenthelpCritical path method example by myassignmenthelp
Critical path method example by myassignmenthelp
 
A* - Astar - A-Star
A* - Astar - A-StarA* - Astar - A-Star
A* - Astar - A-Star
 
Determininstic rounding of linear programs
Determininstic rounding of linear programsDetermininstic rounding of linear programs
Determininstic rounding of linear programs
 
2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...
2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...
2015 01 09 - Rende - Unical - Martin Gebser: Clingo = Answer Set Programming ...
 
Graph partition 2
Graph partition 2Graph partition 2
Graph partition 2
 
Wireless Localization: Ranging (first part)
Wireless Localization: Ranging (first part)Wireless Localization: Ranging (first part)
Wireless Localization: Ranging (first part)
 
PLUG VALVE - ASSEMBLEY-Layout1
PLUG VALVE - ASSEMBLEY-Layout1PLUG VALVE - ASSEMBLEY-Layout1
PLUG VALVE - ASSEMBLEY-Layout1
 
Course Note_Satellite Image Analysis and Applications_Week14
Course Note_Satellite Image Analysis and Applications_Week14Course Note_Satellite Image Analysis and Applications_Week14
Course Note_Satellite Image Analysis and Applications_Week14
 
Session 4 critical path method upload
Session 4   critical path method uploadSession 4   critical path method upload
Session 4 critical path method upload
 
Automating AWS Infrastructure Provisioning Using Concourse and Terraform
Automating AWS Infrastructure Provisioning Using Concourse and TerraformAutomating AWS Infrastructure Provisioning Using Concourse and Terraform
Automating AWS Infrastructure Provisioning Using Concourse and Terraform
 
Wimax
WimaxWimax
Wimax
 
3 delta star transformation
3  delta star transformation3  delta star transformation
3 delta star transformation
 
Graph Partition 3
Graph Partition 3Graph Partition 3
Graph Partition 3
 
Update on Benchmark 7
Update on Benchmark 7Update on Benchmark 7
Update on Benchmark 7
 
Ah4201223230
Ah4201223230Ah4201223230
Ah4201223230
 
Quick sort algorithm using slide presentation , Learn selection sort example ...
Quick sort algorithm using slide presentation , Learn selection sort example ...Quick sort algorithm using slide presentation , Learn selection sort example ...
Quick sort algorithm using slide presentation , Learn selection sort example ...
 
Pda
PdaPda
Pda
 
First Technical Paper
First Technical PaperFirst Technical Paper
First Technical Paper
 
Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
Internet Technologies (October – 2016) [Question Paper | CBSGS: 75:25 Pattern]
 

Viewers also liked

SURFnet Dante
SURFnet DanteSURFnet Dante
SURFnet DanteSURFnet
 
Natur y gwaith dros dro Sion
Natur y gwaith dros dro SionNatur y gwaith dros dro Sion
Natur y gwaith dros dro SionMrs Serena Davies
 
It Gets Better Project
It Gets Better ProjectIt Gets Better Project
It Gets Better Projectlackeyjosh
 
Where to start with social media presentation
Where to start with social media presentationWhere to start with social media presentation
Where to start with social media presentationSommer Poquette
 
Selected Organic Reactions Database (SORD)
Selected Organic Reactions Database (SORD)Selected Organic Reactions Database (SORD)
Selected Organic Reactions Database (SORD)DickWife
 
UNC Sakai Pilot: Collaborators Data
UNC Sakai Pilot: Collaborators DataUNC Sakai Pilot: Collaborators Data
UNC Sakai Pilot: Collaborators DataKimberly Eke
 
Dinh vi dan duong
Dinh vi dan duongDinh vi dan duong
Dinh vi dan duongTan Do Van
 
Vivienda y Servicios Públicos
Vivienda y Servicios Públicos Vivienda y Servicios Públicos
Vivienda y Servicios Públicos Andesco
 
Trabajo con elásticos
Trabajo con elásticosTrabajo con elásticos
Trabajo con elásticosIES El Médano
 
Presentation e. constantinides in ut seminar hey tweet face the hyve
Presentation e. constantinides in ut seminar hey tweet face the hyvePresentation e. constantinides in ut seminar hey tweet face the hyve
Presentation e. constantinides in ut seminar hey tweet face the hyveEfthymios Constantinides
 
Nodejs_chapter9
Nodejs_chapter9Nodejs_chapter9
Nodejs_chapter9SH Park
 
Bán nhà tập thể đường sắt quận Ba Đình
Bán nhà tập thể đường sắt quận Ba ĐìnhBán nhà tập thể đường sắt quận Ba Đình
Bán nhà tập thể đường sắt quận Ba ĐìnhTrần Ngọc Tuyền
 
Đảo Đại Phước
Đảo Đại PhướcĐảo Đại Phước
Đảo Đại Phướctriq2
 
Poemas De Paz Connecticut
Poemas De Paz ConnecticutPoemas De Paz Connecticut
Poemas De Paz Connecticutmefilos
 
Bachiller tabla puntuacion tests
Bachiller    tabla puntuacion testsBachiller    tabla puntuacion tests
Bachiller tabla puntuacion testsIES El Médano
 

Viewers also liked (20)

SURFnet Dante
SURFnet DanteSURFnet Dante
SURFnet Dante
 
Natur y gwaith dros dro Sion
Natur y gwaith dros dro SionNatur y gwaith dros dro Sion
Natur y gwaith dros dro Sion
 
It Gets Better Project
It Gets Better ProjectIt Gets Better Project
It Gets Better Project
 
Where to start with social media presentation
Where to start with social media presentationWhere to start with social media presentation
Where to start with social media presentation
 
Selected Organic Reactions Database (SORD)
Selected Organic Reactions Database (SORD)Selected Organic Reactions Database (SORD)
Selected Organic Reactions Database (SORD)
 
UNC Sakai Pilot: Collaborators Data
UNC Sakai Pilot: Collaborators DataUNC Sakai Pilot: Collaborators Data
UNC Sakai Pilot: Collaborators Data
 
ILDM KERALA- NLRMP Revenue notes.-Ethics
ILDM KERALA- NLRMP Revenue notes.-EthicsILDM KERALA- NLRMP Revenue notes.-Ethics
ILDM KERALA- NLRMP Revenue notes.-Ethics
 
Unity - Luca Caldarella
Unity - Luca CaldarellaUnity - Luca Caldarella
Unity - Luca Caldarella
 
Dinh vi dan duong
Dinh vi dan duongDinh vi dan duong
Dinh vi dan duong
 
Vivienda y Servicios Públicos
Vivienda y Servicios Públicos Vivienda y Servicios Públicos
Vivienda y Servicios Públicos
 
Trabajo con elásticos
Trabajo con elásticosTrabajo con elásticos
Trabajo con elásticos
 
Contents & double page spread
Contents & double page spreadContents & double page spread
Contents & double page spread
 
Presentation e. constantinides in ut seminar hey tweet face the hyve
Presentation e. constantinides in ut seminar hey tweet face the hyvePresentation e. constantinides in ut seminar hey tweet face the hyve
Presentation e. constantinides in ut seminar hey tweet face the hyve
 
Nodejs_chapter9
Nodejs_chapter9Nodejs_chapter9
Nodejs_chapter9
 
Bán nhà tập thể đường sắt quận Ba Đình
Bán nhà tập thể đường sắt quận Ba ĐìnhBán nhà tập thể đường sắt quận Ba Đình
Bán nhà tập thể đường sắt quận Ba Đình
 
Đảo Đại Phước
Đảo Đại PhướcĐảo Đại Phước
Đảo Đại Phước
 
Poemas De Paz Connecticut
Poemas De Paz ConnecticutPoemas De Paz Connecticut
Poemas De Paz Connecticut
 
Bachiller tabla puntuacion tests
Bachiller    tabla puntuacion testsBachiller    tabla puntuacion tests
Bachiller tabla puntuacion tests
 
Moll
MollMoll
Moll
 
Co-evalúa cfb
 Co-evalúa cfb   Co-evalúa cfb
Co-evalúa cfb
 

Recently uploaded

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 

Recently uploaded (20)

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 

Valueandvariables