Computer Applications
What is the process done in the below picture?

- Sorting the list in descending order
- Searching the character in the list
- Sorting the list in ascending order.
- None of the above.
Related Questions
Which data structure is represented in the below picture?

(i) A two-dimensional array with 2 rows and seven columns.
(ii) A one-dimensional array with 14 elements.- Both (i) and (ii)
- Only (i)
- Only (ii)
- None of the (i) and (ii)
What is the type of looping statement depicted in the below picture?

- Entry controlled loop
- Exit controlled loop
- Multiple branching statement
- All the above.
Name the method of search depicted in the below picture.

- Binary Search
- Selection Sort
- Bubble Sort
- Linear Search
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Polymorphism
- Data abstraction