101k views
1 vote
Which of the following represent features of high-level programming languages? Check all of the boxes that apply.

They use only zeroes and ones.

They are used to author most software today.

They are CPU-specific.

They use friendly English-like languages.

They can be directly understood by a CPU.

They are compiled or interpreted into machine language.

2 Answers

6 votes

Answer:

they are used to author most software today

they use friendly english-like languages

they are compiled or interpreted into machine language

Step-by-step explanation:

this is correct on Edgenuit

User Chenglu
by
4.7k points
7 votes
  • They use only zeroes and ones.
  • They are used to author most software today.
  • They are CPU-specific.
  • They use friendly English-like languages.
  • They can be directly understood by a CPU.
  • They are compiled or interpreted into machine language.

Step-by-step explanation:

Any software development programing language is coded with normally programing English specific codes which is understandable by programming languages. On success of coding, the above mentioned software’s features of high-level programming languages are represented

As CPU (computer) finally can understand zero and one. Even typing a character in keyboard display the same character in the monitor CPU (computer) is converted to zero and ones. In software development software is compiled or interpreted in machine language as zero and one.

User Skrtbhtngr
by
6.1k points