answersLogoWhite

0


Best Answer

WHAT YOU NEED TO DO IS EITHER CLICK REFRESH OR CLICK OFF THE internet AND TRY AGAIN.MAYBE YOU SHOULD SWITCH OFF THE COMPUTER AND SEE IF THE SAME THING HAPPENDS THEN TRY AND CONSOLT THE INDUTRY(DELL,PACKARD BELL,CELL) BECAUSE YOUR INTERNET MIGHT BE SLOW. WHAT YOU NEED TO DO IS EITHER CLICK REFRESH OR CLICK OFF THE INTERNET AND TRY AGAIN.MAYBE YOU SHOULD SWITCH OFF THE COMPUTER AND SEE IF THE SAME THING HAPPENDS THEN TRY AND CONSOLT THE INDUTRY(DELL,PACKARD BELL,CELL) BECAUSE YOUR INTERNET MIGHT BE SLOW.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Handling page faults
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

FIFO page trace analysis indicating page faults with asterisks 3 page frames pages in the following order abacabdbacd?

FIFO - first in first out*3 page framesa db ac5 page faults(below is a step by step approach to solving the question)X indicates a free space* indicates a page faulta b a c a b d b a c da,a,a,a,a,a,d,d,d,d,dX,b,b,b,b,b,b,b,a,a,aX,X,X,c,c,c,c,c,c,c,c,*,*,-,*,-,-,*,-,*,-,-


How are page faults handled?

When a page fault occurs, the hardware cannot do anything else with the instruction that caused the page fault and thus it must transfer control to an operating system routine (this is the page fault handler). The page fault handler must then decide how to handle the page fault. It can do one of two things:- It can decide the virtual address is just simply not valid. In this case, Windows will report this error back by indicating an exception has occurred (typically STATUS_ACCESS_VIOLATION)- It can decide the virtual address is valid. In this case, Windows will find an available physical page, place the correct data in that page, update the virtual-to-physical page translation mechanism and then tell the hardware to retry the operation. When the hardware retries the operation it will find the page translation and continue operations as if nothing had actually happened.


What is a Master Page in Pagemaker?

what is the use of master page in page maker


What is the definition of page format?

Page formatting refers to formatting the page such as changing the margins, page orientation, creating Header and footer etc.


How page table size calculate when virtual address space and page size and page table entry size given?

To calculate the page table size, divide virtual address space by page size and multiply by page table entry size. Example: for a 120MB address space with a 4KB page size, you require 30,720 page table entries. If a page table entry is 4 bytes, you require a total page table size of 122,880 or 120KB.

Related questions

What is trashing os?

The problem of many page faults occurring in a short time, called "page thrashing".


What graph in the resource overview utility will show you the number of hard page faults?

Cpu


How do you fix page faults?

ask parents,teachers,or gardians somebody you trust is well trusted.


If there too many page faults what might be the reason?

Hi memory usage. Unload some programs or increase RAM.


Please list all page events in ASP.NET?

Following are the Page life cycyle events of an ASP.NET application: -- Page request.- Start.- Page initialization.- Load .- Validation.- Postback event handling.- Rendering.- Unload.See related links for details about each stage.


FIFO page trace analysis indicating page faults with asterisks 3 page frames pages in the following order abacabdbacd?

FIFO - first in first out*3 page framesa db ac5 page faults(below is a step by step approach to solving the question)X indicates a free space* indicates a page faulta b a c a b d b a c da,a,a,a,a,a,d,d,d,d,dX,b,b,b,b,b,b,b,a,a,aX,X,X,c,c,c,c,c,c,c,c,*,*,-,*,-,-,*,-,*,-,-


What are page faults?

In computer storage technology, a page is a fixed length block of memory that is used as a unit of transfer between physical memory and external storage like a disk, and a page fault is an interrupt (or exception) to the software raised by the hardware, when a program accesses a page that is mapped in address space, but not loaded in physical memory.


If page references are 8 1 2 3 1 4 1 5 3 4 1 4 3 2 3 1 2 8 1 2and there are3 page frames then find out page faults using FIFO and LRU respectively?

10,12


What does it mean tell us about your shortcomings?

I'm guessing it's for a job application. The company wants to hear briefly about what you consider to be your faults. They don't want a 10 page essay though.


What is an tectonic-origin of an earthquake?

Earthquakes are largely caused by the movement of crustal plates or shifting faults-tectonic in originSOURCE: high school science today I (page 213)BY: Asther (Rayane_14)


What is difference between Local and global page replacement?

Global page replacement involves competition between processes as there are a limited number of frames. This results in more page faults. In local page replacement, there is the principal of locality where the pages are based on the most frequently used, least frequently used, or some other 'prediction' policies which imply that certain pages are more lkely to be used than others.


What is thrashing with reference to Operating System?

It is a phenomenon in virtual memory schemes when the processor spends most of its time swapping pages, rather than executing instructions. This is due to an inordinate number of page faults.