Which type of structure is used to execute the same set instructions more than once?

a. Decision structure
b. Sequence structure
c. Repetition structure
d. Do together structure
e. None of these



c. Repetition structure

Computer Science & Information Technology

You might also like to view...

What is wrong with the following code?

int total, number; int counter = 0; while (counter < 10) { cin >> number; total = total + number; counter = counter + 1; }

Computer Science & Information Technology

Which of the following are private IP networks?

A) 172.48.0.0 B) 172.27.0.0 C) 192.168.25.0 D) 192.167.36.0

Computer Science & Information Technology

To specify that your document was created in the Arabic language, which reads right-to-left, you would set the ____ attribute to rtl.

A. dir B. id C. lang D. class

Computer Science & Information Technology

Which incident response phase has the goal of determining what was done right, what was done wrong, and how to improve?

What will be an ideal response?

Computer Science & Information Technology