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
how to write a c program to print list of fruits in alpabetical order?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is the condition that is applied with ?: Operator?
Explain the difference between ++u and u++?
What was noalias and what ever happened to it?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is the value of h?
Explain pointer. What are function pointers in C?
Write a program to print “hello world” without using semicolon?
What is the equivalent code of the following statement in WHILE LOOP format?
Explain the use of #pragma exit?
How can I read in an object file and jump to locations in it?
Mention four important string handling functions in c languages .
Where are c variables stored in memory?
Where register variables are stored in c?