____ involves choosing between alternative courses of action based on some value within a program.
A. An equivalency operator
B. A sequence structure
C. Pseudocode
D. A decision structure
Answer: D
Computer Science & Information Technology
You might also like to view...
________ is the process of encoding e-mail so that only the person with a corresponding key can decode and read the message
Fill in the blank(s) with correct word
Computer Science & Information Technology
In a recursive method that writes a string of characters in reverse order, the base case is ______.
a) a string with a length of 0 b) a string whose length is a negative number c) a string with a length of 3 d) a string that is a palindrome
Computer Science & Information Technology