Deck 3: Planning and Scheduling

Full screen (f)
exit full mode
Question
Apply the list-processing algorithm to construct a schedule using three processors.
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the algorithms-first fit (FF), next fit (NF), or worst fit (WF)-would be most preferable when packing cloth dolls? Why?
Question
Give an example in which the first-fit (FF) and next-fit (NF) bin-packing algorithms produce the same packing.
Question
Which of the algorithms-first fit (FF), next fit (NF), or worst fit (WF)-would be most preferable when cutting quilt pieces? Why?
Question
Give an example of an order-requirement digraph with six tasks T1, T2, T 3, T4, T5, T6 that requires 10 minutes when scheduled on two processors.
Question
For a scheduling problem, list at least three possible goals to achieve.
Question
Apply the list-processing algorithm to construct a schedule using two processors.
Question
Apply the critical-path scheduling algorithm to construct a schedule using three processors.
Question
Give an example of an order-requirement digraph with six tasks T1, T2, T 3, T4, T5, T6 for which the critical-path is T1, T3, T4.
Question
Give an example in which six independent tasks require 12 minutes when scheduled on three processors.
Question
Which of the algorithms-first fit (FF), next fit (NF), or worst fit (WF)-would be most preferable when filling boxes on an assembly line? Why?
Question
What is the minimum number of processors required to complete eight independent tasks in 40 minutes when the sum of the times of the eight tasks is 120 minutes?
Question
What is the minimum time required to complete 12 independent tasks on three processors when the sum of all the times of the 12 tasks is 60 minutes?
Question
Apply the critical-path scheduling algorithm to construct a schedule using two processors.
Question
Why are there several different algorithms for the bin-packing problem?
Question
For an order-requirement digraph of 10 tasks, how many priority lists are possible?
Question
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?
Question
When scheduling independent tasks, why does the decreasing-time-list algorithm generally produce good schedules? Does it always produce an optimal schedule?
Question
Give an example in which the first-fit decreasing (FFD) and worst-fit decreasing (WFD) bin-packing algorithms produce the same packing.
Question
A talent show producer needs to fit 17 acts of varying lengths into three segments. The segments should be as short as possible and are to be separated by intermissions. How can this problem be solved?
Question
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? <strong>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?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 18 minutes <div style=padding-top: 35px>

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 18 minutes
Question
Find the chromatic number of the graph below: Find the chromatic number of the graph below:  <div style=padding-top: 35px>
Question
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? <strong>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?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 18 minutes <div style=padding-top: 35px>

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 18 minutes
Question
What is the chromatic number of the complete graph on six vertices?
Question
What is the minimum time to complete 12 independent tasks on four processors when the sum of all the times of the 12 tasks is 60 minutes?
Question
Use the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 10 lbs. Use the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 10 lbs.   1 lb, 2 lbs, 2 lbs, 7 lbs, 8 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs<div style=padding-top: 35px> 1 lb, 2 lbs, 2 lbs, 7 lbs, 8 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs
Question
Apply the list-processing algorithm to construct a schedule using two processors.
Question
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? <strong>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?  </strong> A) 15 minutes B) 16 minutes C) 17 minutes D) 18 minutes <div style=padding-top: 35px>

A) 15 minutes
B) 16 minutes
C) 17 minutes
D) 18 minutes
Question
Find the chromatic number of the graph below: Find the chromatic number of the graph below:  <div style=padding-top: 35px>
Question
Apply the critical-path scheduling algorithm to construct a schedule using three processors.
Question
Find the chromatic number of the graph below: Find the chromatic number of the graph below:  <div style=padding-top: 35px>
Question
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? <strong>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?  </strong> A) 21 minutes B) 22 minutes C) 23 minutes D) 24 minutes <div style=padding-top: 35px>

A) 21 minutes
B) 22 minutes
C) 23 minutes
D) 24 minutes
Question
Use the decreasing-time-list algorithm to schedule these tasks on three machines:
7, 2, 5, 3, 9, 1, 6, 5, 3, 7 (time in minutes).
How much time does the resulting schedule require?
Question
Apply the list-processing algorithm to construct a schedule using three processors.
Question
Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, T5, T6, T7, T8, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>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>, T<sub>7</sub>, T<sub>8</sub>, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 40 minutes B) 44 minutes C) 45 minutes D) 49 minutes <div style=padding-top: 35px>

