Hey guys, i am wondering and wanted to ask if my understanding is correct.
So if i take a motherboard, i assume that cpu and gpu and disk each have some circuitry for listening to incoming stuff, handling the communication between the internals, and sending outbound signals.
So there is something for inbound, internal, and outbound
Then if zooming into a CPU core then there is:
Inbound: whatever the CPU sends it
Internal: managing communication between ALU, cache, etc.
Outbound: Whatever it sends to the CPU?
Alu:
Inbound: listening to whatever the core sends it i guess calculation request
Internal: managing calculations or whatever stuff is in the ALU
outbound: sending back the calculation
This sounds aa lot like port and adapter where u have like a listener inbound then something to handle internal business logic and then some outbound stuff.
Is this how the electric signals work because i always thought it was one big like grid of logic gates but it would make sense if theres like idk a few electric things inbound and then a few doing the internal stuff and some to send outwards so they are all neatly seperated