core processes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

core processes

how do cpu cores implement calculation? for example: what do they do materially in an incrementation loop?

27th Nov 2018, 11:42 AM
Nils Kaplan
Nils Kaplan - avatar
3 Answers
+ 2
This is one of many good videos detailing how a CPU works. I like the breakdown in this video as a starting point. https://youtu.be/cNN_tTXABUA
27th Nov 2018, 6:26 PM
David Carroll
David Carroll - avatar
+ 1
Not sure how deep you want to go so...to give you an idea of the area you're in, flip-flops are used for counters: https://www.electronicshub.org/flip-flops/ https://en.m.wikibooks.org/wiki/Electronics/Latches_and_Flip_Flops If you mean that level, you may have better luck on an electronics forum. Even assembly discussions may be tricky here because of the hardware knowledge required.
27th Nov 2018, 5:29 PM
Kirk Schafer
Kirk Schafer - avatar