UGC NET CS 2009 Dec-Paper-2
October 21, 2023
GATE 1999
October 21, 2023
UGC NET CS 2009 Dec-Paper-2
October 21, 2023
GATE 1999
October 21, 2023

GATE 2004

Question 1

The goal of structured programming is to:

A
have well indented programs
B
be able to infer the flow of control from the compiled code
C
be able to infer the flow of control from the program text
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *