Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Pressurized Water Nuclear Power Plant Procedures Decision Table You are tasked with creating a system which can automatically take actions based on the sensor conditions

Pressurized Water Nuclear Power Plant Procedures Decision Table
You are tasked with creating a system which can automatically take actions based on the sensor conditions in a nuclear power plant. Complete the two questions below by first completing the table, then constructing the pseudocode. For reference to decision tables, see page 120 and following from the textbook.
(50) Complete the decision table below, marking the actions that should occur based on the conditions.
\table[[1. Coolant Flow Low,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0],[2. Coolant Temperature High,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0],[3. Radiation Levels High,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0],[4. Coolant Level Low,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0],[A. Increase Coolant Flowrate,,,,,,,,,,,,,,,,],[B. Decrease Reactor Power,,,,,,,,,,,,,,,,],[C. Init Emergency Shutdown,,,,,,,,,,,,,,,,],[D. Init Emergency Coolant,,,,,,,,,,,,,,,,],[E. Emergency Core Cooling,,,,,,,,,,,,,,,,],[F. Evac Non-Essential Pers.,,,,,,,,,,,,,,,,],[G. Activate Em. Cooling Sys,,,,,,,,,,,,,,,,],[H. Seal Containment Area,,,,,,,,,,,,,,,,]]
Action List
If condition 1 is present without conditions 2 or 3, take action A.
If condition 2 is present without condition 3, take action B.
If condition 3 is present at anytime, take action C.
If condition 4 is present without condition 1, take action D.
If condition 4 is present with condition 1, take action E.
If condition 1 is present with condition 2, take action E.
If condition 1 is present with condition 3, take action F.
If condition 2 is present with condition 3, take action G.
If condition 3 is present with condition 4, take action H.
(50) Construct the pseudocode for this decision table (back of the page), minimizing logic where/if possible. Hint: negative nested logic might be helpful to you here; consider what would happen if you asked if all the conditions were true? When executing an action, you can say: Take Actions W, X, Y Z,... etc. Please write neatly!
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data And Hadoop Fundamentals Tools And Techniques For Data Driven Success

Authors: Mayank Bhushan

2nd Edition

9355516665, 978-9355516664

More Books

Students also viewed these Databases questions

Question

1. What were the original needs for unions? Have they all been met?

Answered: 1 week ago

Question

2. Are you varying your pitch (to avoid being monotonous)?

Answered: 1 week ago

Question

3. Are you varying your speaking rate and volume?

Answered: 1 week ago