This document contains questions from a fourth semester engineering examination on design and analysis of algorithms. It covers topics like asymptotic notation, analyzing time complexity of algorithms, solving recurrence relations, sorting algorithms like bubble sort, quick sort and merge sort. Specifically, it asks students to analyze the time complexity of sample algorithms, solve recurrence relations, trace quick sort on a sample data set and write the recursive algorithm for merge sort.