Sunday 22 December 2013

Advantages of High-Level-Languages

High-level languages have several advantages over low level
languages. Some of the important advantages are;
   

Sunday 15 December 2013

Differences Between C and C++


Both of C and C++ are computer languages.Object oriented 
C is called C++. Object oriented programming means a
programming which have the concept of objects.
The main difference between them are;
1: C files are stored with an extension '.c' 
whereas C++ files are stored with '.cpp'.

Saturday 14 December 2013

Errors And Its Types

Error:

    
The Errors in a program are called "bugs" and
tracking  and removing these errors is called debugging.
There are several types of errors in a program. But Syntax and
logical errors are the main types.

Thursday 12 December 2013

Difference Between Source Code And Object Code

1: Source Code:



Those instructions which are written in a high level
language is called the source code. Source code is the category

Tuesday 10 December 2013

Language Processors

 
 
The computer works only with the binary code. Therefore, the programs written in high-level language must be converted into the machine language for execution by the computer. Special programs are used to convert a source code into the object code. These programs are called language processors.

Sunday 8 December 2013

Features of C Language


1. Modularity.
2. movability.
3. Extend ability.
4. Speed.
5. Flexibility.

Friday 6 December 2013

Types of Languages

     
        

 There are two types of languages.

1: Low Level Languages.
2: High Level Languages.

1:Low Level Languages:

Those languages that is close to the machine language is
called low- level - language.  In computer science, a low-level
programming language is a programming language that provides
little or no abstraction from a computer's instruction set
architecture. The low level language have two languages; machine
language and Assembly language.

Thursday 5 December 2013

Programming


  
The process of writing computer programs. These set of Instructions are written for a specific problems. The process of developing and implementing various sets of instructions to enable a computer to do a certain task. These instructions are considered computer programs and help the computer to operate smoothly.