A) 40 minutes
B) 44 minutes
C) 45 minutes
D) 49 minutes
Question
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. 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<div style=padding-top: 35px> 3 lb, 8 lbs, 5 lbs, 7 lbs, 5 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs
Question
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?
Question
Apply the critical-path scheduling algorithm to construct a schedule using two processors.
Question
Find the chromatic number of the graph below: Find the chromatic number of the graph below:  <div style=padding-top: 35px>
Question
Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, T5, T6, T7, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>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>, T<sub>7</sub>, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 16 minutes B) 17 minutes C) 18 minutes D) 21 minutes <div style=padding-top: 35px>

A) 16 minutes
B) 17 minutes
C) 18 minutes
D) 21 minutes
Question
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 worst-fit (WF) algorithm.

A) 4
B) 5
C) 6
D) 8
Question
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.

A) 4
B) 5
C) 6
D) 8
Question
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 15 minutes B) 16 minutes C) 17 minutes D) 18 minutes <div style=padding-top: 35px>

A) 15 minutes
B) 16 minutes
C) 17 minutes
D) 18 minutes
Question
What is the minimum number of machines required to perform eight independent tasks in 12 minutes with a total task time of 48 minutes?

A) 4
B) 5
C) 6
D) 8
Question
Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? <strong>Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require?  </strong> A) 17 minutes B) 18 minutes C) 19 minutes D) 22 minutes <div style=padding-top: 35px>

A) 17 minutes
B) 18 minutes
C) 19 minutes
D) 22 minutes
Question
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 18 minutes <div style=padding-top: 35px>

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 18 minutes
Question
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 next-fit decreasing (NFD) algorithm.

A) 4
B) 5
C) 6
D) 8
Question
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 next-fit (NF) algorithm.

A) 4
B) 5
C) 6
D) 8
Question
What is the minimum time required to complete the following tasks on two processors? <strong>What is the minimum time required to complete the following tasks on two processors?  </strong> A) 15 minutes B) 16 minutes C) 17 minutes D) 18 minutes <div style=padding-top: 35px>

A) 15 minutes
B) 16 minutes
C) 17 minutes
D) 18 minutes
Question
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 21 minutes B) 22 minutes C) 23 minutes D) 24 minutes <div style=padding-top: 35px>

A) 21 minutes
B) 22 minutes
C) 23 minutes
D) 24 minutes
Question
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 40 minutes B) 44 minutes C) 45 minutes D) 49 minutes <div style=padding-top: 35px>

A) 40 minutes
B) 44 minutes
C) 45 minutes
D) 49 minutes
Question
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 16 minutes B) 17 minutes C) 18 minutes D) 21 minutes <div style=padding-top: 35px>

A) 16 minutes
B) 17 minutes
C) 18 minutes
D) 21 minutes
Question
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? <strong>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?  </strong> A) 21 minutes B) 22 minutes C) 23 minutes D) 24 minutes <div style=padding-top: 35px>

A) 21 minutes
B) 22 minutes
C) 23 minutes
D) 24 minutes
Question
What is the minimum number of processors required to perform the following tasks in 12 minutes? <strong>What is the minimum number of processors required to perform the following tasks in 12 minutes?  </strong> A) 2 B) 3 C) 4 D) 5 <div style=padding-top: 35px>

A) 2
B) 3
C) 4
D) 5
Question
Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? <strong>Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require?  </strong> A) 19 minutes B) 20 minutes C) 21 minutes D) 22 minutes <div style=padding-top: 35px>

A) 19 minutes
B) 20 minutes
C) 21 minutes
D) 22 minutes
Question
What is the minimum time required to complete nine independent tasks on three processors when the sum of all the times of the nine tasks is 72 minutes?

A) 3 minutes
B) 8 minutes
C) 24 minutes
D) 27 minutes
Question
What is the minimum number of machines required to perform six independent tasks in 16 minutes with a total task time of 48 minutes?

A) 2
B) 3
C) 4
D) 6
Question
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?

A) 4 minutes
B) 9 minutes
C) 16 minutes
D) 36 minutes
Question
Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? <strong>Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 17 minutes <div style=padding-top: 35px>

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 17 minutes
Question
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?

A) 6 minutes
B) 14 minutes
C) 24 minutes
D) 42 minutes
Question
Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. <strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing <div style=padding-top: 35px>

A)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing <div style=padding-top: 35px>
B)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing <div style=padding-top: 35px>
C)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing <div style=padding-top: 35px>
d. Another packing
Question
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 decreasing (FFD) algorithm.

A) 4
B) 5
C) 6
D) 8
Question
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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs

A) <strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Question
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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs

A)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs

A)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>

A)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
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 worst-fit decreasing (WFD) algorithm.

A) 4
B) 5
C) 6
D) 8
Question
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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs

A) <strong>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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Question
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. <strong>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.   </strong> A)   B)   C)   D)   <div style=padding-top: 35px>

A) <strong>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.   </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>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.   </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>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.   </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>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.   </strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
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. <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>

A) <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Question
Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>

A)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
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 9 lbs. <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>

A) <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Question
Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. <strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>

A)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
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. <strong>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.  </strong> A)  B)  C)  D)  <div style=padding-top: 35px>

A)<strong>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.  </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>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.  </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>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.  </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>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.  </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
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. <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>

A) <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>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.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Question
Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>

A) <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Question
Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs

A) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D)  Another packing <div style=padding-top: 35px>
B) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D)  Another packing <div style=padding-top: 35px>
C) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D)  Another packing <div style=padding-top: 35px>
D) Another packing
Question
Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs

A)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
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 8 lbs. <strong>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 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>

A)<strong>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 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
B)<strong>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 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
C)<strong>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 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
D)<strong>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 8 lbs.   </strong> A)  B)  C)  D)  <div style=padding-top: 35px>
Question
Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>

A) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
B) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
C) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing <div style=padding-top: 35px>
D) Another packing
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/108
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Planning and Scheduling
1
Apply the list-processing algorithm to construct a schedule using three processors.
2
Which of the algorithms-first fit (FF), next fit (NF), or worst fit (WF)-would be most preferable when packing cloth dolls? Why?
FF. One can pack as tightly as needed.
3
Give an example in which the first-fit (FF) and next-fit (NF) bin-packing algorithms produce the same packing.
Answers may vary. One example is: When the capacity is 10 lbs, the weights are 7 lbs, 6 lbs, 5 lbs, and 5 lbs.
4
Which of the algorithms-first fit (FF), next fit (NF), or worst fit (WF)-would be most preferable when cutting quilt pieces? Why?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
5
Give an example of an order-requirement digraph with six tasks T1, T2, T 3, T4, T5, T6 that requires 10 minutes when scheduled on two processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
6
For a scheduling problem, list at least three possible goals to achieve.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
7
Apply the list-processing algorithm to construct a schedule using two processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
8
Apply the critical-path scheduling algorithm to construct a schedule using three processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
9
Give an example of an order-requirement digraph with six tasks T1, T2, T 3, T4, T5, T6 for which the critical-path is T1, T3, T4.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
10
Give an example in which six independent tasks require 12 minutes when scheduled on three processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the algorithms-first fit (FF), next fit (NF), or worst fit (WF)-would be most preferable when filling boxes on an assembly line? Why?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
12
What is the minimum number of processors required to complete eight independent tasks in 40 minutes when the sum of the times of the eight tasks is 120 minutes?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
13
What is the minimum time required to complete 12 independent tasks on three processors when the sum of all the times of the 12 tasks is 60 minutes?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
14
Apply the critical-path scheduling algorithm to construct a schedule using two processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
15
Why are there several different algorithms for the bin-packing problem?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
16
For an order-requirement digraph of 10 tasks, how many priority lists are possible?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
17
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?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
18
When scheduling independent tasks, why does the decreasing-time-list algorithm generally produce good schedules? Does it always produce an optimal schedule?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
19
Give an example in which the first-fit decreasing (FFD) and worst-fit decreasing (WFD) bin-packing algorithms produce the same packing.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
20
A talent show producer needs to fit 17 acts of varying lengths into three segments. The segments should be as short as possible and are to be separated by intermissions. How can this problem be solved?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
21
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? <strong>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?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 18 minutes

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 18 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
22
Find the chromatic number of the graph below: Find the chromatic number of the graph below:
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
23
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? <strong>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?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 18 minutes

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 18 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
24
What is the chromatic number of the complete graph on six vertices?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
25
What is the minimum time to complete 12 independent tasks on four processors when the sum of all the times of the 12 tasks is 60 minutes?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
26
Use the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 10 lbs. Use the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 10 lbs.   1 lb, 2 lbs, 2 lbs, 7 lbs, 8 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs 1 lb, 2 lbs, 2 lbs, 7 lbs, 8 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
27
Apply the list-processing algorithm to construct a schedule using two processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
28
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? <strong>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?  </strong> A) 15 minutes B) 16 minutes C) 17 minutes D) 18 minutes

