Search Header Logo

Informatik - Kontrollstrukturen

Authored by Andreas Lind

Computers, Science

10th - 11th Grade

Used 22+ times

Informatik - Kontrollstrukturen
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Wählen Sie alle Schleifen aus?

if

do-while

for

else

while

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Wählen Sie alle Verzweigungen aus.

for

if-else

switch-case

repeat

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welche Syntax (Schreibweise) ist richtig?

for (int i<0; i=0; i++)

for (int i = 0; i<4;i++)

for (int <0;i++;i=0)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wie oft läuft diese Schleife?

while(true) {...}

1x

5x

10x

unedlich

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was wird in der Konsole ausgegeben?

int i = 10;

if (i>10/2){

System.out.println("Uhh");

} else {

System.out.println("Ohh");

}

Uhh

Ohh

Ahh

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Welche boolschen Ausdrücke sind true?

!true

((17+3)==(2*10))

!(12<4)

12=12

(64==(8^2))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wie oft läuft diese Schleife durch?

do{

...

while(false);

keinmal

1x

10x

unendlich

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?