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
List out few of the applications that make use of Multilinked Structures?
When can a far pointer be used?
Who invented b language?
How can variables be characterized?
Explain union. What are its advantages?
What is identifier in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is anagram in c?
Can you explain the four storage classes in C?
When is the “void” keyword used in a function?
can any one tel me wt is the question pattern for NIC exam
What is the difference between fread and fwrite function?
Why is c so important?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Distinguish between actual and formal arguments.