Introduction to Programming
With the concept of memory and processor it is easy to understand programming. This is next step in coding. Like when we translated a given problem in steps to solve. In next step we will convert it into final computer code and run it on computer. In this session we will learn basic functions that all programming languages provide. Computer functionality has 2 basic parts. First part is interacting with user and second part is processing, storing or reading data. Interacting with user: To take data from user To give some feedback to user Processing: To process data (arithmetic, logical) To store data in memory To read data from memory Every computer program does these basic functions like media players, games, calculator, MS office. Hence to write a program you need to implement the programming commands according to your code, pattern. In any programming language we write set of commands which can create memory to use get user input give