subject

In a real computer system, neither the resources available nor the demands of processes for resources are consistent over long periods(months). resources break or are replaced, new processes come and go, and new resources are bought and added to the system. if deadlock is controlled by the banker's algorithm, which of the following changes can be made safely (without introducing the possibility of deadlock), and under what circumstances? a. increase available (new resources added) b. decrease available (resource permanently removed from system). c. increase max for one process (the process needs or wants more resources than allowed). d. decrease max for one process (the process decides it does not need that many resources). 2) consider the following snapshot of a system: allocation abcd po 2001 p1 3121 p2 2103 p3 1312 p4 1432 max available abcd 3321 abcd 4212 5252 2316 1424 3665 answer the following questions using the banker's algorithm: a. illustrate that the system is in a safe state by demonstrating an order in which the processes may complete. b. if a request from process pi arrives for (1, 1, 0, 0), can the request be granted immediately? c. if a request from process p4 arrives for (0, 0, 2,0), can the request be granted immediately? 3) assuming a 1-kapage size, what are the page numbers and offsets for the following address references (provided as decimal numbers): a. 3085 b. 42095 c. 215201 d. 65 e. 21 4) consider the following segment table: segment base length 219 90 1952 600 14 100 1327 580 what are the physical addresses for the following logical addresses? a. 0,430 c. 2,500 d. 3,400 e. 4,112

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
question
Computers and Technology, 22.06.2019 18:10
How can i delete permalinks from a word press site?
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
The fourth generation of computers emerged between 1970s and 1980s. which technological advancement brought about this generation of computers? which computer architecture was used most in this generation?
Answers: 3
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
You know the right answer?
In a real computer system, neither the resources available nor the demands of processes for resource...
Questions
Questions on the website: 13722361