Which binary operator returns 0 if both numbers it compares are the same and returns 1 if the numbers it compares are different?

a. XOR
b. OR
c. AND
d. ROT13


ANS: A

Computer Science & Information Technology

You might also like to view...

The ____________ method returns true if the string object starts with the sub string, or false otherwise.

a. Contains b. Trim Start c. Starts With d. Index Of

Computer Science & Information Technology

Write a method similar to Program 79 that mirrors from back to front.

What will be an ideal response?

Computer Science & Information Technology

How would you write the following algebraic equation in C++?

A. c = sqrt((a+b)**2) B. c = sqrt((a^2)+(b^2)) C. c = sqrt(a^2b^2) D. You can’t do this type of math in C++.

Computer Science & Information Technology

A find ________ query compares records in two related tables and displays the records found in one table but not the other

Fill in the blank(s) with correct word

Computer Science & Information Technology