Programming code tells the computer to do something, but what makes the code actually mean anything to the computer?

1.24K views

Programming code tells the computer to do something, but what makes the code actually mean anything to the computer?

In: Engineering

36 Answers

Anonymous 0 Comments

There is a process called compiling that turns people code into machine code. Machine code is very basic commands stored in binary. The computer interprets the 0’s and 1’s of binary as high and low voltages which act as inputs to an electrical circuit that operates the device.

Source: am a computer engineering student and Minecraft redstone engineer

You are viewing 1 out of 36 answers, click here to view all answers.