126k views
0 votes
For what purpose are high-level programming languages used?

O Give control over the hardware to execute tasks quickly
O Provide code that controls the computer's hardware
Translate low-level programming languages into machine code
Write programs for general applications

For what purpose are high-level programming languages used? O Give control over the-example-1
User Wheeliebin
by
4.6k points

1 Answer

4 votes

Answer:

The purpose for which high level program is used is;

Write programs for general applications

Step-by-step explanation:

High-level programming language or high-level language (HLL) is a programming language that is more closer to human languages and are much different from the assembly language or machine language which are designed for a specific machine architecture and are therefore non-portable

Therefore, a high level language is a portable language that can be written for and used on different types of computers as general applications

Examples of high-level languages includes PHP, Perl, C++, Java and Python

User Serge Wautier
by
4.2k points