Metadata
Technology & Computer Science Grade 9-12 Apply Medium
Metadata
  • Subject

    Technology & Computer Science

  • Education level

    Grade 9-12

  • Cognitive goals

    Apply

  • Difficulty estimate

    Medium

  • Tags

    search, sorting, linear search, binary search, selection sort, insertion sort

  • Number of questions

    5

  • Created on

  • Generation source

  • License

    CC0 Public domain

  • Prompt

    Test students' ability to implement and compare linear search, binary search, selection sort, and insertion sort on small arrays (≤10 elements). Require code or clear pseudocode for each algorithm, step-by-step traces on provided sample arrays (unsorted, sorted, and with duplicates), counts of comparisons and swaps, verification of correctness, and a brief written comparison addressing time/space behavior, stability, and when each method is most appropriate.
Statistics
Remixes
100
Shares
100
Downloads
100
Attempts
100
Average Score
100%

Mock data used for demo purposes.