Home › IBPS Clerk › Computer Awareness › Software › Low level languages differ from high level langu…
Low level languages differ from high level languages mainly because low level languages are:
AEasier to debug
BAlways interpreted
CWritten in English sentences
DMachine dependent
Answer & Solution
Correct answer: D. Machine dependent
1. Low level languages include machine language and assembly language.
2. They are machine dependent, so code written for one type of CPU will not run on another.
3. High level languages are machine independent and simpler to write code into.
4. High level code uses English-like sentences, which is the opposite of option D.
5. Finding errors in machine language is difficult, so option B is also wrong.
_Source: NCERT Computer Science Class 11, Ch 1 'Computer System', S1.7.3 Programming Tools_
Related questions
Software written for a wide audience, such as a spreadsheet tool or a web browser, is callWhich of these is an example of proprietary software?Skype and Adobe Reader, which can be used free of cost but whose source code is not releasWhich statement correctly distinguishes an interpreter from a compiler?Which translator converts the whole source program into machine code in one go?A device driver works as an interface between the attached device and the:An antivirus program and a disk defragmentation tool are both examples of:Software is broadly classified into which three categories?