COMPUTER SCIENCE AND ENGINEERING
SYSTEM SOFTWARE
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 Programs written in low-level languages (select all that apply) 
| 
 | 
  are less memory intensive 
 
 | 
| 
 | 
  allow the programmer to directly control hardware (in embedded systems) 
 
 | 
| 
 | 
  easy to write and test 
 
 | 
| 
 | 
  easy to run on any machine 
 
 | 
 Explanation: 
Detailed explanation-1: -Assembly language: An assembly language is a low-level programming language designed for a specific type of processor.
Detailed explanation-2: -Two types of low-level language are: machine code. assembly language.
Detailed explanation-3: -Assembly language is still used today, for example, in low-level embedded systems and device drivers. It is faster to run because it doesn’t need as much translation as a high-level language (see Translator section for more information).
 There is 1 question to complete.