Computers

9th

grade

Image

Binary Search & Linear Search

317
plays

17 questions

Show Answers
See Preview
  • 1. Multiple Choice
    2 minutes
    1 pt
    Which type of lists or data sets are linear searching algorithms used for?
    Unsorted lists or data sets
    Sorted lists or data sets
  • 2. Multiple Choice
    2 minutes
    1 pt
    Which type of lists or data sets are binary searching algorithms used for?
    Unsorted lists or data sets
    Sorted lists or data sets
  • 3. Multiple Choice
    2 minutes
    1 pt
    Select the best description to explain what a linear search algorithm is.
    Put the elements in order, check each item in turn.
    Put the elements in order, compare with the middle value, split the list in order and repeat.
    Elements do not need to be in order, check each item in turn.
    Elements do not need to be in order, compare to the middle value, split the list in order and repeat
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?