Virtual memory used in Windows architecture
Explain why the virtual memory is to be used in Windows architecture?
Expert
Virtual memory is used in Windows architecture because of the following reasons:
a. The use of Virtual memory is to increase the size of the memory more than you have the memory in your physical system.
b. The process which uses virtual memory cannot access other process’s memory, by this way it keeps the processes secure from another process.
c. The pages which are placed in the virtual memory are having their own setting that agrees the protection which provide to the applications.
d. The inactive memory which is for a longer time period will be stored in some regions which can be stored to the page-file or paged out.
e. On demand the stored pages can be retrieved that is each time the system will need it, it can access it.
Constructor: A constructor is automatically called whenever an instance of its class is formed. A constructor always has similar name as its class, and encompass no return type. For example: public
Return statement: It is a statement employed to terminate the execution of the method. The method with void return type might only have return statements of the form as: return;
Primitive Type Casting: C/C++ allows you to cast between totally unrelated types. This can be problematic for model checking. Avoid type casting between unrelated types and in particular primitive types. For example, Q : Distinct features of Object oriented Q. What are the distinct features of Object oriented programming language? Q : Identify Customers in SQL The company The company wish to provide an incentive of free shipping to such customers who have not returned for 2 months. Build a procedure named PROMO_SHIP_SP which determines these customers are and then updates the BB_PROMOLIST table accordingly. The procedure employs the be
Q. What are the distinct features of Object oriented programming language? Q : Identify Customers in SQL The company The company wish to provide an incentive of free shipping to such customers who have not returned for 2 months. Build a procedure named PROMO_SHIP_SP which determines these customers are and then updates the BB_PROMOLIST table accordingly. The procedure employs the be
The company wish to provide an incentive of free shipping to such customers who have not returned for 2 months. Build a procedure named PROMO_SHIP_SP which determines these customers are and then updates the BB_PROMOLIST table accordingly. The procedure employs the be
New operator:
Define the term Protected statement: It is a statement within the try clause of the try statement.
Define the synchronization objects. Ansewr: A synchronization object is use to co-ordinate the execution of many threads.
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.
Differentiate between MFC and Win32?
18,76,764
1924557 Asked
3,689
Active Tutors
1455658
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!