Write true or false (1) Interpreter is used to convert high level languages instructions into machine languages.
(2) C++is a machine languages.
(3)Low level languages are machine independent.
(4)Machine languages gives instructions in the form of 0's and 1's.
Answers
Answered by
7
Answer:
(2) C++ is a machine language
hope this answer will help you
And please maka me brainlist
Answered by
2
Answer:
(1) TRUE
(2) FALSE
(3) FALSE
(4) TRUE
Explanation:
(1) interpreters compile or interpret source code to object code or machine code
(2) C++ is a high level programming language
(3) Low level languages are machine dependent while High level languages are Machine independent ( means the program can work on any computer system).
(4) Machine languages only understand binary ( 0's & 1's )
Similar questions