Which of the persons below was not involved in the definition of structured programming?
a) C. Bohm
b) N. E. Capers
c) E W. Dijkstra
d) G. Jacopini
b) N. E. Capers
Computer Science & Information Technology
You might also like to view...
Which of the following statements about the Continue statement is true?
a. The Continue statement is used to exit a repetition statement early and continue execution after the loop. b. The Continue statement is used to continue after a Select…Case statement. c. The Continue statement does not alter the flow of control. d. A Continue statement proceeds with the next iteration of the immediately enclosing repetition statement.
Computer Science & Information Technology
The relationship between a subclass and its superclass can be described as a “has a” relationship.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology