227k views
5 votes
In what way are low-level programming languages limited?

They are much closer to human languages than high-level programming languages.
O The code has to be written for a specific computer and will only work on that one type of computer.
The code must be translated into program code by interpreting or compiling.
O They tend to be slower than ones written with high-level programming languages.

In what way are low-level programming languages limited? They are much closer to human-example-1
User Ramast
by
5.5k points

2 Answers

7 votes

Answer:

A

Explanation: I just did it

User Lolo Me
by
6.3k points
3 votes

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.

User Torgheh
by
5.5k points