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...

Which two solutions would be best to use if a Windows computer is slow to respond across multiple applications, takes a long time to boot or shut down, and Event Viewer shows messages regarding a corrupt file system? (Select two.)

A) REGEDIT B) MSCONFIG C) Safe Mode D) CHKDSK /r E) Error Checking

Computer Science & Information Technology

How does the isEmpty method of ArrayQueue class return the proper value?

a. return count == 0; b. return front != back c. return front / back == 0 d. return count < DEFAULT_CAPACITY

Computer Science & Information Technology