June 2014
Beginner
810 pages
23h 28m
English
CHAPTER 1
![]()
Programming Concepts
In this chapter, you will learn
What Is Programming?
The term “programming” is used in many contexts. We will discuss its meaning in the context of human-to-computer interaction. In the simplest terms, programming is the way of writing a sequence of instructions to tell a computer to perform a specific task. The sequence of instructions for a computer is known as a program. A set of well-defined notations is used to write a program. The set of notations used ...