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

Recently uploaded (20)

PPTX
Lesson notes of climatology university.
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
01-Introduction-to-Information-Management.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Presentation on HIE in infants and its manifestations
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
GDM (1) (1).pptx small presentation for students
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Computing-Curriculum for Schools in Ghana
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Lesson notes of climatology university.
Final Presentation General Medicine 03-08-2024.pptx
STATICS OF THE RIGID BODIES Hibbelers.pdf
A systematic review of self-coping strategies used by university students to ...
01-Introduction-to-Information-Management.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Presentation on HIE in infants and its manifestations
Final Presentation General Medicine 03-08-2024.pptx
Microbial diseases, their pathogenesis and prophylaxis
GDM (1) (1).pptx small presentation for students
102 student loan defaulters named and shamed – Is someone you know on the list?
Computing-Curriculum for Schools in Ghana
Microbial disease of the cardiovascular and lymphatic systems
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Anesthesia in Laparoscopic Surgery in India
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
RMMM.pdf make it easy to upload and study
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

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