Exam 3: Planning and Scheduling

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What is the minimum time required to complete eight independent tasks on two processors when the sum of all the times of the eight tasks is 72 minutes?

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

D

Choose the packing that results from the use of the worst-fit decreasing (WFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. 4lbs,5lbs,3lbs,2lbs,7lbs,6lbs,4lbs,2lbs4 \mathrm { lbs } , 5 \mathrm { lbs } , 3 \mathrm { lbs } , 2 \mathrm { lbs } , 7 \mathrm { lbs } , 6 \mathrm { lbs } , 4 \mathrm { lbs } , 2 \mathrm { lbs }

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

B

Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? 9 minutes, 2 minutes, 8 minutes, 5 minutes, 4 minutes, 8 minutes 9 \text { minutes, } 2 \text { minutes, } 8 \text { minutes, } 5 \text { minutes, } 4 \text { minutes, } 8 \text { minutes }

Free
(Multiple Choice)
4.8/5
(22)
Correct Answer:
Verified

B

Questions refer to this bin-packing task. Pack the following weights into bins holding no more than 5 lbs: 2 lbs, 1 lb, 4 lbs, 3 lbs, 4 lbs, 1 lb, 2 lbs, 3 lbs -Find the number of bins required using the first-fit (FF) algorithm.

(Multiple Choice)
4.9/5
(37)

Choose the packing that results from the use of the worst-fit decreasing (WFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 61bs,2lbs,4lbs,3lbs,5lbs,3lbs,2lbs,4lbs61 \mathrm { bs } , 2 \mathrm { lbs } , 4 \mathrm { lbs } , 3 \mathrm { lbs } , 5 \mathrm { lbs } , 3 \mathrm { lbs } , 2 \mathrm { lbs } , 4 \mathrm { lbs }

(Multiple Choice)
4.9/5
(37)

What is the minimum time required to complete 12 independent tasks on two processors when the sum of all the times of the 12 tasks is 84 minutes?

(Multiple Choice)
4.7/5
(35)

Find the chromatic number of the graph below. Find the chromatic number of the graph below.

(Multiple Choice)
4.8/5
(38)

Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, T5, T6, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? Given the order-requirement digraph below (with time given in minutes) and the priority list T<sub>1</sub>, T<sub>2</sub>, T <sub>3</sub>, T<sub>4</sub>, T<sub>5</sub>, T<sub>6</sub>, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require?

(Multiple Choice)
4.8/5
(30)

For an order-requirement digraph of 10 tasks, how many priority lists are possible?

(Short Answer)
4.8/5
(35)

Compare the first-fit (FF) and first-fit decreasing (FFD) bin-packing algorithms in packing the following weights into bins that can hold no more than 10 lbs. 3 lb, 8 lbs, 5 lbs, 7 lbs, 5 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs

(Short Answer)
4.7/5
(29)

Use the decreasing-time-list algorithm to schedule these tasks on two machines: 4, 2, 1, 6, 4, 5, 4 (time in minutes). How much time does the resulting schedule require?

(Essay)
4.8/5
(32)

Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T4, T 5, T2, T3, T6, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? Given the order-requirement digraph below (with time given in minutes) and the priority list T<sub>1</sub>, T<sub>4</sub>, T <sub>5</sub>, T<sub>2</sub>, T<sub>3</sub>, T<sub>6</sub>, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require?

(Multiple Choice)
4.7/5
(38)

Which of the following is a correct vertex coloring of the given graph? (Capital letters indicate which color the vertex is colored.) Which of the following is a correct vertex coloring of the given graph? (Capital letters indicate which color the vertex is colored.)

(Multiple Choice)
4.8/5
(37)

The worst-fit (WF) algorithm never uses more boxes than the first-fit (FF) algorithm.

(True/False)
4.9/5
(33)

Choose the packing that results from the use of the worst-fit (WF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 61bs,2lbs,4lbs,3lbs,5lbs,3lbs,2lbs,4lbs61 \mathrm { bs } , 2 \mathrm { lbs } , 4 \mathrm { lbs } , 3 \mathrm { lbs } , 5 \mathrm { lbs } , 3 \mathrm { lbs } , 2 \mathrm { lbs } , 4 \mathrm { lbs }

(Multiple Choice)
4.9/5
(40)

When scheduling tasks using an order-requirement digraph, why does the critical-path scheduling algorithm generally produce good schedules? Does it always produce an optimal schedule?

(Essay)
4.8/5
(43)

What is the minimum number of processors required to perform the following tasks in 12 minutes? 3 minutes, 5 minutes, 8 minutes, 4 minutes, 6 minutes, 2 minutes 3 \text { minutes, } 5 \text { minutes, } 8 \text { minutes, } 4 \text { minutes, } 6 \text { minutes, } 2 \text { minutes }

(Multiple Choice)
4.8/5
(29)

Choose the packing that results from the use of the first-fit decreasing (FFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. 4lbs,5lbs,3lbs,2lbs,7lbs,6lbs,4lbs,2lbs4 \mathrm { lbs } , 5 \mathrm { lbs } , 3 \mathrm { lbs } , 2 \mathrm { lbs } , 7 \mathrm { lbs } , 6 \mathrm { lbs } , 4 \mathrm { lbs } , 2 \mathrm { lbs }

(Multiple Choice)
4.8/5
(34)

Find the chromatic number of the graph below: Find the chromatic number of the graph below:

(Short Answer)
4.8/5
(27)

Find the chromatic number of the graph below. Find the chromatic number of the graph below.

(Multiple Choice)
4.9/5
(42)
Showing 1 - 20 of 108
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)