The three hardware components that are inside every computer and are essential for it to function are CPU, RAM, and Storage (HDD, SSD). CPU is basically the brain of the computer where everything is calculated. The RAM is the memory that stores temporary information. Lastly, the Storage device is where the entire operating system and persistent data will be saved and accessed from. 64-bit processors are better simply because they can access more memory at any given time and therefore allows it to manipulate more data at the same time.
A function does not require the number of times that the <em>code script needs to be executed
</em>
When we go for large programming, ie. while creating projects, we can invoke function from one file to another based on the access <em>specifier mentioned for the function.
</em>
There is a stack call created in the memory whenever a <em>function is called.
</em>
<em>LOOP
:</em>
Whereas the number of times that the loop has to be <em>executed must be defined
</em>
A loop cannot be called, it can be used only the code block in <em>which it is present.
</em>
There is not overhead of creating a stack since it is not invoked and there is no <em>transfer of control from one module to another
</em>