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.
Java Archive file: It is a Java Archive (JAR) file which makes it possible to store multiple bytecode files within a single file.
If-else statement: It is a control structure employed to select between performing one of two alternative events. if(boolean-expression){ // Statem
What is a Software: It is a program written to run on the computer.
Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example: public static void countDown(int n){
File system: The operating system makes it possible to utilize space on a computer's disk drives by imposing a structured file system on disk storage. Each and every file system contains its own conventions for the manner in which the files are named,
Define the term software?
Explain the differences between XHTML and HTML?
Big-endian: This is a common difference among machines, the order in which they store individual bytes of multi-byte numerical data. Big-endian machine stores the higher-order bytes previous to the lower-order bytes.
What is a Method body: It is a body of a method: everything within the outermost block of the method.
Environment Modeling: In JPF, Java class files can be processed in two different ways: A) As ordinary Java classes managed and executed by the host JVM (e.g., standard Java library classes, JPF implementation class
18,76,764
1922212 Asked
3,689
Active Tutors
1449285
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!