LOGOWANIE

KWALIFIKACJA ELM6 - TEST WIEDZY NR 2

Pytanie nr 21
Rozważ następujący fragment kodu programowania urządzenia mechatronicznego:
if (sensor1.status == "failure") {
  system.shutdown();
} else {
  system.continueOperation();
}

Jaki jest cel tego fragmentu kodu?
A.
B.
C.
D.