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 was c created?
Why do we use main function?
What is sizeof array?
In a switch statement, what will happen if a break statement is omitted?
What is function pointer c?
How can type-insensitive macros be created?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is static and auto variables in c?
What is the meaning of typedef struct in c?
Can we declare function inside main?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the function of this pointer?
How to create struct variables?
What is the use of in c?
Explain how do you override a defined macro?