Algorithm and Programming (Semester 1)
Algorithm & Programming and Introduction to C Programming Algorithm is a procedure for solving a problem in terms of the actions to be executed, and the order in which these actions are to be executed Pseudo code an artificial and informal language that helps you develop algorithms Keywords are used to describe control structure Example: if, else, print, set, add, while, etc. Basic Computer Operation: Input Output Compute Storing value to an identifier (Store) Compare (Selection) Repetition (Loop) Flow chart ...