Use your time well

Welcome to my blog, I hope you will enjoy and you never deny to come back to visit again.
"USE YOUR FINGER TO CODE AND YOUR BRAIN TO THINK"


Search This Blog

Thursday, November 17, 2011

C Programming Introduction

I am going to teach you C programming Introduction as CHAPTER ONE. So, you should ask your self now that What is Programming?





Programming - This is the creative process done by programmers to instruct a computer on how to do a task. Sometimes you can ask yourself that which task computer can do, but i want to tell you that as long as you are here in My sweet programming everything will be easy for you. You will know how to program things in daily life.

Programmers - These are people who write code to instruct a computer what to do and how to do. Example: sometimes you could have a problem like to calculate the addition of two numbers. As a programmer you need to write a code which will calculate the addition to the computer. computer as it is doesn't know what to do unless you tell what to do and how to do. Everything in the computer is programmed that is why when you are using a calculator in a computer can compute any calculation. This is due to programming.

code - is the computer instruction written in programming language. A programming language can be c, c++, java, c#, python, rubi etc.

Life is easy when you are a programmer. Because you can simplify life when you are that person.

Programming language - this is the artificial language designed to communicate instructions to a machine particular computer.

categories of programming language
>Machine language
>Assembly Language
>High level language

Machine Language
>This is the short for computing machine
>Computers native language
>sequence of zeroes and ones(binary)
>Hard for human to understand

Assembly Language
>It is hard for human to understand
>low level each instruction is minimal
>Example of assembly language ADD l d0,d2

High level Language
>High level each instruction composed of many low level instruction
>closer to English and algebra
>Easier to read and understand

To be continued..................

1 comment:

Unknown said...

i would like to use c if it is possible