Characteristics of high and low level programming languages?

2

2 Answers

Florio Potter Profile
Florio Potter answered

High level languages have several advantages over Low Level Programming Languages.

  • Easy to learn
  • Easy to detect errors
  • Machine Independent
  • Availability of Liberty Functions
  • Shorter Program
  • Well defined Syntax and standard
For more information get help at CodeAvail- Online Computer Science Assignment
help

Brady Profile
Brady answered
High level language is highly specialized to the production of a certain type of program for a specific machine.  Low level language offers a great deal of control over what the program will do and how it will do it, however requires much more specific commands and coding to get the job done properly.

Answer Question

Anonymous