Which of the following terms describes the repetition of statements while certain conditions are met?()
A. sequence
B. selection
C. looping
D. subprogram
Which of the following terms describes the execution of a series of statements one after another?()
A. sequence
B. selection
C. looping
D. subprogram
Which of the following terms describes the execution of different statements depending on certain conditions?()
A. sequence
B. selection
C. looping
D. subprogram
A(n) ______ is a name associated with a function or data object and used to refer to that function or data object.