Introduction of Programming
What is Programming ?
It dealw/the study of Computer language.
What is Visual Basic?
It is a tool created by Microsoft to build a computer
Application in a user-Friendly environment
Thatsupport Graphical User Interface(GUI)
FlowChart- A graphical reprentation of step instructions to slove a problem
Algorithm- A set of step by step instructions to slove a problem.
Operator-An engine used to perform logical and Mathematical Operations.
Variable- A memory storage / Container
Loop-An action that repeatedly and continuously perform
Until a certain condition is done
Flowchart Algorithm varible
Start Preparation ex.1 X=5 y=6 ex.2 x=5y6.
Z=x+y z= x ty
print=? condition
Input Collection Of the thing need Is__less thand
100 yes or no?
Process z= x ty If true,then repeat
The operator else
Condition Condition : Is z less than 100? If false Display?
Yes or no then end
Output If yes Thenrepeat
The input Else if no
Display result
End Ewtthe Obperator
Bbbb

Bbbb

  • 1.
    Introduction of Programming Whatis Programming ? It dealw/the study of Computer language. What is Visual Basic? It is a tool created by Microsoft to build a computer Application in a user-Friendly environment Thatsupport Graphical User Interface(GUI) FlowChart- A graphical reprentation of step instructions to slove a problem Algorithm- A set of step by step instructions to slove a problem. Operator-An engine used to perform logical and Mathematical Operations. Variable- A memory storage / Container Loop-An action that repeatedly and continuously perform Until a certain condition is done
  • 2.
    Flowchart Algorithm varible StartPreparation ex.1 X=5 y=6 ex.2 x=5y6. Z=x+y z= x ty print=? condition Input Collection Of the thing need Is__less thand 100 yes or no? Process z= x ty If true,then repeat The operator else Condition Condition : Is z less than 100? If false Display? Yes or no then end Output If yes Thenrepeat The input Else if no Display result End Ewtthe Obperator