When writing a program, a(n) ____ structure provides the capability to make a choice between different instructions, depending on the result of some condition.

A. sequence
B. selection
C. iteration
D. invocation

Answer: B

Computer Science & Information Technology

You might also like to view...

________ clips are engaging to the audience because they provide movement on the screen

Fill in the blank(s) with correct word

Computer Science & Information Technology

For anArray = <2, 3, 5, 6, 9, 13, 16, 19>, what is the value returned by a recursive binary search algorithm if the value being searched for is 10?

a) –1 b) 0 c) 1 d) 10

Computer Science & Information Technology