edited by
29,090 views
2 votes
2 votes

Which language is directly understood by the computer without translation program?

 

  1. BASIC language
  2. Assembly language
  3. High level language
  4. C language
  5. Machine language

 

 

edited by

5 Answers

Best answer
2 votes
2 votes
High Level Language(C,C++,BASIC)

                      ↓

Assembly language(NASM,TASM)

                      ↓

Machine Language(machine dependent i.e. each machine has different-different machine codes which that machine can understand)
selected by
1 votes
1 votes
Any program which is written in the computer is converted into binary form because the computer understands only binary number. Binary number we can call it as machine language so computer can understand machine language without any conversion.
Answer:

Related questions

2 votes
2 votes
3 answers
1
admin asked May 19, 2015
4,884 views
A translator program used in assembly language is called CompilerAssemblerInterpreterTranslatorOperating System
2 votes
2 votes
1 answer
2
admin asked May 19, 2015
11,327 views
Which is not a basic function of a computer? Accept and process dataAccept inputProcess dataStore dataScan text
1 votes
1 votes
1 answer
3
admin asked May 19, 2015
2,463 views
Which of the following is NOT true about computer files? They are collections of data saved to a storage mediumEvery file has a file nameFile extension is established by ...
2 votes
2 votes
2 answers
4
admin asked May 19, 2015
1,982 views
Which of the following refers to the process of a computer receiving information from a server on the Internet? gatheringuploadinginputtingoutputtingdownloading
2 votes
2 votes
1 answer
5
admin asked May 19, 2015
1,698 views
When machine instructions are being executed by a computer, the instruction phase followed by the execution phase is referred to as program cyclemachine instructionexecut...