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
15 questions
Microbit (python)

Quiz
•
8th - 10th Grade
12 questions
C++ References

Quiz
•
6th - 12th Grade
10 questions
Java Data Types

Quiz
•
11th Grade
14 questions
C++ Обобщение

Quiz
•
10th Grade
10 questions
Objects & Classes

Quiz
•
11th - 12th Grade
15 questions
JavaScript and Graphics

Quiz
•
9th - 12th Grade
10 questions
C/C++

Quiz
•
10th Grade
15 questions
Intro to Java Loops

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade