Lec 2 - Flowchart
Lec 2 - Flowchart
Lecture 2
PROGRAMMING 1
Create and
Objectives draw a
flowchart
Algorithm
• method of describing
computer algorithms
using a combination
Pseudocode of natural language
and programming
language.
The preparation or
INITIALIZATION /
initialization of memory space
PREPARATION for data processing
Manipulation of data
PROCESS (assignments and
mathematical computations)
Draw.io Basics
https://www.youtube.com/watch?v=WlCKv49Pkvg
Input-Output Input is the only way for the user to send data to the
computer for processing.
and Process
Application Input data can be numeric value, character or string.