edited by
32,856 views
2 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

 

 

5 Answers

Best answer
2 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 1 vote
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.
Position:
Show:
Answer:

Related questions

2 2 votes
3 answers 3 answers
7.2k
7.2k views
admin asked May 19, 2015
7,187 views
A translator program used in assembly language is called CompilerAssemblerInterpreterTranslatorOperating System
2 2 votes
1 answers 1 answer
12.8k
12.8k views
admin asked May 19, 2015
12,814 views
Which is not a basic function of a computer? Accept and process dataAccept inputProcess dataStore dataScan text
1 1 vote
1 1 answer
3.9k
3.9k views
admin asked May 19, 2015
3,854 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 2 votes
2 answers 2 answers
3.9k
3.9k views
admin asked May 19, 2015
3,850 views
Which of the following refers to the process of a computer receiving information from a server on the Internet? gatheringuploadinginputtingoutputtingdownloading
2 2 votes
1 1 answer
3.6k
3.6k views
admin asked May 19, 2015
3,616 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...