Computer Science, asked by deepanshu9887, 1 year ago

what are high level and assembly language

Answers

Answered by chintu123456789
1
In the early days of programming, all programs were written in assembly language. Now, most programs are written in a high-level language such as FORTRAN or C. Programmers still use assembly language when speed is essential or when they need to perform an operation that isn't possible in a high-level language.
Answered by dfgh4
2
what is high level language ?

Answer. High-level languages are designed to be used by the human operator or the programmer. However, every single program written in a high-level language must be interpreted into machine language before being executed by the computer. BASIC, C/C++ and Java are popular examples of high-level languages.

Q. what is assembly language ?

Answer Assembly language

Low-level programming language

Assembly language definition is - a programming language that consists of instructions that are mnemonic codes for corresponding machine language instructions.

deepanshu9887: can u explain it simply
dfgh4: ok
Similar questions