A ____ is the structure that repeats actions while some condition continues.

A. decision
B. loop
C. branch
D. block


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the best way project management can ensure change requests (CR) are appropriately managed?

A. let the team leads handle CRs B. make sure all CRs are testes C. put all CR through he normal development methodology D. create a Change Control Board (CCB)

Computer Science & Information Technology

Which statement displays the last name, salary, and annual compensation of employees where the annual compensation is calculated by multiplying the monthly salary with 15, plus a one-time bonus of $200.

A) SELECT last_name, salary, 15*salary+200 FROM employees; B) SELECT last_name, salary, 15*(salary+200) FROM employees; C) Either statement will produced the desired result. D) Neither statement will produce the desired result.

Computer Science & Information Technology

Free e-books are available in the ____.

A. credit line B. CARS checklist C. private sector D. public domain

Computer Science & Information Technology

Wired displays connect to a computer or other device (such as to a smartphone) using a wireless networking connection such as Wi-Fi, Bluetooth, or a special wireless standard designed for transmitting multimedia.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology