PROGRAMMING AND DATA STRUCTURE TWO MARKS
UNIT-I LINEAR STRUCTURE 1.Write down the definition of data structures? A data structure is a mathematical or logical way of organizing data in the memory that consider not only the items stored but also the relationship to eachother and also it is characterized by accessing functions. 2.What is meant by problem solving? Problem solving is a creative process, which needs systemization and mechanization. 3. Give few examples for data structures? Stacks, Queue, Linked list, Trees, graphs 4. What is problem definition phase? The first step in solving a problem is to understand problem clearly. Hence, the first phase is the problem definition phase. That is, to extract the task from the problem statement. If the problem is not understood, then the solution will not be correct and it may result in wastage of time and effort. 5. Define Algorithm? Algorithm is a solution to a problem independent of programming language. It con...