Answer Key: EV3 - Multitasking_Unit_Level

  1. Running more than 1 program at the same time.
  2. Use Mutlitasking to run each of these smaller programs in parallel branches
  3. Ziffle needs to specify a different motor in one of his programs so the branches don't conflict. He uses motor B in both branches.
  4. The Loop Interrupt in the second program needs to specify the number/name of the program it wants to interrupt. Both values should be 01. The Loop Interrupt value is set to 02.