Informatik - Kontrollstrukturen

Informatik - Kontrollstrukturen

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

C++ vs Python: A Quiz Introduction

C++ vs Python: A Quiz Introduction

11th Grade - University

10 Qs

Project STEM AP CS A Unit 1 Quiz Review

Project STEM AP CS A Unit 1 Quiz Review

9th - 12th Grade

11 Qs

Info 10 - Grundlagen Java Programmierung

Info 10 - Grundlagen Java Programmierung

10th Grade

13 Qs

Pentaksiran T4(1.3)

Pentaksiran T4(1.3)

11th Grade

15 Qs

Unit 1,2, and 3 Review

Unit 1,2, and 3 Review

9th - 12th Grade

15 Qs

С№ 15

С№ 15

10th Grade

10 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Java Basics #2

Java Basics #2

10th - 12th Grade

7 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?