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 |
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
Explain what is page thrashing?
What does *p++ do?
What is structure pointer in c?
why Language C is plateform dependent
What is a newline escape sequence?
Differentiate abs() function from fabs() function.
What is meant by global static? why we have to use static variable instead of Global variable
Can you explain the four storage classes in C?
Why we use conio h in c?
How arrays can be passed to a user defined function