TYPES OF COMPUTER PROGRAMMING LANGUAGE
- Get link
- X
- Other Apps
TYPES OF COMPUTER PROGRAMMING LANGUAGE:
1. Machine
Language
2. High
Level Language
3. Assembly
Language
4. Low Level Language
2. High
Level Language: It is a formal language in which programmer can write
instructions to perform specific task. Ex. C, C++, JAVA etc… programming
language are high level language. High level languages are easily
understandable by programmer. If we execute our program high level language
must be converted into machine language.
3. Assembly
Language: It is a programming language which includes symbols
like… ADD, SUB, MUL, DIV etc… for arithmetic operations, binary numbers, memory
address or register etc. This language is difficult to understand. Machine can
understand only machine language (binary format). Assembly language must be
converted into machine language.
ASSEMBLY LANGUAGE -> ASSEMBLER -> MACHINE LANGUAGE
Assembler converts assembly language into machine
language.
4. Low
Level Language: Machine language and assembly language are low level
language which are directly tied-up with computer system.
- Get link
- X
- Other Apps
Comments
Helpful content 👍
ReplyDelete