SlideShare a Scribd company logo
Introduction to Programming
What is programming?
It deal W/the study of computer lauguage.
What is visual basic?
It is a tool created by Microsoft to build a computer application in a user-friendly environment
that supports Graphical User Interface (GUI)
Flowchart – A graphical reprentation of stop 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 oction that repeatedly and commtinuously perform until a certain condition in done.
Flowchart Algorithm Variable
Preporation Ex.1 : X=5 , Y=6
Collection of the thim heed. Z = X+Y
Ex. Variable : X,Y Print ?
Z = X+Y Ex.2 : X+5 , Y=6
Condition : It Z less than 100? Z = X+Y
Yes or No Condition: It ? less than 100?
If yes, than repeat the input Yes or No
Else if no, Display result If true then repeat the operation Else
iffalse if false Display ?
Ent the operation Then End the operation
Start
input
Process
cadition
output
End

More Related Content

DOCX
Introduction to-programming11
DOCX
DOCX
Introduction to-programming (1)
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
DOCX
Introduction of programming
Introduction to-programming11
Introduction to-programming (1)
Introduction to programming
Introduction to programming
Introduction to programming
Introduction of programming

What's hot (17)

DOCX
Introduction to-programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
111
DOCX
DOCX
Introduction to programming what is programming it deal with the study of com...
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
Introduction to programming1
DOCX
Introduction to-programming
DOCX
Introduction to programming
DOCX
Introduction to-programming
Introduction to-programming
Introduction to programming
Introduction to programming
111
Introduction to programming what is programming it deal with the study of com...
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to-programming
Introduction to programming1
Introduction to-programming
Introduction to programming
Introduction to-programming
Ad

Similar to Introduction to-programming (18)

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

Recently uploaded (20)

PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PDF
Fluorescence-microscope_Botany_detailed content
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPTX
Computer network topology notes for revision
PDF
Clinical guidelines as a resource for EBP(1).pdf
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPT
Quality review (1)_presentation of this 21
PPTX
Introduction to machine learning and Linear Models
PDF
annual-report-2024-2025 original latest.
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PPT
ISS -ESG Data flows What is ESG and HowHow
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
Fluorescence-microscope_Botany_detailed content
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Computer network topology notes for revision
Clinical guidelines as a resource for EBP(1).pdf
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
STUDY DESIGN details- Lt Col Maksud (21).pptx
Quality review (1)_presentation of this 21
Introduction to machine learning and Linear Models
annual-report-2024-2025 original latest.
Acceptance and paychological effects of mandatory extra coach I classes.pptx
IB Computer Science - Internal Assessment.pptx
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
Reliability_Chapter_ presentation 1221.5784
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
ISS -ESG Data flows What is ESG and HowHow

Introduction to-programming

  • 1. Introduction to Programming What is programming? It deal W/the study of computer lauguage. What is visual basic? It is a tool created by Microsoft to build a computer application in a user-friendly environment that supports Graphical User Interface (GUI) Flowchart – A graphical reprentation of stop 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 oction that repeatedly and commtinuously perform until a certain condition in done. Flowchart Algorithm Variable Preporation Ex.1 : X=5 , Y=6 Collection of the thim heed. Z = X+Y Ex. Variable : X,Y Print ? Z = X+Y Ex.2 : X+5 , Y=6 Condition : It Z less than 100? Z = X+Y Yes or No Condition: It ? less than 100? If yes, than repeat the input Yes or No Else if no, Display result If true then repeat the operation Else iffalse if false Display ? Ent the operation Then End the operation Start input Process cadition output End