1. Which of the following is/are algorithm constructs?
Answers
1. Sequencing
2. Selection
3. Iteration
4. All of the above
✅
2. Which of following steps is/are includes in problem solving?
Answers
1. Developing an approach to understand the problem
2. Designing step-by-step pseudocode solution
3. Analyzing the efficiency of a solution
4. Transforming pseudocode into a correct code
5. All of the above
✅
3. Which of the following is not an application of stack data structure?
Answers
1. Implementation of function recursion
2. The undo-mechanism in an editor
3. Transferring data asynchronously between two processes.
✅
4. Expression conversion and expression evaluation.
4. Which of the following statement is incorrect with respect to circular queue?