Why do software developers prefer to use high-level language to author programs?
It can be used on computers without microprocessors.
It prevents anyone from making changes to the software later.
It uses a more English-like syntax.
It’s less complicated because it only uses zeros and ones.

Respuesta :

Lanuel

The reason software developers prefer to use high-level language to author software programs is because: C. It uses a more English-like syntax.

What is a software?

A software can be defined as a set of executable instructions that is typically used to instruct a computer system on how to perform a specific task (function) and proffer solutions to a particular problem.

What is a compiler?

A compiler can be defined as a software program that is designed and developed to translate the entire source code of program at once, in order to produce an object code.

This ultimately implies that, a compiler translates a software program that is written in a high-level language into low-level language (machine language).

In conclusion, the reason software developers prefer to use high-level language to author software programs is because it is designed and developed to use a more English-like syntax.

Read more on software syntax here: https://brainly.com/question/19176627

#SPJ1