the function and loop will be
def factorial(x):
total = 1
if x != 1 and x != 0:
for i in range(x,1,-1):
total *= i
return total
Let's assume a condition where ram is 256 MB and the program size is more than 256 MB
in that case, CPU has to wait for I/O to load the remaining part of the program..in this case
CPU utilization is much poorer.
So adding gives benefit only when your CPU is fast enough to take advantage like if a process waiting for I/O
it can put the current process in the run queue and take another process from the ready queue.
This way a better CPU utilization can be achieved.
So by adding ram we can load more programs while waiting for I/O . CPU utilisation will be better.
here by adding 2GB ram we can load 2048/256 = 8 new process into ram at the same time.
2. if cpu have to execute the cpu bound process that wait for I/O cpu will be idle most of the time while
waiting for I/O to be done..this way CPU utilization will be poorer as compare to earlier.
Answer: Record system
Explanation:
The record system is one of the type of information storage system that stored all the records or data in the form of management system.
- We can also retrieve the our data or information by saving it in the system so that we can use that specific data for future use.
- It also helps in ensuring the data integrity and providing an efficient security to our data or information in the system.
According to the given question, record system is one of the information management system that helps in accomplished the goals in the form of record.
Therefore, Record system is the correct answer.
Charles should type in Https:web.com but should visit the sites containing ".org,".Gov'" and make sure they've been updated recently.
He should also check for authors and dates.
Or he can go to a library online if he is doing a research paper.