Answer:
count = 0
for x in range(len(array)):
if count == Len(array) -1:
break
max = max(array[:-1 - count])
count += 1
if array.index(max) == -1:
break
else:
hold = array[-1]
array[-1] = max
array[array.index(max)] = hold
Explanation:
The python program is an implementation of a maxsort. The for loop iterates over the array, getting the maximum number for each reduced array and swaps it with the corresponding last items.
One of the best ways to code effective programs is to write so-called <u>structured</u> programs, using the sequential, selection, or repetition logic structures.
Structured programs are program types that aim to improve the clarity of program codes to make them readable and reusable.
Structural codes such as the if/then/else for selection and while/for repetition are used to achieve these goals.
So, structured programs are used to write programs that follow the sequential, selection, and repetition logic structures.
Learn more about structured programs here:
brainly.com/question/25770844
OD. Software used to manage sets of information.
Answer:
Translate program code into machine code
Explanation:
- Interpreter converts high-label languages into low-level languages
- interpreter takes source code statement by statement and translate in machine code
- compiler take whole source code and translate into machine code
The answer is the Transition element.
A slide transition in PowerPoint occurs when you move from one slide to another during a presentation. You can control the speed (time spend on a single slide before advancing to the next). We use set duration to set the transition speed. To set the transition speed to a shorter or a larger duration, select the slide and click on the Transitions tab in the Timing group. In the Duration box, type the number of seconds that you want.