Saturday, 6 June 2015

Various types of C compiler:

Such as-:
-Traditional C/Unix C.
-Borland C
-Turbo C
-Microsoft C
-Zortech C
-Watcom C
-Power C etc....

Interpreter:


An interpreter program executes other programs directly and executing it line-by-line. There is any problem the problem isidentified and easily solved it.

Assembler:

Assembler is a kind of translator.assembler meaning to  do convering othar languages. An assembler translates assembly language into machine code. Assembly language consists of mnemonics for machine opcodes so assemblers perform.

What is Translator:

To source programming language written by assembly and high level language form convert machine language it is called Translator.there are many kinds of translator such as-
1. Assembler.
2. Compiler.
3. Interpreter.

What is High-Level Language:



High-level language is the most important at this programming world .There are many kinds of high level language such as  FORTRAN, COBOL, BASIC, PasCal, C, C, #C etc.High level language is any programming language that enables development of a program in much simpler programming context and is generally independent of the computer's hardware architecture.

Thursday, 4 June 2015

Assembly Language:

Special shortly symbols such as (ADD, SUB, MUL, DIV, LOAD, MOV, MVI, JMP, JNZ, INC etc) using to write-in that programming Language it is also be called Assembly Language.

Machine Language:

By using (0,1) binary digit written that programming Language it is called Machine Language.