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

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

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!