Explain the difference between low-level language and high-level language.

What will be an ideal response?


Low-level languages. A low-level language is based on commands specific to a particular CPU or microprocessor family. Programs written with these languages run directly on the hardware without any preprocessing. Low-level languages include machine code and assembly languages.

High-level languages. A high-level language uses command words and grammar based on human languages to provide what computer scientists call a level of abstraction that hides the underlying low-level assembly or machine language. These languages are used to develop applications, games, Web apps, and most other software.

Computer Science & Information Technology

You might also like to view...

A unique student ID number could be used as a _________, whereas a student’s last name would not be suitable because two students might have the last name.

a. Primary Key b. Sort Key c. Record Type d. Data Source

Computer Science & Information Technology

How many possible fields can be contained in an IPv4 header?

A. 14 B. 15 C. 19 D. 21

Computer Science & Information Technology

To remove a column from an existing table, use the ___ keyword with the ALTER TABLE statement.

A. REMOVE B. DELETE C. DROP D. CANCEL

Computer Science & Information Technology

Typing URLs in the Link text box in the Property inspector can be very tedious.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology