1. Question:Write the syntax of loop structure in pseudocode. 

    Answer

    DO WHILE (condition)
       instruction-1
       instruction-2
       ...
    END DO







    1. Report
  2. Question:Draw the generalized loop structure in flowchart. 

    Answer
    
    Figure: Generalized loop structure.






    1. Report
  3. Question:What is sequence structure in pseudocode? 

    Answer
    The sequence structure in pseudocode simply express in English what it is we want to do, in the order in which we want to do it.






    1. Report
  4. Question:Draw the generalized sequence structure in flowchart. 

    Answer
    
    Figure: Generalized sequence flowchart.






    1. Report
  5. Question:Draw the flowchart for sorting two numbers in descending order. 

    Answer
    
    Figure: Showing sorting between two numbers.






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd