1. Question:What do you mean by sequence structure ? 

    Answer
    Some instractions are executed in the order in which they are encountered.This processing steps can be combined and represented by one rectange with a single entry point and a single exit poit.






    1. Report
  2. Question:What do you mean by selection stucture ? 

    Answer
    The ability to choose between two alternative courses of action on the basis of whether a condition is true or false.






    1. Report
  3. Question:What do you mean by pseudocode ? 

    Answer
    A way to represent instructions that uses ordinary English; a planning tool for structured programming.






    1. Report
  4. Question:What do you mean by branch and bug ? 

    Answer
    Branch : Transfer control to another part of a program.
    Bug     : An error in a computer program.






    1. Report
  5. Question:What do you mean by GOTOless programming? 

    Answer
    Programming without the use of branch instructions.






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