Languages Flashcards
1
Q
What is the only language that a computer understands?
A
Binary/Machine Code
2
Q
How does data that we enter become binary? For example how does program code get turned into it?
A
Through use of a compiler that takes the source code written in a programming language and translates it into machine code.