Which of the lettered choices is equivalent to the following decision?if a > 10 then      if b > 10 then        output "OK"      endifendif

A. if a > 10 OR b > 10 then output "OK"
B. if a > 10 AND a > b then output "OK"
C. if a > 10 AND b > 10 then output "OK"
D. if a > b then output "OK"


Answer: C

Computer Science & Information Technology

You might also like to view...

Use the ________________ property to configure rounded corners with CSS.

a. border-round b. border-radius c. box-shadow d. background-corner

Computer Science & Information Technology

Which of the following protocols was designed to address most of the consumer demands for privacy when using a credit card online?

A. TSL B. PGP C. SET D. S/MIME

Computer Science & Information Technology

When a business uses the Internet to provide another business with the materials, services, or supplies it needs to conduct its operations, they are engaging in ________ e-commerce.

a. B2C b. C2B c. B2B d. C2C

Computer Science & Information Technology

Routing convergence time is which of the following?

A. Time required for an IDS to detect suspicious software B. Time required by switch ports to update their link status and transition to the forwarding state C. Time required for a VPN connection to occur D. Time required by protocols to update their forwarding tables after changes have occurred

Computer Science & Information Technology