Lecture 1: Intro to Programming & Flowcharts
CodeHelp – by Babbar
What did we le
Lecture 1: Intro to Programming & Flowcharts
CodeHelp – by Babbar
What did we learn in the lecture?
We learned about flowcharts, pseudocode, and programming languages.
Why do we use flowcharts?
Flowcharts help us visualize the flow of a program and understand its logic.
What is a flowchart?
A flowchart is a diagrammatic approach used to represent the flow of a program or process.
What components are included in a flowchart?
A flowchart consists of various components connected with each other, such as the terminator, which shows the start and end of the program, and the rectangle, which represents a process.
How is a flowchart used to represent the logic of a program?
The flowchart follows the same flow as the components of the flowchart, representing the logical sequence of a program.
What is pseudocode?
Pseudocode is a generic way of representing logic in programming.
How is input/output represented in a flowchart?
Input/output is represented using a parallelogram in a flowchart.
