HTML 57 To Onword
HTML 57 To Onword
Institute I.T.I.
Name of the Instructor DUMNE S S
Trade COPA
Objective
Skills 57
Proposed date
Date of Demonstration
Preparation
1) Material
2) Tools & Equipments Windows xp latest version pc
3) Other requirement
Review
Link .
Motivation Must be able to write the program using
Presentation Explanation of the <html><head> </head>
<title></title><body></body></html>
Application: Relevant rules should be applied while doing the practical of functions
Institute I.T.I.
Name of the Instructor DUMNE S S
Trade COPA
Objective Define variables of various data types. Specify conversion
specifier to format i/o.
Skills 86
Proposed date
Date of Demonstration
Preparation
1) Material
2) Tools & Equipments Windows xp latest version pc
3) Other requirement
Review
Link .
Motivation Must be able to write the program using variables of various
data types. Specify conversion specifiar to format I/o.
Presentation Explanation of the variables of various data types. Specify
conversion specifier to format I/o on black board.
Application: Relevant rules should be applied while doing the practical of Operators.
Summary Be able to write the program using variables of various data types. Specify
conversion specifier to format I/o.
Demonstration Plan
Institute I.T.I.
Name of the Instructor DUMNE S S
Trade COPA
Objective Make use of if-else statement for decision making and
selecting one alternative from given two alternatives.
Skills 87
Proposed date
Date of Demonstration
Preparation
1) Material
2) Tools & Equipments Windows xp latest version pc
3) Other requirement
Review
Link .
Motivation Must be able to write the program using of if/else statement
for decision making and selecting one alternative from
given two alternatives.
Presentation Explanation of the use of if/else statement for decision
making and selecting one alternative from given two
alternatives on black board.
Summary use of if/else statement for decision making and selecting one
alternative from given two alternatives.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Make use of do-while loop to perform steps predetermined
times & at certain increment.
Skills 88
Proposed date
Date of Demonstration
Preparation
1) Material
2) Tools & Equipments Windows xp latest version pc
3) Other requirement
Review
Link .
Motivation Must be able to write the program using do while loop.
Presentation Explanation of the do while loop on black board.
Application: Relevant rules should be applied while doing the practical of for loop.
Summary The do while loop is entry control loop & is probably the most popular
looping control statement. It is used to repeat set of instructions
repeatedly until the condition becomes false.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Make use of for- loop to perform steps predetermined
times & at certain increment.
Skills 89
Proposed date
Date of Demonstration
Preparation
1) Material
2) Tools & Equipments Windows xp latest version pc
3) Other requirement
Review
Link .
Motivation Must be able to write the program using do – while
loop.
Presentation Explanation of the do while loop on black board.
Application: Relevant rules should be applied while doing the practical of for loop.
Summary The for loop is another entry control loop & is probably the most
popular looping control statement. It is used to tocutset of instructions
repeatedly until the condition becomes false.
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Use of break & continue statement to jump out of
loop or jump back to loop.
Skills 90. writing the program to use break & continue
statement.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools & Equipments
3) Other requirement
Review Use of for loop
Link Application of the relevant rules.
Motivation Must be able to write the program using for loop .
Presentation Explanation of the break & continue statement on
the blackboard and confirm that all the trainees
have understood the same.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing the program using switch statement for
selecting one alternative from no. of alternatives.
Skills 91. Proper writing a program of switch statement.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools & Equipments
3) Other requirement
Review Writing a program using break & continue statement.
Link Application of the relevant rules.
Motivation Must be able to write the program as accurately as
possible.
Presentation Explanation of the switch statement s on the
blackboard and confirm that all the trainees have
understood the same.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing the program to define the one dimensional
array.
Skills 92. Proper writing the program using one
dimensional array.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools &
Equipments
3) Other requirement
Review Writing a program using switch statement.
Link Application of the relevant rules.
Motivation Must be able to write the program as accurately as
possible.
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing the program to define two dimensional array.
Skills 93. Proper writing the pogram using two dimensional
array.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools & Equipments
3) Other requirement
Review Writing a program using two dimensional array.
Link Application of the relevant rules.
Motivation Must be able to write the program as accurately as
possible.
Presentation Explanation of the two dimensional array on the
blackboard and confirm that all the trainees have
understood the same.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing the program to define “char” data type & char
array to accept strings from keyboard Display &
process strings . Use various string functions to
manipulate strings.
Skills 94. Proper writing the program using “char” data
type & char array to accept strings from keyboard
Display & process strings . Use various string
functions to manipulate strings.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools &
Equipments
3) Other requirement
Review Writing a program using “char” data type & char array
to accept strings from keyboard Display & process
strings . Use various string functions to manipulate
strings.
Link Application of the relevant rules.
Motivation Must be able to write the program as accurately as
possible.
Presentation Explanation of the“char” data type & char array to
accept strings from keyboard Display & process
strings . Use various string functions to manipulate
strings.on the blackboard and confirm that all the
trainees have understood the same.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing the program define & process two
dimensional char array.
Skills 95. Proper writing the program define & process
two dimensional char array.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools & Equipments
3) Other requirement
Review Writing a program using “char” data type & char
array to accept strings from keyboard Display &
process strings . Use various string functions to
manipulate strings.
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing of the program using user defined functions,
pass parameters to & receive return type from
functions.
Skills 96. Proper writing of the program using user
defined functions, pass parameters to & receive
return type from functions..
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools & Equipments
3) Other requirement
Review Writing a program using “char” data type & char
array to accept strings from keyboard Display &
process strings . Use various string functions to
manipulate strings.
Void main ( )
{
Void simple (float x, floaty, intz);
flot principle, rate ;
int year ;
printf (/nEnter the principle, rate of
interest & no of years \n);
scanf (“%f %f %d”,& principle, & rate
& year );
simple (principle, rate, year);
}
void simple (float x, float y, int z)
{
flot simp _ int =0.0
simp _int = (x*y*z)/100;
printf (\n simple interest is
%2f”,simp_int);
}
Demonstration Plan
Demonstration Plan
Institute I.T.I.
Name of the Instructor
Trade COPA
Objective Writing the program for defining structure , accept &
display data from structure.
Skills 98. Proper Writing the program for defining structure ,
accept & display data from structure.
Proposed date
Date of Demonstration
Preparation
1) Material Windows xp latest version pc
2) Tools & Equip.s
3) Other requirement
Review Writing a program using user defined functions, pass
parameters to & receive return type from functions
Link Application of the relevant rules.
Motivation Must be able to write the program as accurately as
possible.
Presentation Explanation of . Writing the program for defining
structure , accept & display data from structure. on the
blackboard and confirm that all the trainees have
understood the same.