Zusammenfassung der Ressource
Frage 1
Antworten
-
A computer programming technique involving the use of a procedure, subroutine, function, or algorithm that calls itself
-
An argument that seems to come up time and again for the negative party
-
A sequence of instructions
-
A resource
-
Something I didn't learn
-
Sorry, I don't know
Frage 2
Frage
A factorial is an example of recursion.
Frage 3
Frage
An array is a container object that holds a fixed number of values of different types
Frage 4
Frage
Is this an example of a one dimensional array or a two dimensional array?
Antworten
-
Maybe?
-
Two dimensional array
-
One dimensional array
-
I don't know
-
None of the above
Frage 5
Frage
It is possible to pass just one location of an array to a function.
Frage 6
Frage
Two dimensional arrays are
Antworten
-
a type of linear array
-
indexed by two subscripts, one for the row and one for the column
-
an array where its elements are selected (identified) using two indices.
-
selected using a one index
-
potatoes
-
Cute baby animals
Frage 7
Frage
For Two Dimensional Arrays:
Each cell of the array is a variable that can hold a value and works like any variable.
Frage 8
Frage
A stack is a data type that create a collection of elements.
Frage 9
Frage
An array can be used to implement a stack
Frage 10
Frage
Another option for implementing stacks is to use a singly linked list
Frage 11
Frage
You can see Two Dimensional Arrays as an excel layout
Antworten
-
One Dimensional Arrays
-
No
-
Umm
-
Yes
-
Please, stop.
Frage 12
Frage 13
Frage
A 2D array is a 1D array of (references to) 1D arrays.
Frage 14
Frage
Given
int[][] rating = new int[3][4];
What is the value of rating.length?
Frage 15
Frage
What is the value of rating[0].length?
Antworten
-
3.5
-
2.2
-
1
-
4
-
8.1
-
10.00000000001