A) 15 minutes
B) 16 minutes
C) 17 minutes
D) 18 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
29
Find the chromatic number of the graph below: Find the chromatic number of the graph below:
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
30
Apply the critical-path scheduling algorithm to construct a schedule using three processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
31
Find the chromatic number of the graph below: Find the chromatic number of the graph below:
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
32
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? <strong>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?  </strong> A) 21 minutes B) 22 minutes C) 23 minutes D) 24 minutes

A) 21 minutes
B) 22 minutes
C) 23 minutes
D) 24 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
33
Use the decreasing-time-list algorithm to schedule these tasks on three machines:
7, 2, 5, 3, 9, 1, 6, 5, 3, 7 (time in minutes).
How much time does the resulting schedule require?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
34
Apply the list-processing algorithm to construct a schedule using three processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
35
Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, T5, T6, T7, T8, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>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>, T<sub>7</sub>, T<sub>8</sub>, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 40 minutes B) 44 minutes C) 45 minutes D) 49 minutes

A) 40 minutes
B) 44 minutes
C) 45 minutes
D) 49 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
36
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. 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 3 lb, 8 lbs, 5 lbs, 7 lbs, 5 lbs, 5 lbs, 8 lbs, 4 lbs, 10 lbs, 6 lbs
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
37
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?
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
38
Apply the critical-path scheduling algorithm to construct a schedule using two processors.
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
39
Find the chromatic number of the graph below: Find the chromatic number of the graph below:
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
40
Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, T5, T6, T7, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>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>, T<sub>7</sub>, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 16 minutes B) 17 minutes C) 18 minutes D) 21 minutes

A) 16 minutes
B) 17 minutes
C) 18 minutes
D) 21 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
41
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 worst-fit (WF) algorithm.

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
42
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.

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
43
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 15 minutes B) 16 minutes C) 17 minutes D) 18 minutes

A) 15 minutes
B) 16 minutes
C) 17 minutes
D) 18 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
44
What is the minimum number of machines required to perform eight independent tasks in 12 minutes with a total task time of 48 minutes?

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
45
Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? <strong>Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require?  </strong> A) 17 minutes B) 18 minutes C) 19 minutes D) 22 minutes

A) 17 minutes
B) 18 minutes
C) 19 minutes
D) 22 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
46
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 18 minutes

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 18 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
47
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 next-fit decreasing (NFD) algorithm.

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
48
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 next-fit (NF) algorithm.

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
49
What is the minimum time required to complete the following tasks on two processors? <strong>What is the minimum time required to complete the following tasks on two processors?  </strong> A) 15 minutes B) 16 minutes C) 17 minutes D) 18 minutes

A) 15 minutes
B) 16 minutes
C) 17 minutes
D) 18 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
50
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 21 minutes B) 22 minutes C) 23 minutes D) 24 minutes

A) 21 minutes
B) 22 minutes
C) 23 minutes
D) 24 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
51
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 40 minutes B) 44 minutes C) 45 minutes D) 49 minutes

A) 40 minutes
B) 44 minutes
C) 45 minutes
D) 49 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
52
Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? <strong>Given the order-requirement digraph below (with time given in minutes), apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require?  </strong> A) 16 minutes B) 17 minutes C) 18 minutes D) 21 minutes

A) 16 minutes
B) 17 minutes
C) 18 minutes
D) 21 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
53
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? <strong>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?  </strong> A) 21 minutes B) 22 minutes C) 23 minutes D) 24 minutes

A) 21 minutes
B) 22 minutes
C) 23 minutes
D) 24 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
54
What is the minimum number of processors required to perform the following tasks in 12 minutes? <strong>What is the minimum number of processors required to perform the following tasks in 12 minutes?  </strong> A) 2 B) 3 C) 4 D) 5

