But exactly how does coding work? Code is written in a programming language that the computer can understand. Popular examples include C++, Java/JavaScript, SQL, and Python. In reality, this language is only an intermediary between human communication and the true language of computers: machine code. Once the code is written, it needs to be compiled, which typically involves translating the code into binary coded signals (ones and zeroes) that the computer can understand and execute.