Answer Posted / nadeem khokhar
non volatile RAM, e,g. when system goes restart all the information erased from that, but if you are using the MS WORD and were in between and system goes restart, when you again open it, it says to restore the state where you were and did not saved at that point, that is due to NVRAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Any real time example of O2C process from taking order till creating invoice.
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
Where do we need Operator overloading?
how to work search engine? plz detail answer me.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Tell me the jobs for the MCA Fresher in delhi, Noida..
How do i find out the number of parameters passed into function?
can we retrieve only integer/String type columns from a table,if yes how?
how to display xisheet in list box in c# .net
< DL Compact > tag is used for
smal talk is pure object oriented or not?
what does mean and stack mean in genral programming?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)