Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the sentence to define risk in project management.
Software Engineering
Risk is the [1] of an event that may affect project objectives. Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing risk with cost or deadlines.
✗ Incorrect
Risk refers to the probability that an event will happen which can impact the project.
2fill in blank
mediumComplete the sentence to describe impact in risk analysis.
Software Engineering
Impact is the [1] or consequence of a risk event on project objectives.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing impact with how often something happens.
✗ Incorrect
Impact means the severity or seriousness of the effect if the risk happens.
3fill in blank
hardFix the error in the formula for risk exposure.
Software Engineering
Risk Exposure = Probability [1] Impact Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using addition instead of multiplication.
✗ Incorrect
Risk exposure is calculated by multiplying probability and impact.
4fill in blank
hardFill the blank to complete the risk priority formula.
Software Engineering
Risk Priority = Probability [1] Impact Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using addition instead of multiplication.
✗ Incorrect
Risk priority is calculated by multiplying probability and impact.
5fill in blank
hardFill all three blanks to create a dictionary comprehension for risks with high impact.
Software Engineering
high_impact_risks = { [1]: [2] for [3] in risks if risks[[3]] > 7 } Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong variable names or missing the condition.
✗ Incorrect
This comprehension creates a dictionary of risks where the impact value is greater than 7.