what is ram?
Answers were Sorted based on User's Feedback
Answer / poonam
RAM is Random Access Memory. It is a form of computer data
storage that allows data to be stored in any order(ie
random).It is the temporary volatile memory of the computer
system which when the computer is switched off the memory
inside the RAM is lost.
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / sakthi
RAM is Random Access Memory.There are two types of memory 1.ROM 2.RAM. RAM is the temporary volatile memory when the computer is turned off the memory inside the RAM is lost.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
write an algorithm and a program to count the number of elements in a circularly singly linked list
what is inline function?
List the difference between a "copy constructor" and a "assignment operator"?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is the Purpose of 'extern' keyword in a function declaration?
WHAT IS MEANT BY LIFE?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Is main is a keyword in c?
What is a pointer?
Describe dynamic data structure in c programming language?
Array is an lvalue or not?