Exam 2: Business Efficiency

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

On a map there are roads from town A of length 10, 26, 12, and 50 miles. Using the nearest-neighbor algorithm for finding a Hamiltonian circuit starting at town A, which road would be traveled first?

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

A

You own a chain of 12 apartment complexes (including your residence) and you want to plan a trip to visit each of your properties. If it takes 1/2 minute to compute the total length of a tour, how long will it take to apply the brute force algorithm to find the optimal tour?

Free
(Essay)
4.8/5
(28)
Correct Answer:
Verified

(11!/2)(1/2) = 9,979,200 minutes, or approximately 19 years

Identify six tasks necessary when building a sandwich, and construct a digraph for these tasks.

Free
(Essay)
4.8/5
(36)
Correct Answer:
Verified

Answers will vary. One solution is: Answers will vary. One solution is:

What is critical about the critical path of an order-requirement digraph?

(Essay)
4.9/5
(35)

Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?

(Multiple Choice)
4.9/5
(33)

Which of the following describes a Hamiltonian circuit for the graph below? Which of the following describes a Hamiltonian circuit for the graph below?

(Multiple Choice)
5.0/5
(33)

Construct an example of a graph with no Hamiltonian circuit.

(Essay)
4.9/5
(43)

For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at C? For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at C?

(Multiple Choice)
4.8/5
(41)

Suppose an employee of a power company needs to read the electricity meters outside of each house along the streets in a residential area. Which technique is most likely to be useful in solving this problem?

(Multiple Choice)
4.9/5
(29)

Which of the following describes a Hamiltonian circuit for the graph below? Which of the following describes a Hamiltonian circuit for the graph below?

(Multiple Choice)
4.8/5
(38)

Phyllis has her office in Middleton and must visit four clients, each in a different city. The graph below shows each city and the distances between each pair of cities. How many miles would Phyllis travel if she chooses the Hamiltonian circuit for her trip by using the sorted-edges algorithm? Phyllis has her office in Middleton and must visit four clients, each in a different city. The graph below shows each city and the distances between each pair of cities. How many miles would Phyllis travel if she chooses the Hamiltonian circuit for her trip by using the sorted-edges algorithm?

(Multiple Choice)
4.8/5
(31)

Given the two graphs shown below, which one represents a tree? Given the two graphs shown below, which one represents a tree?

(Multiple Choice)
4.8/5
(38)

Construct an example of a connected graph that has a Hamiltonian circuit but does not have an Euler circuit.

(Essay)
4.8/5
(33)

What is the earliest possible completion time for a job whose order-requirement digraph is shown below? What is the earliest possible completion time for a job whose order-requirement digraph is shown below?

(Multiple Choice)
5.0/5
(34)

Will the nearest-neighbor algorithm ever use the most expensive edge of a graph?

(Short Answer)
4.9/5
(38)

In the graph below, construct a Hamiltonian circuit. In the graph below, construct a Hamiltonian circuit.

(Essay)
4.8/5
(32)

Given the order-requirement digraph for a collection of tasks shown below, what would the critical path be? Given the order-requirement digraph for a collection of tasks shown below, what would the critical path be?

(Multiple Choice)
4.9/5
(34)

Suppose a veteran wants a visit to all the war memorials in Washington, D.C. in one day. Which technique is most likely to be useful in solving this problem?

(Multiple Choice)
4.8/5
(37)

You want to create a mileage grid showing the distance between every pair of the 10 Canadian provincial and territorial capitals. How many numbers will you have to compute?

(Short Answer)
4.8/5
(33)

Identify six tasks necessary when preparing for a picnic, and construct a digraph for these tasks.

(Essay)
4.8/5
(37)
Showing 1 - 20 of 104
close modal

Filters

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