Which algorithm sorts the following list [5 3 9 7] using the steps of: [5 3 9 7] -> [3 5 9 7] -> [3 5 9 7] -> [3 5 7 9] -> [3 5 7 9]?

a. Insertion sort
b. Bubble sort
c. Merge sort
d. Binary search


a. Insertion sort
Each element is inserted at the front in increasing order.

Computer Science & Information Technology

You might also like to view...

You can change the order of animations on a slide with the Reorder Animation button

Indicate whether the statement is true or false

Computer Science & Information Technology

Match the following terms to their meanings:

I. Data validation rule II. Error alert III. Macro IV. Protect sheet V. Shared workbook A. Data validation message indicating that invalid data has been entered B. Places a restriction on the types of data that can be entered into cells C. Stored set of instructions to automate a task D. Prevents unauthorized users from making changes to a worksheet E. Workbook in which multiple users can make changes at the same time

Computer Science & Information Technology

A DHCPINFORM request sent by a client will receive what message number from a DHCP server as an acknowledgment?

A. 5 B. 6 C. 7 D. 8

Computer Science & Information Technology

Identify the input field property or method that can be used to remove the focus from the input box.

A. input.focus() B. input.pattern C. input.blur() D. input.required

Computer Science & Information Technology