Need Help; Researching CPUs

ThatOneIdiot

Prominent
Jul 26, 2017
13
0
510
Hello; I am looking into CPUS, I would like to see how they work on an atomic level. I don't know much about this advanced area, but I would like to research it. If anyone has any references to books or information about this it would be greatly appriciated, I am a student and would like to go into hardware engineering including machine code and also how CPUs Actually work. Thanks to all, much appreciated.
 
Solution
I mean, obviously at the atomic level it's just silicon, lead soldering and an electric current (obviously more elements are involved, but the atomic structure of a CPU doesn't matter anyway). My professor gave me this video: https://www.youtube.com/watch?v=cNN_tTXABUA which does a decent job at explaining basic CPU structure and RAM interactions. Obviously goes into detail about instruction sets and how those are processed since that's basically what the CPU does.

As far as machine coding goes, that's not my expertise, but I'm sure google has many resources available to that tune.

JalYt_Justin

Reputable
Jun 12, 2017
1,164
0
5,960
I mean, obviously at the atomic level it's just silicon, lead soldering and an electric current (obviously more elements are involved, but the atomic structure of a CPU doesn't matter anyway). My professor gave me this video: https://www.youtube.com/watch?v=cNN_tTXABUA which does a decent job at explaining basic CPU structure and RAM interactions. Obviously goes into detail about instruction sets and how those are processed since that's basically what the CPU does.

As far as machine coding goes, that's not my expertise, but I'm sure google has many resources available to that tune.
 
Solution

ThatOneIdiot

Prominent
Jul 26, 2017
13
0
510


Thanks for responding, much appreciated I will look further into this.
 

rasmasyean

Distinguished
Mar 15, 2008
264
1
18,795
I guess what you might want to do is look up this thing called "PN Junction" (on YouTube or whatever). That is the basis of how all "computing" works on the atomic level I guess. It explains how electrons move in a semiconductor and leads to the next step...the transistor.

Pretty much everything else after that is how to arrange transistors in various patterns to perform what we call "binary logic". And that leads to computer architecture which does this binary logic in various ways to "compute" some mathematical calculations and set 1's and 0's everywhere.
 

ThatOneIdiot

Prominent
Jul 26, 2017
13
0
510


Thank you so much, I am looking into now, thanks again.