Computer Science, asked by anshmandia406, 7 months ago

D. Writer true or false:
1. Assembly language is machine independent language,
2. Machine and Assembly are the examples of low-level languages.
3 Interpreter and Compiler both are types of computer language.
4. Compiler translates the whole program at once.
5. Machine language uses mnemonic codes.
6. C++ is a low level language.
7. Machine language requires interpreter.​

Answers

Answered by gargigmailcom
10

Answer:

1. T

2. F

3. F

4. T

5. F

6. T

7 . F

Mark as brainliest

Answered by amikkr
0

If we see them carefully we can come to a conclusion that,

  1. "Assembly language is machine independent language" - (False) Assembly language is machine-dependent, although the mnemonics used to express instructions in it are not machine-understandable.
  2. " Machine and Assembly are the examples of low-level languages."-(True) A low-level programming language is one that provides little or no abstraction from the architecture of a computer's instruction set—commands or functions in the language map that are architecturally comparable to the instructions of the processor. This usually refers to machine code or assembly language.
  3. " Interpreter and Compiler both are types of computer language." - (False) Compilers and interpreters are actually computer programs. Both of them are used to translate a high-level language program into machine code that computers can understand.
  4. "Compiler translates the whole program at once." - (True) Compiler scans the entire program and translates it as a whole into machine code.
  5. "Machine language uses mnemonic codes." - (False) Assembly language uses mnemonics.
  6. "C++ is a low-level language." (True) Because they lack automated memory management, C and C++ are now considered low-level languages.
  7. "Machine language requires interpreter.​" (False)

Similar questions