- :
Check Your Understanding:
  1. 1. You must specify which port the OUTPUT wire is plugged into in the Motors and Sensors Setup:
  2. True – The INPUT port is automatically configured as the preceding port
    False – You must specify the port that the INPUT wires are plugged into. The next port is automatically configured as the OUTPUT port
  3. 2. What is the correct code for using the Ultrasonic Rangefinder?
  4. While(SensorValue[sonarSENSOR] > threshold)
    While[sonarSENSOR] > threshold
    While(sonarSENSOR) > threshold
    While[ultrasonicSENSOR] > threshold