
Woche 5

Quiz
•
Computers
•
University
•
Medium
Hedi Chehaidar
Used 3+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie kann man die länge von einem Array arr bestimmen?
length(arr)
arr.length
arr.length()
len(arr)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Gegeben b = {{1, 2, 3}, {4, 5, 6}, {7, 8}}
Was ist der Wert von b[1][1]
1
2
4
5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Gegeben g = {{3, 2}, {0, 1}, {-1, -2}}
Was ist der Wert von g[g[1][0]]
{0,1}
0
{3,2}
3
4.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
Wir wollen alle Elemente vom Array arr ausgeben:
for(int i = 0; i <= (Antwort) ; i++) write(arr[i]);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was ist der Wert von array nach dem Aufruf von foo(array) ?
{1,2,3,4,5}
{2,3,4,5,6}
{1,3,6,10,15}
{1,3,5,7,9}
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Welche Arrays sind richtig initialisiert?
a b
a d
a b d
alle
7.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
Wir wollen auf das i-te Element von hinten in einem Array arr zugreifen
elem = (Antwort) ;
Beispiel: arr = {5,4,6} und i = 2 dann elem = 4
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
PGDP ist mein Lieblingsmodul
Ja
Nein
Similar Resources on Wayground
10 questions
Arrays in C (II yr 02.07.2020)

Quiz
•
University
9 questions
Java Quiz (2)

Quiz
•
10th Grade - University
10 questions
Datentypen, Variablen & Eingabe in Python

Quiz
•
University
10 questions
Weekly Contest #3 - TechXNinjas

Quiz
•
University
10 questions
C Program Array and strings

Quiz
•
University
7 questions
Data Literacy

Quiz
•
University
10 questions
Quiz 8: Arrays&Vector

Quiz
•
University
13 questions
Array of Structure

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade