(A) Codes
(B) Binary
(C) Julia
(D) Rust
Explanation
The most basic language that computers understand is Binary language. This language contains only two variables One(1) and Zero(0). Every computer converts a high level programming language to basic binary language before the execution of an instruction.
Conclusion
This question is a part of the Topic Quiz section from the Intro to Code course. You can check out all the quiz answers to this exam in our Intro to Code Answers page.