Click here to Skip to main content
15,906,097 members
Home / Discussions / System Admin
   

System Admin

 
Questionbox Pin
jeevirajan4-Feb-07 2:30
jeevirajan4-Feb-07 2:30 
AnswerRe: box Pin
Don Box4-Feb-07 20:33
Don Box4-Feb-07 20:33 
Questionrestart the system Pin
jeevirajan3-Feb-07 4:38
jeevirajan3-Feb-07 4:38 
AnswerRe: restart the system Pin
Dave Kreskowiak3-Feb-07 18:13
mveDave Kreskowiak3-Feb-07 18:13 
AnswerRe: restart the system Pin
Roger Wright5-Feb-07 3:00
professionalRoger Wright5-Feb-07 3:00 
GeneralRe: restart the system Pin
jeevirajan5-Feb-07 15:56
jeevirajan5-Feb-07 15:56 
AnswerRe: restart the system Pin
Hari Om Prakash Sharma8-Feb-07 6:40
Hari Om Prakash Sharma8-Feb-07 6:40 
Questionhelp in C++ project Pin
anu1anu2-Feb-07 9:55
anu1anu2-Feb-07 9:55 
Write two programs that simulate two versions of a paging memory management system - one based on FIFO algorithm, another one based on LRU. Make the following assumptions:
the size of the internal memory is 40K, and it is divided into 10 page frames;
the system loads and runs one process; the length of the process is 80K (thus, it is to be divided into 20 pages).
Your driver program will be a loop running 40 times. On each run of the loop, it randomly generates a reference to a page in the process (a number in the range from 0 to 19) and makes sure that the referenced page gets a page frame. The driver will count and print out the total number of page faults; every time when a page fault occurs, it will print out the number of the page that caused the fault and the number of the page frame it gets.
Run the driver program first time using the FIFO memory management system and save the reference string generated by the driver. Then run (a slightly different) driver program, using the LRU. Compare the numbers of page faults occurred in both cases.
AnswerRe: help in C++ project Pin
Dave Kreskowiak2-Feb-07 10:57
mveDave Kreskowiak2-Feb-07 10:57 
AnswerRe: help in C++ project Pin
Trollslayer3-Feb-07 9:57
mentorTrollslayer3-Feb-07 9:57 
Questionchange xp password through registry Pin
vishal dhir2-Feb-07 9:26
vishal dhir2-Feb-07 9:26 
AnswerRe: change xp password through registry Pin
Dave Kreskowiak2-Feb-07 10:47
mveDave Kreskowiak2-Feb-07 10:47 
GeneralRe: change xp password through registry Pin
vishal dhir3-Feb-07 8:35
vishal dhir3-Feb-07 8:35 
GeneralRe: change xp password through registry Pin
Dave Kreskowiak3-Feb-07 17:49
mveDave Kreskowiak3-Feb-07 17:49 
QuestionHow To - prevent copy a file? Pin
Alon Ronen2-Feb-07 7:38
Alon Ronen2-Feb-07 7:38 
AnswerRe: How To - prevent copy a file? Pin
Dave Kreskowiak2-Feb-07 10:43
mveDave Kreskowiak2-Feb-07 10:43 
GeneralRe: How To - prevent copy a file? Pin
Alon Ronen2-Feb-07 10:50
Alon Ronen2-Feb-07 10:50 
GeneralRe: How To - prevent copy a file? Pin
Dave Kreskowiak2-Feb-07 11:23
mveDave Kreskowiak2-Feb-07 11:23 
GeneralRe: How To - prevent copy a file? Pin
Alon Ronen2-Feb-07 11:31
Alon Ronen2-Feb-07 11:31 
GeneralRe: How To - prevent copy a file? Pin
Dave Kreskowiak3-Feb-07 17:48
mveDave Kreskowiak3-Feb-07 17:48 
AnswerRe: How To - prevent copy a file? Pin
Michael Dunn2-Feb-07 12:53
sitebuilderMichael Dunn2-Feb-07 12:53 
AnswerRe: How To - prevent copy a file? Pin
Sebastian Schneider4-Feb-07 12:30
Sebastian Schneider4-Feb-07 12:30 
AnswerRe: How To - prevent copy a file? Pin
Dan Neely5-Feb-07 2:21
Dan Neely5-Feb-07 2:21 
AnswerRe: How To - prevent copy a file? Pin
Alon Ronen5-Feb-07 3:40
Alon Ronen5-Feb-07 3:40 
AnswerRe: How To - prevent copy a file? Pin
Alon Ronen5-Feb-07 6:19
Alon Ronen5-Feb-07 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.