CBSE BOARD XII, asked by hongshakoshel1, 1 month ago

define High level language?
Just two sentences
please right now​

Answers

Answered by dhruvpipariya2006
2

Answer:

In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer.

Answered by aagneysharma2009
0

Answer:

Explanation:

UpHigh level programming languages are languages that abstract away the low level details of the machine itself. C, C++, Basic, and Fortran are considered high level as they don't force the user to be concerned about things like CPU registers, call stacks, and building literally every piece of flow control and logic from the ground up. Compiled languages delegate the job of low level details to it's compiler, assembler, and linker

Similar questions