0
You visited us 0 times! Enjoying our articles? Unlock Full Access!
Question

A language which is close to that used within the computer is ____________.
  1. Assembly language
  2. High-level language
  3. Low-level language
  4. All of the above
  5. None of the above

A
High-level language
B
Assembly language
C
Low-level language
D
None of the above
E
All of the above
Solution
Verified by Toppr

A language which is close to that used within the computer is Low-level language

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to processor instructions. Generally this refers to either machine code or assembly language.

Low-level languages can convert to machine code without a compiler or interpreter second-generation programming languages use a simpler processor called an assembler and the resulting code runs directly on the processor. A program written in a low-level language can be made to run very quickly, with a small memory footprint. An equivalent program in a high-level language can be less efficient and use more memory.

Was this answer helpful?
0
Similar Questions
Q1
A language which is close to that used within the computer is ____________.
View Solution
Q2
A computer program that converts assembly language to machine language is?
View Solution
Q3
Assembly is a ___ based low-level language replacing binary machine-code instructions which are very hard to remember. It is the classic and uncontroversial example of a low-level language.
View Solution
Q4
Computer programs are written in a high-level programming language; however, the human-readable version of a program is called
View Solution
Q5
Computer programs are written in a high-level programming language; however, the human-readable version of a program is called __________.
View Solution