Cools the engine oil, thsts what I think, but not sure bc u would cool the engine, and it's a fan
Answer:
(10^6 + 9.9)
Explanation:
Given:
Total number of machine instructions = 1000
Number of page fault in 100 instructions = 1
Number of page faults in 1000 instructions = 10
Time to serve one page fault = 100 milliseconds
Time to serve ten page faults = 100*10 milliseconds = 1000 milliseconds = 10^6 Microseconds
Number of instructions without any page fault = 1000 - 10 = 990
Time required to run 1000 instructions = 10 Microseconds
So, time required to run 990 instructions = (10*(990/1000)) Microseconds = 9.9 Microseconds
So, the total time required to run the program = (10^6 + 9.9) Microseconds
Answer: An operating system manages and runs all of the hardware and software installed onto the computer.
Explanation:
It performs basic tasks such as file, memory, and process management, handling input and output, and controlling peripheral devices such as disk drives and printers.
No, I believe it is "You should use proper grammar when asking a question".
Answer:
2.6 seconds
Explanation:
We first start by calculating the speed up
The formula is given as:
n/1+(n-1)F
We have n = 3 which is the number of processors
F = 20% = percentage of algorithm
When we put values into the formula
3/1+(3-1)0.20
= 3/1+2*0.20
= 3/1+0.4
= 3/1.4
Speed up = 2.14
From here we calculate the expected time
T/speedups
= 5.6/2.14
= 2.6
Therefore the expected time is 2.6 seconds