In this chapter you will learn to
- Identify program and programming paradigms
- Identify various tools to solve problems
We are performing number of tasks in our day to day life.Some of the task that we do usually are
- crossing traffic signals
- Managing budgets
- Troubleshooting printers or anything
-
- Approach the light
- If the light is red,you will stop
- If the light is yellow, you will slow down,and then stop
- Otherwise the light will be green and you will continue driving.
Therefore, for each job that you want to be performed by a computer you require a program.Depending upon the requirements, program may be
SEQUENTIAL
DECISION MAKING
ITERATIVE