How does the code/software - hardware interaction takes place? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How does the code/software - hardware interaction takes place?

What is the core concept behind the code-hardware interaction? I know that the codes we write causes the voltage fluctuations in the circuit and the processor and that is the reason behind for the data being processed; but I don't know the core concept behind it and how it happens.

15th Dec 2017, 7:56 AM
Ritwek Jaiswal
1 Answer
0
There are few layers between your program and hardware normally. Brief description on how for example memory works https://lwn.net/Articles/250967/ and this brief description is not really short. So in most cases when you program you need to know how the OS will interact with your program.
15th Dec 2017, 8:45 AM
Dima Makieiev
Dima Makieiev - avatar