What is NV-RAM?
Answers were Sorted based on User's Feedback
Answer / shashank shukla
Non Volatile random access memory is the general name given
to any type of the random access memory that retains it's
content's even when the power is turned Off.....Generally
this concept is implemented in FLASH CARDS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shashank shukla
Non Volatile random access memory is the general name given
to any type of the random access memory that retains it's
content's even when the power is turned Off.....Generally
this concept is implemented in FLASH CARDS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / v.vijayakumar
Nonvolatile Read Write Memory, also called Flash memory. It
is also know as shadow RAM.
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain what are device drivers used for?
When would you choose bottom-up methodology?
What do you call a bootable disk that contains a full usable os?
I want to install sql server as a database server and Oracle 10 I as a programming language for this i choose windows 2003 server as a operating system..ok.and come to hardware part i have 8 SATA hdd's each one has 300 gb of capacity. my requirement is i want to insert thease 8 hdds into a system by using RAID LEVELS(Leave about configuration). in Raid Levels which level will give 100% data backup(safe).if u give preferance for one purticular raid level please let me know what are the benfits with that Please suggest me with best answers.
What are a virtual machines and site their advantages?
What is the difference between 32 bit and 64 bit os?
Difference between a thread and process?
On what level of security does windows nt meets?
What are the different memories you know about? Which of them takes the shortest access time?
Does uninstalling a program delete it?
Can you tell me the difference between semaphore and mutex.
In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a character two words are appended .Then for storing a K characters string, How many words are needed. [a] 2k/9 [b] (2k+8)/9 [c] (k+8)/9 [d] 2*(k+8)/9 [e] none