Is it required to know the mechanisms and the various processes that are going on inside the computer when i just want to be a d | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it required to know the mechanisms and the various processes that are going on inside the computer when i just want to be a d

By mechanisms, I mean like the process how a variable is stored in the memory and how compiler language is converted to machine language

12th Jun 2017, 9:09 PM
Shriram
Shriram - avatar
2 Answers
+ 5
It's not a necessary thing, even if it might be interesting to know
12th Jun 2017, 9:23 PM
Baptiste
Baptiste - avatar
+ 5
Not required, but it can help when you have to debug some code and the high level source does not tell you really what is going on. Stepping through the assembly might show you the problem.
12th Jun 2017, 11:06 PM
Karl T.
Karl T. - avatar