Computer Science, asked by tanmayyadav6328, 2 months ago

2. Define and write down the features of the 5 different types of computer languages with examples.​

Answers

Answered by cuurooj
4

Answer:

1. Machine & Assembly language:

Defination: Machine language is a language that has a binary form. It can be directly executed by a computer. While an assembly language is a low-level programming language that requires software called an assembler to convert it into machine code.

Features: Machine language is series of bit patterns (that is the binary form) that are directly executed by a computer, whereas Assembly language is a low-level language that needs compiler and interpreter, which converts that language to machine language. And then it could be understood by a computer.

Examples: Python, C, C++, etc. These syntaxes can't be understood by CPU; hence it gets converted internally to binary which CPU can understand by the medium of compiler and interpreter. Assembly language falls between a high-level programming language and Machine language.

Explanation:

Similar questions