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 that supports Graphical User Interface
GUI - Graphical User Interface
Flowchart – A graphical representation of step by step instructions 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 continuously perform until a certain condition is done.
Operators:
1.) Arithmetic operator
+ Addition
- Subtraction
* Multiplication
/ Division
2.) Relational Operator
> greater than
< lessthan
>= greater than or equal to
<= greater than or equal to
=== or == or = equal to
< > or != not equal to
3.) Logical Operators
|| OR
&& AND
Flowchart Algorithm Variables
preparation Ex. 1.) X = 5
y= 6
Z= x + y
Collect materials
Variable : X,Y
Ex. 2.) X = 5
y=6
Z= x + y
Z = X+Y
Print……? Is ….? Less than 100?
Yes or no
Is Z less than 100?
YES or NO If true, then re- short The operation
Else if false
If true, re-start the operation
Else if false
Display result Display…..?
Then end operation
Then End the operation
START
INPUT
PROCESS
CONDITION
OUTPUT
END

More Related Content

DOCX
Introduction to-programming
DOCX
งานคอมที่1
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
งานคอมที่1
Introduction to-programming
Introduction to-programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming

What's hot (16)

DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOC
Introduction to-programming
DOCX
Introductionto programming
DOCX
Introduction to programming
DOCX
hjlhjljkl
DOCX
Introduction to programming per
DOCX
Introduction to programimg
DOCX
Introduction to-programimg
DOCX
Introduction to programming 2
DOCX
Introduction to programming
DOCX
งาน
DOCX
DOCX
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to programming
Introduction to-programming
Introductionto programming
Introduction to programming
hjlhjljkl
Introduction to programming per
Introduction to programimg
Introduction to-programimg
Introduction to programming 2
Introduction to programming
งาน
Introduction to programming
Ad

Viewers also liked (16)

DOCX
เว็บไซต์ทางการศึกษา
PPTX
Propuesta de valor
PDF
Tarea 2 1/2 Acto y celebración 2016
PDF
Website marketing tips
PDF
Registro farándula
PPTX
งานคอม0053
PDF
ใบงานที่4-53-33
PDF
คอม
PPTX
Nuevo presentación de microsoft power point (2)
PPTX
Museum´s guides
PDF
Reports February - May
PDF
Vulnerability Assessment of Syrian Refugees in Istanbul_April 2016
PPTX
Raspberry Pi tutorial
DOCX
Transversalidad
PPT
Final Project: Slang
PPT
เว็บไซต์ทางการศึกษา
Propuesta de valor
Tarea 2 1/2 Acto y celebración 2016
Website marketing tips
Registro farándula
งานคอม0053
ใบงานที่4-53-33
คอม
Nuevo presentación de microsoft power point (2)
Museum´s guides
Reports February - May
Vulnerability Assessment of Syrian Refugees in Istanbul_April 2016
Raspberry Pi tutorial
Transversalidad
Final Project: Slang
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 prorammimg
DOCX
Introduction to-programimg
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
Karn rakamthong m63 no7
DOCX
Karn rakamthong m63 no7
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 prorammimg
Introduction to-programimg
Introduction to-programming
Introduction to-programming
Introduction to-programming
Karn rakamthong m63 no7
Karn rakamthong m63 no7
Introduction to programming
Introduction to programming
Introduction to programming

Recently uploaded (20)

PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Presentation on HIE in infants and its manifestations
PPTX
master seminar digital applications in india
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Cell Types and Its function , kingdom of life
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
GDM (1) (1).pptx small presentation for students
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
RMMM.pdf make it easy to upload and study
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Computing-Curriculum for Schools in Ghana
Presentation on HIE in infants and its manifestations
master seminar digital applications in india
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Module 4: Burden of Disease Tutorial Slides S2 2025
Cell Types and Its function , kingdom of life
Supply Chain Operations Speaking Notes -ICLT Program
GDM (1) (1).pptx small presentation for students
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Microbial diseases, their pathogenesis and prophylaxis
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
RMMM.pdf make it easy to upload and study
human mycosis Human fungal infections are called human mycosis..pptx

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 that supports Graphical User Interface GUI - Graphical User Interface Flowchart – A graphical representation of step by step instructions 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 continuously perform until a certain condition is done. Operators: 1.) Arithmetic operator + Addition - Subtraction * Multiplication / Division 2.) Relational Operator > greater than < lessthan >= greater than or equal to <= greater than or equal to === or == or = equal to < > or != not equal to 3.) Logical Operators || OR && AND
  • 2. Flowchart Algorithm Variables preparation Ex. 1.) X = 5 y= 6 Z= x + y Collect materials Variable : X,Y Ex. 2.) X = 5 y=6 Z= x + y Z = X+Y Print……? Is ….? Less than 100? Yes or no Is Z less than 100? YES or NO If true, then re- short The operation Else if false If true, re-start the operation Else if false Display result Display…..? Then end operation Then End the operation START INPUT PROCESS CONDITION OUTPUT END