127k views
3 votes
Code written by computer programmers is translated to binary code, so computers can understand the instructions. True or False

2 Answers

2 votes

Answer:

True

Step-by-step explanation:

FLVS intro to Programming honors

User Sayyid J
by
5.6k points
2 votes

Answer:

True

Step-by-step explanation:

High-level languages such as Java, C++, Ruby, Python, etc need to be translated into binary code so a computer can understand it, compile and execute them.

Machine language is the only language that is directly understood by the computer because it is written in binary code. But writing codes in Machine Language is tiring, tedious, and obsolete as no one really uses it anymore.