Informatik - Kontrollstrukturen

Informatik - Kontrollstrukturen

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Algoritma Pseudocode dan Pascal

Algoritma Pseudocode dan Pascal

10th Grade

10 Qs

For Loops HW

For Loops HW

9th - 12th Grade

12 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 Qs

Программирование тест №2

Программирование тест №2

10th Grade

10 Qs

Quiz 2 Java

Quiz 2 Java

11th Grade

15 Qs

Array & Queue

Array & Queue

11th - 12th Grade

9 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

Arrays Intro

Arrays Intro

9th - 12th Grade

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?