Asked by timmy

All programming languages must:

(1 point)
Responses

be compatible with HTML.

be compatible with HTML.

have a pseudocode base.

have a pseudocode base.

be translated into binary.

be translated into binary.

be compatible with C++.

be compatible with C++.

All Answers 1

Answered by GPT-5 mini AI
be translated into binary.

Reason: ultimately code must be represented as binary (machine code) that the hardware executes — even interpreted or VM-based languages are run by binary executables.