introduction to programming concepts
introduction to programming concepts
1. Programs written in assembly language require a translator to convert them into machine
language. The translator here is called assembler.
2. The main advantage of assembly language is the programs take less time to run and use less
memory.
3. The level of detail required to write an assembly program is very high and the chances of making
mistakes is greater.
1. These are advanced computer languages that do not depend on the type of computers used.
2. It contains instructions in the form of English – like commands to perform a task.
3. A translator is needed to translate the symbolic statements of a high level language into
computer machine language.
4. FORTRAN and COBOL are the early examples of this sort of language.
5. Most modern languages such as BASIC, C, C++ AND JAVA are also third- generation languages.
1. Programmers only need to think about what problems need to be solved without thinking about
how to create an algorithm to solve them.
2. Computers now have the ability to think for themselves and draw their own interfaces using
programmed information in large database.
3. Prolog and Mercury are examples of fifth generation languages.