A job may not run at the same time with another job. This is related to
-
Negative dependency
-
Mutually exclusive jobs
-
Positive dependency
-
Conditional requirement
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.