Informatik - Kontrollstrukturen

Informatik - Kontrollstrukturen

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Python-Grundlagen (IF Kl. 10)

Python-Grundlagen (IF Kl. 10)

10th Grade - University

15 Qs

Intro to Java Loops

Intro to Java Loops

9th - 12th Grade

15 Qs

Programming

Programming

1st - 10th Grade

10 Qs

Loops

Loops

9th - 12th Grade

10 Qs

ПР_X_CPP

ПР_X_CPP

9th - 12th Grade

11 Qs

MK Java for-Loop Quiz 2

MK Java for-Loop Quiz 2

8th - 12th Grade

10 Qs

C++ References

C++ References

6th - 12th Grade

12 Qs

Coding Fundamentals in C

Coding Fundamentals in C

6th Grade - Professional Development

12 Qs

Informatik - Kontrollstrukturen

Informatik - Kontrollstrukturen

Assessment

Quiz

Computers, Science

10th - 11th Grade

Hard

Created by

Andreas Lind

Used 22+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?