Assessment Tool

Lecture 15: Linear & Binary Search

Content Tested:  Applications of Searching Techniques

Lecture Content:

Goals:

Assessment Technique:  Application Cards

Purpose:

Instructors can find out how well students understand the processes of linear and binary search by brainstorming activities that apply these techniques.

Activity:



In today's lecture we saw the searching techniques called linear and binary search.  In your groups (or as an individual) describe some answers to the following questions.

1.  Describe situations where you have used or could use binary search to locate something.

2.  Describe situations where you have used or could use linear search to locate something.  Could you also use binary search for the situation?  Why or why not?



 

Possible Solutions:

The instructor might want to give some example situations so students understand their task.

1.  Possible Answers

  • Finding pizza company listings in the phone book (example used in lecture)
  • Finding a library book on a shelf (searching for the call number since books are arranged in sorted order by call number)
  • 2.  Possible Answers

    Possible Uses of Activity: