Computer Science, asked by KimZ2311, 1 year ago

Explain machine language, assembly language and high level language.

Answers

Answered by aatif5
3
high level language provides almost everything that the programmer might need to do as already built in to the language...

for example:- ADA , BASICS,COBOL, FORTRAN, MODULA2
Answered by KokoKrunch06
1

Answer:

Machine Language - A computer is an electronic machine; it can only feel electricity and is designed to work with information. It cannot understand human languages but instead, it uses the binary language or machine language. The machine language consists of only two numbers, 0 and 1. When you type any character, the computer translates it to numbers and understands it based on the number system.

Assembly language - is more advanced than the machine language as it uses mnemonics in place of machine codes to simplify the programmer’s way of creating programs.

High-level languages - allow programmers to use English commands to carry out instructions. Examples are BASIC, COBOL, Pascal, and FORTRAN.

Explanation:

Similar questions