Answer Posted / 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 |
Post New Answer View All Answers
Briefly explain the concept of Virtual Memory.
What is basic concept of operating system?
What are the 5 basic filing systems?
What is a critical section?
What is the programs x86 folder?
Explain the types of data storage and its relation with the cpu.
What is the major difference between Thread.start() & Thread?run() method?
How does DMA increase system concurrency? How does it complicate hardware design?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
How does operating system kernel work?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
How can multiple threads be controlled simultaneously?
Discuss a Thread Life Cycle?
What is lts in node js?
What is difference between deadlock and starvation?