This document discusses algorithms and how computers use them. It begins with an introduction to algorithms, defining them as precise step-by-step instructions to complete a task. Examples of algorithms like making tea and sorting cards are provided. Two sorting algorithms are described: simple sort and selection sort. Tasks are included to have the student write algorithms and do card sorting. The document concludes by analyzing which sorting algorithm is most efficient based on comparisons and memory usage.