How a computer works?

A computer is an electronic device which consist of four basic unit:

  1. Input
  2. processing
  3. output
  4. storage
Basically a computer cannot understand any thing by it's self because it is not too much intelligent you have to teach it to bring it in working order.
So, for this purpose we give it a set of instructions through proper languages called programming language. Now a programming is used to make it valuable.
programming languages are of two types;

  1. Low level language
  2. High level language
 LOW LEVEL LANGUAGE;
                                                It is a language which is directly understandable by computer system and it is very hard to learn and use.
HIGH LEVEL LANGUAGE;
                                               It is language which is easy to learn and nearly close to English but this language is not understandable by computer so there is a translator embeded in it.
After programming a computer become useful.

Here are some video lectures for it.
We will furthure describe it in coming blogs.

Comments

Popular posts from this blog

OOP Assignment 3 helping materials

Square root Algorithm in C++

OOP lab 7 task solution