Computer Science, asked by Anonymous, 9 months ago

Define high level language? ​

Answers

Answered by ArianneHester
8

Answer:

a high level language is a programming language which is used to write code in high level of data abstraction. It can be thought of as a language which is used to simply complex low level code and write computer instruction in an easy to understand way. they can be either compiler languages or an interpreter base language. Rather than dealing with some really low level stuff like memory addresses, register, dynamic memory, pointers etc. which are fairly hard to implement, it generally concerns with writing boolean, complex arithmetic expressions, objects, arrays and other data structures. All that low level stuff for the language is handled mostly internally eg. auto garbage collection. eg. of a few high level languages are python. fortran, pascal etc. The codes written in these languages is independent of any computer architecture.

for further reference please visit: https://brainly.in/question/642838

Similar questions