SlideShare a Scribd company logo
Introductionto programmingWhatis programmingIt deal with the study of computer
language.Whatis visual basic ? It b is a tool createdby Microsoftto build a computer
Application in a user-friendly environmentThatsupportsGraphicalUserInterface
(GUI)
Flowchart – A graphicalreprentationof step by step instructions to solve a problem.
Algorithm – A setof step by step instruction to solve a problem.
Operatov– An engine used to perfromlogical andMathematicaloperations.
Variable – A memoryStorage/container
Loop – An action that repeatedly and continuously performuntil a certain condition is
done.
Flowchart Algorithm Variable
Preparation
Collection of the thing need
Variable : X,Y
Z=x+y
Condition:
Is Z less than 100.?
Yes or No
If yes, then repeatthe input
Else if no
Display result
Ent the operation
EX)X=5 Ex:2
X=5 X=6
Y=6
Z=x+y Z=x+y
Condition
Print___Is_less
Then 100 yesor no
If ture then repeat
the operation Else if
flase
Display_____
Then in the
operation
Start
Input
Process
Condition
Output
End
Introduction to programming what is programming it deal with the study of computer language
Introduction to programming what is programming it deal with the study of computer language

More Related Content

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

What's hot (18)

DOCX
Introduction of 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
DOCX
Introduction to-programming
DOCX
Introduction to programming
DOCX
Introduction to programming
DOCX
hjlhjljkl
DOC
Introduction to-programming
DOCX
Introduction to programming per
DOCX
Introduction to programming
DOCX
Introduction to programming
Introduction of 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
hjlhjljkl
Introduction to-programming
Introduction to programming per
Introduction to programming
Introduction to programming
Ad

Similar to Introduction to programming what is programming it deal with the study of computer language (16)

DOCX
Introduction to-programming
DOCX
Introduction to-programming
DOCX
DOCX
Introduction to-programming
DOCX
Introduction to programming
DOCX
Introduction to-programming
DOCX
DOCX
Introduction to-programming
DOCX
Introduction to programming1
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 programming1
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
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Current and future trends in Computer Vision.pptx
PPT
introduction to datamining and warehousing
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Geodesy 1.pptx...............................................
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
UNIT 4 Total Quality Management .pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
web development for engineering and engineering
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Current and future trends in Computer Vision.pptx
introduction to datamining and warehousing
bas. eng. economics group 4 presentation 1.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
Geodesy 1.pptx...............................................
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
UNIT 4 Total Quality Management .pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
OOP with Java - Java Introduction (Basics)
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Embodied AI: Ushering in the Next Era of Intelligent Systems
UNIT-1 - COAL BASED THERMAL POWER PLANTS
R24 SURVEYING LAB MANUAL for civil enggi
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
web development for engineering and engineering
Foundation to blockchain - A guide to Blockchain Tech
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf

Introduction to programming what is programming it deal with the study of computer language

  • 1. Introductionto programmingWhatis programmingIt deal with the study of computer language.Whatis visual basic ? It b is a tool createdby Microsoftto build a computer Application in a user-friendly environmentThatsupportsGraphicalUserInterface (GUI) Flowchart – A graphicalreprentationof step by step instructions to solve a problem. Algorithm – A setof step by step instruction to solve a problem. Operatov– An engine used to perfromlogical andMathematicaloperations. Variable – A memoryStorage/container Loop – An action that repeatedly and continuously performuntil a certain condition is done.
  • 2. Flowchart Algorithm Variable Preparation Collection of the thing need Variable : X,Y Z=x+y Condition: Is Z less than 100.? Yes or No If yes, then repeatthe input Else if no Display result Ent the operation EX)X=5 Ex:2 X=5 X=6 Y=6 Z=x+y Z=x+y Condition Print___Is_less Then 100 yesor no If ture then repeat the operation Else if flase Display_____ Then in the operation Start Input Process Condition Output End