open file...!!! what happens when you just give this command..!!

Before staring this article i would like to clear about what is RAM ....?

So RAM is the memory with which we usually work in computer that is whatever is visible in our computer screen say if we opened a word document than that is visible to us and can change the data in it by modifiying the previous data or by writing the new document .

The meaning of above sentence is simple that whatever we see in monitor or display device is RAM .

SO NOW moving on  suppose you wrote something  in word now suddenly if light goes off then ..??? surely our data that we wrote will not be present and when  light comes , we switch on the computer we see that the data is destroyed..!!  so  this is the first charecteristic of RAM that is RAM is volatile (to vapuour up) now second thing happens is by mistake we closed our document then also same thing happens the data gets perished away....!!

Now we want that our data might be safe and must be present whenever we want then...??

yess the result is save so what is save command ...??

Usually we ask people that give the defination of save and they are like dumb humans save ....!!! save means simply save nothing else but according to me Save has a defination save means to store something by giving a name that means to store our data by giving a name that is the similar defination of file what is file collection of data by having name ...!!

So NOW the meaning of RAM is clear to all whatever is visible to us on the monitor screen for any purpose reading or writing is the data in the RAM this is the defination i have derived .

 When we store the data the data is in disk that is on the permanent memory after we store the file the file is not visible to us after we shut down and again we open the computer we need that file so we go to file menu and select the name to get that file and give "open" command than what is the actual mechanism behind it..?? what happens by clicking "open" we give a command to ROM to fetch data from disk and load into RAM and again as i said whatever is visible  is in the RAM so that data is now in RAM again you press "save" button than what happens actually you give the opposite command to ROM to transfer the data from RAM to disk that is permanent memory .


THIS WAS SOMETHING DIFFERENT FROM C , CPP, JAVA 
BUT ITS QUITE AN INTERESTING ONE.....!!

Comments

Popular posts from this blog

State space search / blocks world problem by heuristic approach /TIC TAC TOE

Navigation in Vaadin.

Drag and drop items from one Grid to another