Main uses of Virtual memory
Illustrate the main uses of Virtual memory?
Expert
a. When there is a requirement for the program to increase the memory size Virtual memory can be used.
b. The program looks this memory as a contiguous address but virtual memory is the part of the RAM itself and also helps in saving the inactive parts in the disk file.
c. Program uses its own memory space for its processing which consists of own virtual space and the resources.
d. Virtual memory can permits to generating a virtual environment where it displays something also it seems to kept something else, such as if the address looks 0x12345678, so it might look in physical memory at this address 0x65f7a678.
e. For dividing the memory, Virtual memory contains of pages also the pages that contains itself a set of attributes such as read/write etc.
Aren't HTML, SGML, and XML all very similar things?
One Dimensional array:1) An array is a continuous memory location having similar kind of data in a single row or single column. Declaration in c++ is as under: const int size = 20;int a[size] or int a[2
If statement: A control structure employed to select between performing or not performing additional actions. if(boolean-expression){ // Statements
Could you please show the steps from non linear dynamic model equation to linear equation?
Information hiding: The practice of making sure that only as much information is exposed regarding the implementation of a class as is strictly needed. Hiding needless knowledge of implementation makes it not as much of likely that other classes will
What are Literals and also state their respective types?
Hash function: A function employed to generate a hash code from the random contents of an object. The classes can override the hash Value method, inherited from the Object class, to state their own hash function.
Write the difference between collection and arrays?
How can you highlight several goodies or addons the Orbeon?
18,76,764
1953485 Asked
3,689
Active Tutors
1431093
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!