Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is ram?

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


Please Help Members By Posting Answers For Below Questions

#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6402


what type of questions arrive in interview over c programming?

2088


Why do we use pointer to pointer in c?

1142


What is variable in c example?

1133


What is the function of multilevel pointer in c?

1141


Why we not create function inside function.

2255


What is a const pointer?

1201


What is bash c?

1067


What is the use of a ‘’ character?

1151


When is a null pointer used?

1170


What is wrong with this program statement? void = 10;

1316


Which is best book for data structures in c?

1142


What is property type c?

1138


Differentiate between the = symbol and == symbol?

1369


What is a program flowchart and how does it help in writing a program?

1196