UGC NET CS 2009 Dec-Paper-2
October 21, 2023GATE 1999
October 21, 2023GATE 2004
|
Question 1
|
The goal of structured programming is to:
|
have well indented programs
|
|
|
be able to infer the flow of control from the compiled code
|
|
|
be able to infer the flow of control from the program text
|
|
|
avoid the use of GOTO statements
|
Question 1 Explanation:
Structured programming: Which is aimed at improving the clarity, quality and development time of a computer programming by making extensive use of the structured control flow constructs of selection and repetition of block structures and subroutines in contrast to using simple tests and jumps such as goto statements.
Correct Answer: C
Question 1 Explanation:
Structured programming: Which is aimed at improving the clarity, quality and development time of a computer programming by making extensive use of the structured control flow constructs of selection and repetition of block structures and subroutines in contrast to using simple tests and jumps such as goto statements.