A) 2
B) 3
C) 4
D) 5
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
55
Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? <strong>Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require?  </strong> A) 19 minutes B) 20 minutes C) 21 minutes D) 22 minutes

A) 19 minutes
B) 20 minutes
C) 21 minutes
D) 22 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
56
What is the minimum time required to complete nine independent tasks on three processors when the sum of all the times of the nine tasks is 72 minutes?

A) 3 minutes
B) 8 minutes
C) 24 minutes
D) 27 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
57
What is the minimum number of machines required to perform six independent tasks in 16 minutes with a total task time of 48 minutes?

A) 2
B) 3
C) 4
D) 6
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
58
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?

A) 4 minutes
B) 9 minutes
C) 16 minutes
D) 36 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
59
Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require? <strong>Use the decreasing-time-list algorithm to schedule these tasks on two machines: How much time does the resulting schedule require?  </strong> A) 14 minutes B) 15 minutes C) 16 minutes D) 17 minutes

A) 14 minutes
B) 15 minutes
C) 16 minutes
D) 17 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
60
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?

A) 6 minutes
B) 14 minutes
C) 24 minutes
D) 42 minutes
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
61
Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. <strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing

A)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing
B)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing
C)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)  B)  C)  d. Another packing
d. Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
62
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 decreasing (FFD) algorithm.

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
63
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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs

A) <strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing
B) <strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing
C) <strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
64
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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs

A)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
B)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
C)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
D)<strong>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. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
65
Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs

A)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
B)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
C)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
D)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
66
Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)

A)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
B)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
C)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
D)<strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
67
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 worst-fit decreasing (WFD) algorithm.

A) 4
B) 5
C) 6
D) 8
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
68
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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs

A) <strong>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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing
B) <strong>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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing
C) <strong>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 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
69
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. <strong>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.   </strong> A)   B)   C)   D)

A) <strong>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.   </strong> A)   B)   C)   D)
B) <strong>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.   </strong> A)   B)   C)   D)
C) <strong>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.   </strong> A)   B)   C)   D)
D) <strong>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.   </strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
70
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. <strong>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.   </strong> A)   B)   C)   D) Another packing

A) <strong>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.   </strong> A)   B)   C)   D) Another packing
B) <strong>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.   </strong> A)   B)   C)   D) Another packing
C) <strong>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.   </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
71
Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)

A)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
B)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
C)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
D)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
72
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 9 lbs. <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing

A) <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing
B) <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing
C) <strong>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 9 lbs.   </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
73
Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. <strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)

A)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
B)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
C)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
D)<strong>Choose the packing that results from the use of the first-fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs.   </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
74
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. <strong>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.  </strong> A)  B)  C)  D)

A)<strong>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.  </strong> A)  B)  C)  D)
B)<strong>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.  </strong> A)  B)  C)  D)
C)<strong>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.  </strong> A)  B)  C)  D)
D)<strong>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.  </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
75
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. <strong>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.   </strong> A)   B)   C)   D) Another packing

A) <strong>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.   </strong> A)   B)   C)   D) Another packing
B) <strong>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.   </strong> A)   B)   C)   D) Another packing
C) <strong>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.   </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
76
Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing

A) <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing
B) <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing
C) <strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
77
Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs

A) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D)  Another packing
B) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D)  Another packing
C) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs, 3 lbs </strong> A)   B)   C)   D)  Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
78
Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs

A)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
B)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
C)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
D)<strong>Choose the packing that results from the use of the next-fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 5 lbs, 7 lbs, 1 lb, 2 lbs, 4 lbs, 5 lbs, 1 lb, 1 lb, 3 lbs, 6 lbs, 2 lbs </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
79
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 8 lbs. <strong>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 8 lbs.   </strong> A)  B)  C)  D)

A)<strong>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 8 lbs.   </strong> A)  B)  C)  D)
B)<strong>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 8 lbs.   </strong> A)  B)  C)  D)
C)<strong>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 8 lbs.   </strong> A)  B)  C)  D)
D)<strong>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 8 lbs.   </strong> A)  B)  C)  D)
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
80
Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs. <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing

A) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing
B) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing
C) <strong>Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 9 lbs.   </strong> A)   B)   C)   D) Another packing
D) Another packing
Unlock Deck
Unlock for access to all 108 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 108 flashcards in this deck.