Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Business
Study Set
Quantitative Analysis for Management Study Set 2
Quiz 17: Dynamic Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
There are six cities (City 1-City 6) serviced by a particular bus line.Limited routes are available,and the distance for each of these routes is presented in the table below.
-If dynamic programming were used to solve for the minimum distance from City 1 to City 6 above,how many stages would there be?
Question 2
True/False
In dynamic programming,the decision rules defining an optimal policy give optimal decisions for any entering condition at any stage.
Question 3
True/False
The second step in solving a dynamic programming problem is to solve the last stage of the problem for all conditions or states.
Question 4
True/False
Dynamic programming can be applied to a professional tennis player's serving strategy.
Question 5
Multiple Choice
For the bus line problem above,what are the stages that provide the minimum distance?
Question 6
True/False
Your local paper carrier could make use of the shortest-route technique.
Question 7
Multiple Choice
The following information describes a shortest-route problem with the distance in miles.How many stages will this dynamic problem have?
Question 8
True/False
In a shortest-route problem,the nodes represent the destinations.
Question 9
True/False
In dynamic programming,there is a state variable defined for every stage.
Question 10
True/False
Both dynamic programming and linear programming take a multi-stage approach to solving problems.
Question 11
Multiple Choice
Table M2-1 The data below is a dynamic programming solution for a shortest route problem.
-Using the data in Table M2-1,determine the minimum distance from point 1 to point 7.
Question 12
True/False
Each item in a knapsack problem will be a stage of the dynamic programming problem.
Question 13
True/False
Dynamic programming can only be used to solve network-based problems.
Question 14
True/False
A transformation changes the identities of the state variables.
Question 15
True/False
Linear programming is typically applied to problems wherein one must make a decision at a specified point (or points)in time.Dynamic programming is typically applied to problems wherein one must make a sequence of decisions.