Multiple choice technology mainframe

A job may not run at the same time with another job. This is related to

  1. Negative dependency

  2. Mutually exclusive jobs

  3. Positive dependency

  4. Conditional requirement

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Jobs that cannot run simultaneously are related through negative dependency (mutual exclusion). Both terms describe this constraint - negative dependency is the technical CA7 term, while mutually exclusive describes the logical relationship where one job running prevents the other from starting.