2.Which of the following is a type of control structure? All of the above 5.A __
ID: 3667172 • Letter: 2
Question
2.Which of the following is a type of control structure?
All of the above
5.A __________ is provided to a random number generator to ensure the same sequence of numbers is NOT generated during each execution.
None of the above
6. Which of the following correctly declares and initializes a two-dimensional rectangular array of integers?
None of the above
7. A List< T > is similar to an array, but can also:
Both a and b
9. Today’s most popular database systems are __________ databases.
relational
10. A __________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions.
Declaration structure Repetition structure Flow structureAll of the above
5.A __________ is provided to a random number generator to ensure the same sequence of numbers is NOT generated during each execution.
date parameter seedNone of the above
6. Which of the following correctly declares and initializes a two-dimensional rectangular array of integers?
int[,] sum = new int[3, 4]; int[] sum = new int[2, 4]; int sum[] = new int[2, 2];None of the above
7. A List< T > is similar to an array, but can also:
dynamically resize. add items anywhere in the List< T >. contain objects of any one type.Both a and b
9. Today’s most popular database systems are __________ databases.
management structural formattedrelational
10. A __________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions.
tracking file cookie Web log virtual recordExplanation / Answer
there is n need to explain these are direct bits still u need pls comment
2)
all the above
5)
seed
6)
int[,] sum = new int[3, 4];
9)
relation
10)
cookie
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.