subject
Computers and Technology, 12.08.2019 20:30 indya2

The following is the pseudocode for which type of algorithm?
for start = each array subscript, from the first to the next-to-last
minindex = start
minvalue = array[start]
for index = start + 1 to size - 1
if array[index] < minvalue
minvalue = array[index]
minindex = index
end if
end for
swap array[minindex] with array[start]
end for
(a) bubble sort
(b) binary sort
(c) bubble search
(d) selection sort
(e) none of those

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:30
The “rule of 72” is used to approximate the time required for prices to double due to inflation. if the inflation rate is r%, then the rule of 72 estimates that prices will double in 72/r years. for instance, at an inflation rate of 6%, prices double in about 72/6 or 12 years. write a program to test the accuracy of this rule. for each interest rate from 1% to 20%, the program should display the rounded value of 72/r and the actual number of years required for prices to double at an r% inflation rate. (assume prices increase at the end of each year.)
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
Which location-sharing service offers items for users as a gaming component and also allows them to collectively link their check-ins to publish a trip? a. whrrl b. buzzd c. foursquare (this option is wrong i already tried) d. gowalla for plato
Answers: 2
question
Computers and Technology, 23.06.2019 03:00
What are the different parts of computer
Answers: 2
question
Computers and Technology, 24.06.2019 01:00
What are two ways to access the options for scaling and page orientation? click the home tab, then click alignment, or click the file tab. click the file tab, then click print, or click the page layout tab. click the page layout tab, or click the review tab. click the review tab, or click the home tab?
Answers: 2
You know the right answer?
The following is the pseudocode for which type of algorithm?
for start = each array subscript...
Questions
question
English, 13.10.2020 20:01
question
Biology, 13.10.2020 20:01