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 |
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Explain how do you print an address?
WHO WROTE C LANGUAGE?
what is the disadvantage of using macros?
what is the format specifier for printing a pointer value?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
How to access or modify the const variable in c ?
16 Answers HCL, HP,
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
State the difference between realloc and free.
what is the use of pointers