ACTUAL Exam Questions and CORRECT
Answers
What do exclusive OR gates look like? - CORRECT ANSWER - X in middle or empty
What do inclusive OR gates look like? - CORRECT ANSWER - O in middle
What do AND gateways look like? - CORRECT ANSWER - + in middle
What does XOR split do/how many outgoing paths/how many paths are chosen/is it conditional?
- CORRECT ANSWER - -2 or more alternative outgoing paths
-only ONE is chosen
-based on conditions
-default possible (if others false)
What does INCLUSIVE OR split do/how many outgoing paths/how many paths are chosen/is it
conditional? - CORRECT ANSWER - -1 or more outgoing paths are chosen
-requires a condition on each outgoing branch
-tested based on data
What does INCLUSIVE OR split do/how many outgoing paths/how many paths are chosen/is it
conditional? - CORRECT ANSWER - -2 or more outgoing paths
-all parallel paths are followed (tokens split into as many paths)
-start at same time but don't end at same time
What does XOR join gateway do? - CORRECT ANSWER - -XOR join behaves as pass
through gateway
-each arriving token goes through gateway