47.1k views
3 votes
What is the advantage of using a high-level language over machine language for writing computer programs?

A.
occupies less space
B.
is easier to write programs
C.
increases computational skills of a programmer
D.
increases security features of the software

2 Answers

3 votes

This is an interesting question. High-level programming languages like python, swift, etc... are such programming languages that depend heavily on system. The code written in such languages is usually easy to read because the syntax is very human-like unlike with low-level programming languages like machine code when you would be literally just writing zeroes and ones all day and you still probably wouldn't write the whole program.

So my answer to your question is B.

Hope this helps.

r3t40

User Tony R
by
5.3k points
0 votes

Answer:

B. is easier to write programs

Step-by-step explanation:

High-level languages are most commonly used languages these days. The ease of understanding and writing programs in high-level language has made them very popular. High-level languages are near to human. English words are used to write programs in these languages. So option B is the correct answer..

User Marijus
by
5.2k points