Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Write the difference between sexual and asexual reproduction.

Answered: 1 week ago

Question

What your favourite topic in mathematics?

Answered: 1 week ago

Question

Briefly describe vegetative reproduction in plants.

Answered: 1 week ago