Computer Science, asked by nirmalbisswas, 8 months ago


6. Define an algorithm.
4. Why are low-level languages faster than high-level languages?​

Answers

Answered by tejoo
4

Explanation:

High-level languages are usually slow when compared to low-level languages. This is because high-level languages have a lot of abstractions and layers of code before they reach the hardware itself whereas since machine code is nearer, its actually fast to process and return the output.

Answered by ravi2742
1

Answer:

a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

Low Level language programs are faster than High Level language programs as they do not need to convert. They have less number of syntaxes, functions, keywords, class libraries.

Similar questions