SlideShare a Scribd company logo
Introduction to Programming
What is Programming ?
Programming –deals with the study of computer language
What is a Visual Basic?
Visual Basic (Vb) – is a tool created by Microsoft to build a computer application in a user-friendly
environment thatsupports Graphical User interface
GUI –Graphical User Interface
Flowchart –A graphical representation of step bystep instructions tosolve a problem.
Algorithun – A set of step by step instruction tosolve aproblem.
Operator –An enqine used to perform logical andmathematical operations.
Variable – Amemory storage/container
Loop – An action thatrepeatedly and continuously perform until a certain condition is done.
Operators:
1)Arithmetic operators
+ Addition
- Subtraction
* Multiplication]
/ Division
2.) Relational Operatior
> greater than
< Less than
>= greater thanor equal to
<= less than or equal to’
===or==or= equal to
<>or!= not equal to
3.) Logical operators
||
OR
||
&& AND
Flowchart Algorithm Variables
Preparation ex: 1.) ex: 2.)
x=5 x=5
collect materials x=6 x=6
Variable :x,y z =x+y z =x+y
Condition :
Z = x+y Print ? Is? less than 100% Yes or No
If true, then re-start
The operation
Is Z less than100? Else is fales
Yes or No Display ?
Then End the Operation
If true, re-sport the
Operation Else is false
Display result
Then End operation
Start
INPUT
Process
Condition
Out put
END

More Related Content

DOCX
Introduction to-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
DOCX
Introduction to programming
Introduction to-programming
Introduction to-programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming

What's hot (15)

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

Similar to Introduction to-programming (19)

DOCX
Introduction to programming 2
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
DOCX
Introduction to-programming11
DOCX
Karn rakamthong m63 no7
DOCX
Karn rakamthong m63 no7
DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to programming
DOCX
DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming (1)
Introduction to programming 2
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to-programming11
Karn rakamthong m63 no7
Karn rakamthong m63 no7
Introduction to programming
Introduction to-programming
Introduction to-programming
Introduction to-programming
Introduction to programming
Introduction to programming
Introduction to-programming
Introduction to-programming (1)
Ad

More from Ratchanon Deehomsin (7)

DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
PDF
โครงงานคอมพิวเตอร์
PDF
โครงงานคอมพิวเตอร์
PDF
โครงงานคอมพิวเตอร์ 12
DOCX
ใบงานที่ 4
Introduction to-programming
Introduction to-programming
Introduction to-programming
โครงงานคอมพิวเตอร์
โครงงานคอมพิวเตอร์
โครงงานคอมพิวเตอร์ 12
ใบงานที่ 4

Recently uploaded (20)

PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
GDM (1) (1).pptx small presentation for students
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Presentation on HIE in infants and its manifestations
PDF
RMMM.pdf make it easy to upload and study
PPTX
Pharma ospi slides which help in ospi learning
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
O7-L3 Supply Chain Operations - ICLT Program
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
GDM (1) (1).pptx small presentation for students
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
A systematic review of self-coping strategies used by university students to ...
Presentation on HIE in infants and its manifestations
RMMM.pdf make it easy to upload and study
Pharma ospi slides which help in ospi learning
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
O7-L3 Supply Chain Operations - ICLT Program

Introduction to-programming

  • 1. Introduction to Programming What is Programming ? Programming –deals with the study of computer language What is a Visual Basic? Visual Basic (Vb) – is a tool created by Microsoft to build a computer application in a user-friendly environment thatsupports Graphical User interface GUI –Graphical User Interface Flowchart –A graphical representation of step bystep instructions tosolve a problem. Algorithun – A set of step by step instruction tosolve aproblem. Operator –An enqine used to perform logical andmathematical operations. Variable – Amemory storage/container Loop – An action thatrepeatedly and continuously perform until a certain condition is done. Operators: 1)Arithmetic operators + Addition - Subtraction * Multiplication] / Division 2.) Relational Operatior
  • 2. > greater than < Less than >= greater thanor equal to <= less than or equal to’ ===or==or= equal to <>or!= not equal to 3.) Logical operators || OR || && AND
  • 3. Flowchart Algorithm Variables Preparation ex: 1.) ex: 2.) x=5 x=5 collect materials x=6 x=6 Variable :x,y z =x+y z =x+y Condition : Z = x+y Print ? Is? less than 100% Yes or No If true, then re-start The operation Is Z less than100? Else is fales Yes or No Display ? Then End the Operation If true, re-sport the Operation Else is false Display result Then End operation Start INPUT Process Condition Out put END