Question

In: Computer Science

List 4 desired scheduled algorithm characteristics

List 4 desired scheduled algorithm characteristics

Solutions

Expert Solution

Characteristics of desired scheduled algorithm

CPU Utilization − A scheduling algorithm should be designed so that CPU remains busy as possible. It should make efficient use of CPU.

Throughput − Throughput is the amount of work completed in a unit of time. In other words throughput is the processes executed to number of jobs completed in a unit of time. The scheduling algorithm must look to maximize the number of jobs processed per time unit.

Response time − Response time is the time taken to start responding to the request. A scheduler must aim to minimize response time for interactive users.

Turnaround time − Turnaround time refers to the time between the moment of submission of a job/ process and the time of its completion. Thus how long it takes to execute a process is also an important factor.

Waiting time − It is the time a job waits for resource allocation when several jobs are competing in multiprogramming system. The aim is to minimize the waiting time.

.


Related Solutions

list and describe 4 characteristics of an oligopolistic market structure
list and describe 4 characteristics of an oligopolistic market structure
4) Implement the Selection Sort algorithm discussed in class to sort a list of a certain...
4) Implement the Selection Sort algorithm discussed in class to sort a list of a certain size. The list is to be implemented using a dynamic array as well as a singly linked list. You are required to compare the performance (sorting time) for the dynamic array and singly-linked list-based implementations. You are given the startup codes for the dynamic array and singly-linked list based implementations. You are required to implement the Selection Sort function in each of these codes....
3.Identify and explain the characteristics of an effective control system? (10marks) 4.List the FOUR (4) marketing...
3.Identify and explain the characteristics of an effective control system? (10marks) 4.List the FOUR (4) marketing instruments 5.identity and explain thge principles of efficiency in a organisation
CS3323 Homework 4 (Week 4: Chapter 12, 13) 1. List three characteristics that can serve as...
CS3323 Homework 4 (Week 4: Chapter 12, 13) 1. List three characteristics that can serve as a guide to evaluate design quality. (Section 12.2.1) 2. Explain how effective modular design is achieved through functional independence of the individual modules? (Section 12.3.5) 3. Describe the principle of information hiding as it applies to software design. (Section 12.3.6) 4. What are the elements that make up a software architectural style? (Section 13.3) 5. What is an archetype? (Section 13.6.2) 6. Explain the...
a. List and explain the characteristics of oligopoly and compare them to the characteristics of the...
a. List and explain the characteristics of oligopoly and compare them to the characteristics of the other 3 market structures. i. The oligopoly market structure is one of the most significant types in our economy. Please discuss the oligopoly market structure, and list and.
List the key characteristics of of SHRD
List the key characteristics of of SHRD
Write a recursive algorithm in pseudo-code to compute the “power list” of a given list of...
Write a recursive algorithm in pseudo-code to compute the “power list” of a given list of integers. Assume that the List type has members: int List.length returns the length of the list. void List.push(T n) pushes an element n to the front of the list T List.pop() pops an element from the front of the list. List$$ List$$.concat(List$$ other) returns the concatenation of this list with other. Explain in plain English the reasoning behind your algorithm. Power Lists should be...
In a recent survey of home-buyer preferences, consumers were asked about desired characteristics, such as a...
In a recent survey of home-buyer preferences, consumers were asked about desired characteristics, such as a wood-burning fireplace, a den/library, and flooring. In particular, each person was asked whether a separate dining room is essential. The sample size and the number who responded Yes to this question are given in the table by geographic region. a. [11 marks, 2 each, & 1 for value of z] Find a 99% confidence interval for the true proportion of home-buyers who believe a...
The following processes are being scheduled using a preemptive, priority-based, round-robin scheduling algorithm. Each process is...
The following processes are being scheduled using a preemptive, priority-based, round-robin scheduling algorithm. Each process is assigned a numerical priority,with a higher number indicating a higher relative priority. The scheduler will execute the highest-priority process. For processes with the same priority, a round-robin scheduler will be used with a time quantum of 10 units. If a process is preempted by a higher-priority process, the preempted process is placed at the end of the queue. Process            Burst Time Arrival Time...
Describe how innate and adaptive immunity differ and list 4 characteristics of each within your description....
Describe how innate and adaptive immunity differ and list 4 characteristics of each within your description. Then explain how cellular immunity assists with the development of humoral immunity to produce antibodies. List all the cell types involved in each of cellular immunity and humoral immunity and provide a brief function of each.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT