ASSESSMENT TASKSDirection:Answer the following items (Malik & Nair, 2012).1. Mark the following statements as true or false.a.A linear search of a list assumes that the list is in ascending order.
Get answer to your question and much more
b.A binary search of a list assumes that the list is sorted.
Get answer to your question and much more
c.A binary search is faster on ordered lists and slower on unordered lists.
Get answer to your question and much more
d.A binary search is faster on large lists, but a linear search is faster on smalllists.
Get answer to your question and much more
2. Consider the following list:634532984657Using the linear search as described in this module, how many comparisons arerequired to find whether the following items are in the list? (By comparison, we meanitem comparisons)28100a.90b.57c.63d.120