LOGOWANIE

KWALIFIKACJA MEC5 - TEST WIEDZY NR 4

Wolisz testy bez reklam?
WYŁĄCZ REKLAMY TERAZ
PYTANIE NR 5.
Zidentyfikuj elementy sterujące w poniższym fragmencie kodu:
if (positionError > threshold) {
  motorSpeed = maxSpeed;
} else {
  motorSpeed = minSpeed;
}
A.
B.
C.
D.