2+2 : Basis of Computer Technology?

Status
Not open for further replies.

Klope3

Baseband Member
Messages
67
Since it would seem (fairly obviously) that the basis of modern computer technology is math, I'm going to ask a simple question that probably has a fairly complicated answer...

"What does a computer do in order to find the value of 2+2?"

In other words, what phenomena are harnessed so that a computer can complete any valid mathematical operation? What happens between the time that appropriate energy enters the computer and the time that "4" appears on the screen as a specific arrangement of pixels?

Again, I'm sure this is pretty complicated. But if you've got the knowledge, feel free to be as detailed as you can. I (and hopefully plenty of others) would find it very interesting.
 
You're right in that the answer is quite complicated.

What you're looking to understand is ALUs and FPUs, which form the basis of pretty much every processor designed. They're made up of smaller circuits, which in turn are comprised of logic gates.
The pic below is of an 'adder' which is part of what an ALU is made up of.
400px-Full_Adder.svg.png


I'd suggest reading up here, unless you understand the basics of binary logic and simple electronics though, it's not going to make much sense I'm afraid :p
Arithmetic logic unit - Wikipedia, the free encyclopedia
 
Interesting. Thanks for the reply; I hope to look into it. :)

Other responses are welcome, as well!
 
Status
Not open for further replies.
Back
Top Bottom