

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a flowchart structure?(a) Process(b) Sequence(c) Repetition(d) CaseI had been asked this question in unit test.My query is from Flowcharting Rules in chapter Planning the Computer Program of Computer Fundamentals |
Answer» RIGHT CHOICE is (a) Process Explanation: There are basically four FLOWCHARTING STRUCTURES: • Decision • Repetition • Case • SEQUENCE. |
|