In what way are high-level programming languages limited? (5 points)
a
They are less readable by humans because they are written in the computer's native machine code.
b
They are written for specific computers and will only work on that one type of computer.
с
They give more control over the hardware and execute tasks more quickly.
O
d
They must be translated into machine code by interpreting and compiling.

Respuesta :

Answer:

low-level language is a type of programming language that contains basic instructions recognized by a computer. Unlike high-level languages used by software developers, low-level code is often cryptic and not human-readable. Two common types of low-level programming languages are assembly language and machine language.

Explanation:

High level-level programming language is limited in that They must be translated into machine code by interpreting and compiling.

What is a High-level programming Langauge?

High-Level Programming Langauge is a language that is written in human-readable form, in other words, they include normal human statements which makes it easy for programmers to understand.

For High-level programming Langauge to work effectively, a compiler is needed to transform these statements into machine codes.

Learn more about High-level programming Langauge here:

https://brainly.com/question/22695199

#SPJ2