Bei einer Variable wird....
Java Basics

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
julian kaser
Used 25+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
.... ein Wert fix gespeichert und nicht verändert.
.... ein Wert gespeichert.
.... ein Wert mit einem Datentyp versehen.
.... der Benutzer immer aufgefordert, einen Wert einzugeben.
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Bei folgendem Code
final double exchangeRate = 1.22;
.... ist double der Name der Variable
.... ist final ein spezieller Datentyp
.... ist exchangeRate der Name der Variable
.... ist exchangeRate eine Konstante
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bei folgendem Code:
do {
System.out.println(i);
i++;}
while (i < 5);
.... wird der Code-Block mind. einmal durchlaufen
.... wird zuerst die Bedingung im while überprüft
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Würde dieser Code kompilieren?
int x = 10;
if (x == 10) {
int y = 20;
x = y * 2;
}
System.out.println("y is " + y);
NEIN
JA
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Für eine fussgesteuerte Schleife verwende ich....
... ein if-statement
... nur die while() Bedingung
....ein while() und auch ein else
... ein do und eine while() Bedingung
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Beim Debugging kann ich .....
... Fehler im Code vermeiden.
.... Fehler im Code suchen.
.... an einem bestimmten Punkt im Code anhalten.
.... zur Laufzeit den Code ändern.
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Beim UML Activity Diagram kann ich....
... den logischen Ablauf eines Programms darstellen.
.... parallele Prozesse in einem Programm darstellen.
.... ein statisches Bild von meinem Programm darstellen.
.... if-Selektionen nicht darstellen.
8.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Mit Methoden kann ich .....
.... viele verschiedene Klassen erstellen.
.... mein Code besser strukturieren und unterteilen.
..... ein Stück Code mehrmals aufrufen.
.... den Benutzer dazu zwingen, eine korrekte Eingabe zu machen.
9.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
Eine Variable hat folgenden Aufbau: type var-name;
type beschreibt den Datentyp und kann nur ein primitiver Datentyp sein
type beschreibt den Datentyp
Eine Variable muss deklariert sein bevor man sie benützen kann
Ich muss nicht unbedingt eine Variable deklarieren bevor ich sie verwende
Similar Resources on Quizizz
8 questions
Tabulator

Quiz
•
9th - 10th Grade
13 questions
Digitale Logik

Quiz
•
9th - 12th Grade
11 questions
Jg. 10: Problemlösen durch Programmieren

Quiz
•
10th Grade
10 questions
Bedingte Formatierung in Excel

Quiz
•
12th Grade
13 questions
AIB 9: HTML-Quiz

Quiz
•
9th Grade - University
9 questions
Java Quiz (2)

Quiz
•
10th Grade - University
14 questions
Der Computer - Sendung mit der Maus

Quiz
•
5th - 12th Grade
10 questions
Informatik - Objekt vs. Klasse

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University