To create a compound condition in an If statement, a(n) ____ operator is required.

A. compound
B. logical
C. arithmetic
D. logical


Answer: B

Computer Science & Information Technology

You might also like to view...

Suppose we have a struct called Employee, we have an object declared from the struct called emp, and we have a data member of the struct called salary. To access the salary data member of emp, we would use the code:

A. emp[salary] B. Employee.emp[salary] C. emp( salary ) D. emp.salary

Computer Science & Information Technology

What default length is used for the OSPF dead interval?

A) 20 seconds B) 40 seconds C) 4 times the Hello Interval D) 120 seconds

Computer Science & Information Technology

Which of the following produces a subset of your data?

A. Macro B. Field C. Table D. Query

Computer Science & Information Technology

What command is most effective at identifying different types of files??

A. stat B. ?ls -l C. ?ll D. ?file

Computer Science & Information Technology