KEMBAR78
Introduction of programming | DOCX
Introduction of Programming
What is Programming ?
It deal w/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
That support 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 Z=x+y z= x t y
Preparation ex.1 X=5 y=6 ex.2 x=5y6.
print=? condition
Input Collection Of the thing need Is__less thand
100 yes or no?
Process z= x t y 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 Then repeat
The input Else if no
Display result
End Ewt the Operator

Introduction of programming

  • 1.
    Introduction of Programming Whatis Programming ? It deal w/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 That support 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 StartZ=x+y z= x t y Preparation ex.1 X=5 y=6 ex.2 x=5y6. print=? condition Input Collection Of the thing need Is__less thand 100 yes or no? Process z= x t y 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 Then repeat The input Else if no Display result
  • 3.
    End Ewt theOperator