Computer Science, asked by gouravgurjar2650, 4 months ago



1. What are the features of high level language?​

Answers

Answered by Anonymous
0

Answer:

Require translation.

Portable.

Easier to read, write and maintain as commands are similar to English.

Allow access to module libraries.

Use data types and data structures, selection statements and repetition/iteration constructs.

Answered by phoenix51
0

Answer:

Advantages :

1. It is a machine independent language.

2. It is easier to understand and develop the program logic.

3. The instructions can be written using English words or phrases.

4. The error detection and correction is easier.

Disadvantages :

1. It requires a translator to convert the source code into machine code.

2. The machine code of high level instructions might be less efficient than the machine code generated from assembly level instructions.

Similar questions