The ______ operator requires either of the component conditions to be true.

A) AND
B) EITHER
C) OR
D) BETWEEN

C (OR)

Computer Science & Information Technology

You might also like to view...

In Excel, B:G represents a range of ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Before you can perform a bubble sort, the data must be stored in descending order. 2. You are more likely to find an item by using a binary search than by using a linear search. 3. If you are using the bubble sort algorithm to sort an array in descending order, the smaller values move toward the end. 4. A selection sort and a binary search can be applied to STL vectors as well as arrays. 5. The linear search repeatedly divides the portion of an array being searched in half.

Computer Science & Information Technology