Introduction To Programming 1
I am a developer from Nigeria A Computer Engineering student - ABU Zaria.
WHAT IS PROGRAMMING??
- Definition of programming:Well, defining programming shouldn't be a big deal because we do it every day...getting to this blog post would have been impossible without carrying out the act of programming....here's why i say so.
Programming can be defined as the act of giving a set of precise instructions to the computer.
Instructions are programs(ordered agenda) fed into the computer in order to get an expected or wanted output/outcome.
Without instructions, the computer is useless...without instructions, the computer sits and does nothing because it doesn't know what to do on it's own.
I'm sure you'll agree with me now when i say- > > even typing or striking the keys on the keyboard is programming. I know you now get it! ;-)
- Brief history of programming languages
:Programming's origin is traced to Ada Lovelace and Charles Babbage when they worked together on a primitive mechanical computer (The Analytical Engine). Ada figured that numbers could represent more than just numerical values of things. She wrote an algorithm for the Analytical Engine, the first computer program, to compute Bernoulli Numbers.YES! a female originated it--ADA LOVELACE.
- Why Programming??
:
As you know, the brain of a computer is the central processing unit (CPU). Some computers may have more than one CPU inside. A CPU has millions of transistors that make use of electronic switches. The electronic switches have only two states: off and on.
(Symbolically, 0 and 1 are used to represent the two states.) Therefore, a computer can only understand instructions consisting of series of 0s and 1s. In other words, machine readable instructions have to be in binary format.
Programming languages(compiled/interpreted) serves as the knot "linking" human understandable language and binary language.
2. Programmes vs programs:
Homophones!!
One great difference is that Programme is a British English word while Program is an American English word. They can be used interchangeably because they have similar meaning but in coding PROGRAM is used. To strike the difference ,two sentences would be used.
1-She asked the Tech geek to program the computer tomorrow.
2-My father watches this TV programme on repeat mode.
3-Programming vs Coding:
Let's settle this by knowing their meaning:
- Coding:Computer coding is the use of computer programming languages to give computers and machines a set of instructions on what actions to perform. Coding is the initial step of developing any software and thus it is much easier and simpler to analyze and understand than Programming.
- Programming:Computer programming is the process of performing a particular computation, usually by designing and building an executable computer program. Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms. Wikipedia... Programming deals with different types of complex scenarios and programs to ensure the proper implementation of the product.

