127k views
13 votes
High-level languages must be translated into machine language before they can be executed. _________________________

1 Answer

2 votes
High-level language programs must be translated into machine language before they can be executed. (Machine language instructions are encoded as binary numbers that are meant to be used by a machine, not read or written by people. The Java compiler translates Java programs into a language called Java bytecode.
User Page COW
by
5.3k points