Which of the following is a relational operator?

A. =
B. ==
C. !
D. &&


Answer: B

Computer Science & Information Technology

You might also like to view...

If a user enters a value in the text box of an editable combo box and the value is NOT in the list, what will the method getSelectedItem return?

A) The value that the user replaced B) The index of the item the user entered C) The value that appears in the text field, even if it is not in the combo box's list D) Nothing, since the item is not in the list

Computer Science & Information Technology

In JavaScript, the relational test, birth_year > 1944 && birth_year < 1965, is

a. true if birth_year is 1952 b. true if birth_year is less than 1965 c. false if birth_year is greater than 1944 d. none of the above

Computer Science & Information Technology

The user account type that lets you make changes that will affect other users of the computer and permits the most control over the computer is the:

a. administrator account b. guest account c. standard user account

Computer Science & Information Technology

The W3C created a(n) ____ whose mission is to promote usability of the Web for people with disabilities.

A. NSF B. Section 508 C. RGB D. WAI

Computer Science & Information Technology