Informatik - Kontrollstrukturen

Quiz
•
Computers, Science
•
10th - 11th Grade
•
Hard

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
Similar Resources on Wayground
10 questions
Operators in C

Quiz
•
9th - 12th Grade
11 questions
Learning Variables

Quiz
•
9th - 12th Grade
15 questions
Pentaksiran T4(1.3)

Quiz
•
11th Grade
10 questions
R081 - Scripts

Quiz
•
10th Grade
7 questions
Java Basics #2

Quiz
•
10th - 12th Grade
10 questions
C++ vs Python: A Quiz Introduction

Quiz
•
11th Grade - University
11 questions
Project STEM AP CS A Unit 1 Quiz Review

Quiz
•
9th - 12th Grade
10 questions
Delphi Arguments/Returns

Quiz
•
8th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade