describes a strategy for

If a[] is an array of integers, the pseudo code

```
int k = 0
int m = 1
While m < a.length
If a[m] < a[k] Then
k = m
End If
m = m+1
End While

```

A) sorting an array in ascending order
B) sorting an array in descending order
C) implementing a part of the logic for bubble sort
D) determining the location of the smallest value in the array


D) determining the location of the smallest value in the array

Computer Science & Information Technology

You might also like to view...

Calculated query fields must be formatted in the query design grid using the ________

A) Expression Builder B) Navigation Pane C) Navigation bar D) Property Sheet

Computer Science & Information Technology

Should you use numerous animations on a typical object or slide in PowerPoint? Explain

What will be an ideal response?

Computer Science & Information Technology

? As shown in the accompanying figure, maintenance expenses usually are high when a system is implemented because problems must be detected, investigated, and resolved by _____.?

A. ?corrective maintenance B. ?adaptive maintenance C. ?perfective maintenance D. ?obsolete maintenance

Computer Science & Information Technology

Which of the following is not a choice on the Sample drop-down list available with the Healing Brush Tool?

a. This Layer b. Current & Below c. Current Layer d. All Layers

Computer Science & Information Technology