LOGOWANIE

KWALIFIKACJA ELM6 - TEST WIEDZY NR 2

Wolisz testy bez reklam?
WYŁĄCZ REKLAMY TERAZ
Pytanie nr 30
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.