AUSGEWÄHLT: MULTIPLE CHOICE FRAGE NR. 1303 zum Thema 
PHP SQL PHP
Frage: Welche Zahl ist das Ergebnis, wenn in PHP der Modulus für (12%5) ermittelt wird?
Welche Antwort / Antworten ist / sind richtig? (Mindestens 1 Antwort ist, maximal 6 Antworten sind richtig)
A   12/5=2.4 -> Modulus 2,4
B   12/5=2.4 -> Modulus abgerundet 2
C   5 Prozent von 12 = 0.6 -> aufgerundet 1
D   (12*5)-(12/5)=48.6 -> aufgerundet 49
E   12/5=2.4 -> 2*5=10 -> 12-10=2 -> Modulus 2
F   (12+5)-(12-5)=7 -> Modulus 7
  max. 3 Punkte