logo

Crowdly

Browser

Add to Chrome

Individualisiertes Selbstgesteuertes Arbeiten

Looking for Individualisiertes Selbstgesteuertes Arbeiten test answers and solutions? Browse our comprehensive collection of verified answers for Individualisiertes Selbstgesteuertes Arbeiten at moodle.mm-bbs.de.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Gegeben sind zwei Variablen x = 4 und y = 3. Was wird ausgegeben:

if x > 5 and y > 2:

     print("A")

elif x > 3 or y < 4:

     print("B"

)

View this question

Gegeben sind drei Variablen x = 2, y = 6, z = 3. Was wird ausgegeben:

if x * y > 10 and y / z == 3:

  print("X")

elif (x + z) * y >= 30 or x + y + z > 10:

  print("Y")

else:

  print("Z")

View this question

Was wird ausgegeben, wenn der Wert von x=5 ist:

if x > 3:

   print("Ja")

else:

   print("Nein")

View this question

Was wird ausgegeben, wenn der Wert von x=4 ist:

if x < 3:  print("Klein"):

elif x < 5:

    print("Mittel"

else:

    print("Groß"

View this question

Was ist der Wert von x nach folgendem Code:

x = 2 + 3 * 4

0%
0%
0%
0%
View this question

Was ist der Wert von x nach folgendem Code:

x = 3 + 2

0%
0%
0%
0%
View this question

Gegeben seien die Variablen a = 10 und b = 4. Was ist der Wert von c nach folgendem Code:

c = a - b

0%
0%
0%
0%
View this question

Gegeben seien die Variablen a = 20 und b = 7. Was ist der Wert von c nach folgendem Code:

c = a / b + a % b

Runden Sie auf zwei Nachkommastellen.

View this question

Gegeben seien die Variablen a = 15, b = 4, und c = 3. Was ist der Wert von x nach folgendem Code:

x = a / b * c - a % c

0%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle.mm-bbs.de?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome