Lecture 1 - Introduction To Programming
Lecture 1 - Introduction To Programming
PROGRAMMING
OUTLINE
DEFINITION
PROGRAMMING LANGUAGES
FLOWCHARTING OR PSEUDOCODE
VARIABLES
- ARITHMETIC OPERATORS
CONTROL STRUCTURES
- DECISION
- LOOPS (FOR .. LOOP, DO LOOP, WHILE ..LOOP)
LIST
DICITIONARY
• Definition
• Is a creative process that instructs a computer on
how to do a task (thoughtco.com)
*arithmetic
* operators (+, -, /, *, < , >, ++, --, ==, !=, =
(assignment), & (source- Java how to program
page 1537, 7th Edition)