Was passiert bei folgendem Code:
int[] arr = new int[3];
arr[3] = 1;
Prog1 Tut 04
Quiz
•
Computers
•
University
•
Hard
Ricardo Keiling
Used 3+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Was passiert bei folgendem Code:
int[] arr = new int[3];
arr[3] = 1;
An der Index Position 3 wird der Wert 1 eingetragen.
Es gibt eine ArrayIndexOutOfBoundsException
Der Compiler ignoriert die Zeile, weil der Index 3 nicht existiert.
Keine der Antworten
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
int[][] arr = new int[2][3];
Wie bestimmt man die Länge der zweiten Zeile des Arrays?
arr[1].length
arr[2].length
arr.length
arr[1][1].length
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was wird ausgegeben, wenn man das folgende Array Zeile für Zeile ausgibt?
0 1 2
4 5 6
0 1 2
3 4 5
0 1 2
0 1 2
Keine der Antworten
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was wird ausgegeben?
4
4
3
4
3
4
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was wird ausgegeben?
44
01234
01234
01234
0123
0123
0123
Nichts (wegen dem 'break' statement)
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Welchen Rückgabetyp wählt man für eine Klassenmethode (siehe Bild), wenn die Methode nichts zurückgeben soll?
'void'
man lässt den Rückgabetyp weg
'nothing'
keine der Antworten
10 questions
Künstliche Intelligenz
Quiz
•
University
10 questions
Programmiersprachen Grundlagen
Quiz
•
10th Grade - University
7 questions
Webtech Tutorium 6 - Bootstrap + Promises
Quiz
•
University
8 questions
Arduino_Digitale-Eingänge
Quiz
•
7th Grade - University
10 questions
C Program Array and strings
Quiz
•
University
10 questions
Array in C
Quiz
•
University
10 questions
Tut 04 : CSS, JS functions
Quiz
•
University
9 questions
Tut2 - If / Else + Switch Cases
Quiz
•
University
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade