Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 23)
23.
Which of the following rules out the use of GO TO?
Flowchart
HIPO-DIAGRAMS
Nassi-Shneiderman diagram
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Shiva Singh Jadon said:   9 years ago
" GO TO LOCATION" is a statement which forwards the control of the program to the given LOCATION.
(1)

Urmila said:   9 years ago
What is GO TO?

Anyone can explain it?

Shekhar said:   1 decade ago
Nassi and Shneiderman are names of two different persons. They made a new kind of chart which is alternative to traditional logic flowcharts.

Their intent was to provide a structured view of the flow of logic through a program, a routine, a module, or a process.
(3)

Jayashree said:   1 decade ago
Because Nassi-Shneiderman diagram is a graphical design representation of structural partitioning. While HIPO hierarchical chart representation, which represents prog control and a set of (INPUT-PROCESS-OUTPUT).

Post your comments here:

Your comments will be displayed after verification.