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

1.23K 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

Most people are misinterpreting the question.

The code itself is made in a way that when fed into the cpu, the cpu will interpret everything into its own instructions.

Retrieve x from memory, retrieve y from memory, add x to y, ask the chipset for access to a resource, etc.

The cpu, gpu and igpu all take data that’s created to tell them what to do. The gpu will form images and send them to the monitor, the cpu will compute things.

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