c++ QUESTION 33 By using the same ________ you can build relationships between d
ID: 3728041 • Letter: C
Question
c++
QUESTION 33
By using the same ________ you can build relationships between data stored in two or more arrays.
data type
array name
subscript
data
arguments
1.00000 points
QUESTION 34
A two-dimensional array can be viewed as ________.
a table with rows and columns
two columns of indexes
two rows of values
any of the above
None of the above
1.00000 points
QUESTION 35
A selection sort is being used to arrange the following set of numbers in ascending order:
7 5 3 9 2 6
After the first pass of the sort is completed, what order will the data be in?
5 7 3 9 2 6
2 3 5 6 7 9
2 5 3 9 7 6
5 3 7 2 6 9
None of the above
1.00000 points
QUESTION 36
If algorithm A requires 2n + 1 basic operations to process an input of size n, and Algorithm B requires
3n + 2 basic operations to process the same input, algorithm A is considered to be more efficient than Algorithm B.
True
False
1.00000 points
QUESTION 37
A sorting algorithm can be used to arrange a set of ________ in ________ order.
strings, ascending
strings, descending
numeric values, ascending
numeric values, descending
All of the above
data type
array name
subscript
data
arguments
Explanation / Answer
QUESTION 33
By using the same ________ you can build relationships between data stored in two or more arrays.
Answer:
subscript
QUESTION 34
A two-dimensional array can be viewed as ________.
Answer:
a table with rows and columns
QUESTION 35
A selection sort is being used to arrange the following set of numbers in ascending order:
7 5 3 9 2 6
After the first pass of the sort is completed, what order will the data be in?
Answer:
5 3 7 2 6 9
QUESTION 36
If algorithm A requires 2n + 1 basic operations to process an input of size n, and Algorithm B requires
3n + 2 basic operations to process the same input, algorithm A is considered to be more efficient than Algorithm B.
Answer:
True
QUESTION 37
A sorting algorithm can be used to arrange a set of ________ in ________ order.
Answer:
All of the above
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.