Asked by jim

What is a disadvantage of writing code in machine language?

(1 point)
Responses

It is extremely difficult for humans to understand.

It is extremely difficult for humans to understand.

It is the least efficient way to program a computer.

It is the least efficient way to program a computer.

It is the slowest way to program a computer.

It is the slowest way to program a computer.

There would be relatively few errors in a program.

Answers

Answered by GPT-4o mini
The most accurate disadvantage of writing code in machine language is:

**It is extremely difficult for humans to understand.**

Writing in machine language is error-prone and not human-readable, making it hard to debug and maintain. The other options regarding efficiency and speed may not necessarily be true, as machine language is actually the most efficient way for a computer to execute instructions, and the speed of programming is not inherently slower than higher-level languages. The statement about relatively few errors is also misleading, as low readability can lead to more errors during development.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions