what is ram?

Answers were Sorted based on User's Feedback



what is ram? ..

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

what is ram? ..

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

what is ram? ..

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

Post New Answer

More C Interview Questions

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


What do you mean by keywords in c?

0 Answers  


Can we assign string to char pointer?

0 Answers  






write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


why should i select you?

21 Answers   Wipro,


Is c procedural or object oriented?

0 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


in which language c language is written?

2 Answers  


What is the difference between int main and void main in c?

0 Answers  


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

0 Answers  


Categories