February 2012
Intermediate to advanced
520 pages
11h 43m
English
4.2 Problem-Solving Techniques
4.3 Program Control Structures
Computer has emerged as the most useful machine in recent times. It can perform wide variety of tasks like receiving data, processing it, and producing useful results. However, being a machine, the computer cannot perform on its own. A computer needs to be instructed to perform even a simple task like adding two numbers. Computers work on a set of instructions called computer program, which clearly specify the ways to carry out a task. An analogy of this ...