Posts

Introduction to Flow Charts

Image
"Lecture 2" What is Flow Chart? A flowchart is a diagram that depicts the “flow” of a program. It outlines the logic and structure of the program.   It is the excellent way of documenting and understanding the program. Symbols of the flowchart: Examples of Flowchart: Example 1.    Example 2:  

Introduction to Programming Fundamentals

Image
Course objectives for this Blog:   -     Covers important, fundamental topics in structured programming -     It emphasizes upon problem analysis -      Algorithm designing -      Program development and testing Course Outline:            Introduction To Programming           Flow Charts            Pseudo-code           Basic Structure of C++ Programming            Manipulators -  Expressions           Functions           Decision Making           Switch Statements           Loops           Text Input/ Output           Arrays           Strings           Pointers            Structure So, Lets start with  INTRODUCTION TO PROGRAMMING          Computer is a machine which understand only the machine language only and  And to run the machine we need some programming instructions . So , In this lecture we will understand the Programming language (C++).         First of all the question arises : What is Programming Language?         "Pr