SlideShare a Scribd company logo
Introduction to programming
What’s 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 environmentthat supports
graphical user interface (gui)
Flowchart – A graphical reprentation of step by step instruction to solve a problem
Algorithm – A set of step by step instructions to solve a problem .
Operator – An engine used to perform logical and Mathematical operations
Variable – A memory storage / container
Loop – An action that repeatedly and continuouslyperform until a certain condition is done
flowchart Algorithm Variable
Preparation
Collection of the thing need
Ex.Variable : x,y
Z = x + y
Condition is Z less than 100 yes or no ?
If yes , then repeat the input else if no display
Result
End the operation
Ex1. X = 5 / Ex.2 x = 5
Y= 6 y = 6
Z = x + y
Print _ ? Is_? Less than 100
yes or no
If true , then report the
operation else if false
Display_ ?
Then end the operation
start
input
process
condition
output
End
Introduction to programming

More Related Content

DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
DOCX
DOCX
Introduction to programming
DOCX
Introduction to-programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to-programming

What's hot (17)

DOCX
Introduction of programming
DOCX
Introduction to-programming11
DOCX
Introduction to-programming (1)
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
111
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming what is programming it deal with the study of com...
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
DOCX
Introduction to-programming
DOCX
hjlhjljkl
DOC
Introduction to-programming
DOCX
Introduction to programming
Introduction of programming
Introduction to-programming11
Introduction to-programming (1)
Introduction to programming
Introduction to programming
Introduction to-programming
111
Introduction to programming
Introduction to programming
Introduction to programming what is programming it deal with the study of com...
Introduction to programming
Introduction to programming
Introduction to-programming
hjlhjljkl
Introduction to-programming
Introduction to programming
Ad

Similar to Introduction to programming (14)

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

More from hikrittiwit (8)

PDF
โครงงาน pdf
PPTX
โครงงานคอมพิวเตอร์
DOCX
Worksheet32
PDF
Worksheet32
DOCX
Google chrome 2
DOCX
เอิ้นพีท ปุณณ์โน่
DOCX
SAMSUNG GALAXY S6
PDF
Ss s62
โครงงาน pdf
โครงงานคอมพิวเตอร์
Worksheet32
Worksheet32
Google chrome 2
เอิ้นพีท ปุณณ์โน่
SAMSUNG GALAXY S6
Ss s62

Recently uploaded (20)

PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Institutional Correction lecture only . . .
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
master seminar digital applications in india
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Lesson notes of climatology university.
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
human mycosis Human fungal infections are called human mycosis..pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Module 4: Burden of Disease Tutorial Slides S2 2025
Complications of Minimal Access Surgery at WLH
Microbial diseases, their pathogenesis and prophylaxis
Institutional Correction lecture only . . .
2.FourierTransform-ShortQuestionswithAnswers.pdf
master seminar digital applications in india
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O7-L3 Supply Chain Operations - ICLT Program
Lesson notes of climatology university.
O5-L3 Freight Transport Ops (International) V1.pdf
Cell Types and Its function , kingdom of life
A systematic review of self-coping strategies used by university students to ...
Anesthesia in Laparoscopic Surgery in India
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
STATICS OF THE RIGID BODIES Hibbelers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE

Introduction to programming

  • 1. Introduction to programming What’s 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 environmentthat supports graphical user interface (gui) Flowchart – A graphical reprentation of step by step instruction to solve a problem Algorithm – A set of step by step instructions to solve a problem . Operator – An engine used to perform logical and Mathematical operations Variable – A memory storage / container Loop – An action that repeatedly and continuouslyperform until a certain condition is done flowchart Algorithm Variable Preparation Collection of the thing need Ex.Variable : x,y Z = x + y Condition is Z less than 100 yes or no ? If yes , then repeat the input else if no display Result End the operation Ex1. X = 5 / Ex.2 x = 5 Y= 6 y = 6 Z = x + y Print _ ? Is_? Less than 100 yes or no If true , then report the operation else if false Display_ ? Then end the operation start input process condition output End