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.
Iteration: The repetition of a set of statements, generally employing a looping control structure, like a while loop, for loop and do loop.
Write a program that enters some text into a char string called char text[100] and does the following: a) Calls a function called void vowels(char text[]) that prints out how many times each vowel (a/A, e/E, I/i, O/o, U/u) was foun
What is Class method: It is a synonym for the static method.
Binary operator: It is an operator taking two operands. Java has numerous binary operators, like the arithmetic operators +, -, *, / and %, and the Boolean operators &&, || and ^, among others.
What do you mean by ActiveX control? Describe in brief.
Garbage collector: It is a daemon thread which recycles objects to which there are no extant references in a program.
Write down the properties exposed through ActiveX controls?
Complement operator: The complement operator, ~, is employed to invert the value of each bit in the binary pattern. For illustration, the complement of 1010010 is 0101101.
What are the uses of GPC and GPT?
Define the term XSL-FO. Answr: A sub-element of XSL used for explaining font sizes, how information flows from one page to other and page layouts.
18,76,764
1954685 Asked
3,689
Active Tutors
1458706
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!