A(n) ____ operation involves the comparison of values and the subsequent use of the outcome to decide what to do next.
A. iterative
B. conditional
C. sequential
D. transformer
Answer: B
Computer Science & Information Technology
You might also like to view...
of the following is a variable declaration statement?
a. int total; b. import java.util.Scanner; c. public static void main(String args[]) d. // first string entered by user
Computer Science & Information Technology
If no memory is available, keyword new throws an __________.
a. OutOfMemoryException. b. OutOfMemoryEvent. c. OutOfMemoryExhaustion. d. OutOfMemoryError.
Computer Science & Information Technology
The ____ keyword tells the computer to pass the variable's address rather than a copy of its contents.
A. ByRef B. ByVal C. ByValue D. ByLoc
Computer Science & Information Technology
The ________ in the Computer window is a list of commonly used folders
Fill in the blank(s) with correct word
Computer Science & Information Technology