How do transistors translate into computations?

276 views

I do not understand how transistors are used to compute, especially how immense amounts of them are used, how does what know the states of all of them?

In: 1

5 Answers

Anonymous 0 Comments

Basically we use a technique called abstraction that lets use use layers of complexity. Just like you don’t need to know the detailed thermodynamics of how an engine works to drive a car, you don’t need keep all the details of a computer system in your head when designing such a system. The best book to read on this topic is called Code: The Hidden Language of Computer Hardware and Software, by Charles Petzold.

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