Answer Posted / naresh lingampally
RAM Random Access Memory...
This is a temporary buffer memory...
Reason/Use :
NO storage devices connected to the computer can
work/compensate with the Processor speed so... here RAM
stores the data or the instructions that needs to be
executed by the processors so that it can at least provide
the data on time to the processor.
That is the reason .. higher the RAM (compatible with
Processor) faster is the computer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
#include
what type of questions arrive in interview over c programming?
Why do we use pointer to pointer in c?
What is variable in c example?
What is the function of multilevel pointer in c?
Why we not create function inside function.
What is a const pointer?
What is bash c?
What is the use of a ‘ ’ character?
When is a null pointer used?
What is wrong with this program statement? void = 10;
Which is best book for data structures in c?
What is property type c?
Differentiate between the = symbol and == symbol?
What is a program flowchart and how does it help in writing a program?