SlideShare a Scribd company logo
Introduction to programming
What is programming?
Programming-deals with the study of computer language
What is visualbasic?
Visualbasic (BC)-is a tool created by Microsoftto build a computer
Application in a user friendly environment that suppots graphic user
GUI-Graphic user interface
Flowchat-A graphiclrepresentation of step by step intstruction to solvea
Problem.
Algorithan-A set of step by step instruction to solvea problem.
Operator-an engine used to performlogical and mathematical operations
Variable-A memory storage/container
Loop-An action that repeatedly continuously until a certain condition is done
Operators
1.Arithmetic operators
+ Addion
- Subtraction
* Multiplication
/ Division
2.Relational operatior
> greater than
< less than
>= greater than or equal to
<= less than or equal to
===or==or= equal
<>or= not equal to
3.lagicaL operators
OR
&& AND
Flowchat Algorithm Variables
start
process
input
output
condition
end
preapartion
Collect materials
variable: X,Y
Z = x+y
I z less than100?
Yes or no
If true re-start
The operation
Else if false display
result
Then end operation
Y:1.)
X=5
Y=6
Z =x+y
Print ?
x:2.)
X=5
Y=6
Z =x+y
Condition:
It ? less than 100?
Yes or no
If true re-start
The operation
Else if false display
?
Then end operation

More Related Content

DOCX
hjlhjljkl
DOC
Introduction to-programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming per
DOCX
งานคอมที่1
hjlhjljkl
Introduction to-programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming per
งานคอมที่1

What's hot (14)

DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
Introduction of programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
Introduction to programming
Introduction to-programming
Introduction to-programming
Introduction to programming
Introduction to-programming
Introduction of programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Ad

Similar to Introduction to programming (15)

DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
DOCX
Introductionto programming
DOCX
DOCX
Introduction to programimg
DOCX
Introduction to-programimg
DOCX
Introduction to-programimg
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to-programming
Introduction to programming
Introduction to-programming
Introduction to-programming
Introduction to-programming
Introduction to-programming
Introductionto programming
Introduction to programimg
Introduction to-programimg
Introduction to-programimg
Introduction to programming
Introduction to programming
Introduction to-programming
Ad

More from ThanThai Sangwong (8)

PDF
908140239254 pay slipreport
PPTX
M5 3 2 20 22
PDF
M5 3 2 20 22
PDF
ระบบคอมพิวเตอร์
DOCX
ใบงานที่4 53 10
PDF
ใบงานที่4 53-10
908140239254 pay slipreport
M5 3 2 20 22
M5 3 2 20 22
ระบบคอมพิวเตอร์
ใบงานที่4 53 10
ใบงานที่4 53-10

Recently uploaded (20)

PPTX
Small Fleets, Big Change: Market Acceleration by Niki Okuk
PPTX
Understanding Machine Learning with artificial intelligence.pptx
PPTX
UNIT-2(B) Organisavtional Appraisal.pptx
PDF
Todays Technician Automotive Heating & Air Conditioning Classroom Manual and ...
PPTX
Zeem: Transition Your Fleet, Seamlessly by Margaret Boelter
DOCX
lp of food hygiene.docxvvvvvvvvvvvvvvvvvvvvvvv
PPTX
capstoneoooooooooooooooooooooooooooooooooo
PPTX
1. introduction-to-bvcjdhjdfffffffffffffffffffffffffffffffffffmicroprocessors...
PPTX
Gayatri Cultural Educational Society.pptx
PPTX
Independence_Day_Patriotic theme (1).pptx
PDF
Renesas R-Car_Cockpit_overview210214-Gen4.pdf
PPT
Kaizen for Beginners and how to implement Kaizen
PPTX
laws of thermodynamics with diagrams details
PPTX
Transmission system. Describe construction & working of varius automobile sys...
PDF
Volvo EC290C NL EC290CNL engine Manual.pdf
PDF
Marketing project 2024 for marketing students
PPTX
laws of thermodynamics with complete explanation
PDF
Volvo EC20C Excavator Step-by-step Maintenance Instructions pdf
PDF
industrial engineering and safety system
PPTX
Robot_ppt_YRG[1] [Read-Only]bestppt.pptx
Small Fleets, Big Change: Market Acceleration by Niki Okuk
Understanding Machine Learning with artificial intelligence.pptx
UNIT-2(B) Organisavtional Appraisal.pptx
Todays Technician Automotive Heating & Air Conditioning Classroom Manual and ...
Zeem: Transition Your Fleet, Seamlessly by Margaret Boelter
lp of food hygiene.docxvvvvvvvvvvvvvvvvvvvvvvv
capstoneoooooooooooooooooooooooooooooooooo
1. introduction-to-bvcjdhjdfffffffffffffffffffffffffffffffffffmicroprocessors...
Gayatri Cultural Educational Society.pptx
Independence_Day_Patriotic theme (1).pptx
Renesas R-Car_Cockpit_overview210214-Gen4.pdf
Kaizen for Beginners and how to implement Kaizen
laws of thermodynamics with diagrams details
Transmission system. Describe construction & working of varius automobile sys...
Volvo EC290C NL EC290CNL engine Manual.pdf
Marketing project 2024 for marketing students
laws of thermodynamics with complete explanation
Volvo EC20C Excavator Step-by-step Maintenance Instructions pdf
industrial engineering and safety system
Robot_ppt_YRG[1] [Read-Only]bestppt.pptx

Introduction to programming

  • 1. Introduction to programming What is programming? Programming-deals with the study of computer language What is visualbasic? Visualbasic (BC)-is a tool created by Microsoftto build a computer Application in a user friendly environment that suppots graphic user GUI-Graphic user interface Flowchat-A graphiclrepresentation of step by step intstruction to solvea Problem. Algorithan-A set of step by step instruction to solvea problem. Operator-an engine used to performlogical and mathematical operations Variable-A memory storage/container Loop-An action that repeatedly continuously until a certain condition is done Operators 1.Arithmetic operators + Addion - Subtraction * Multiplication / Division 2.Relational operatior > greater than < less than
  • 2. >= greater than or equal to <= less than or equal to ===or==or= equal <>or= not equal to 3.lagicaL operators OR && AND Flowchat Algorithm Variables start process input output condition end preapartion Collect materials variable: X,Y Z = x+y I z less than100? Yes or no If true re-start The operation Else if false display result Then end operation Y:1.) X=5 Y=6 Z =x+y Print ? x:2.) X=5 Y=6 Z =x+y Condition: It ? less than 100? Yes or no If true re-start The operation Else if false display ? Then end operation