Symbols that are used to evaluate data in the field to determine if it is the same (=), greater than (>), less than (<), or in between a range of values as specified by the criteria.

A. Logic symbols
B. Operation signs
C. Comparison operators
D. Evaluation symbols


C. Comparison operators

Computer Science & Information Technology

You might also like to view...

The name of a constructor is _____________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following statements is false?

a) C# 6’s null-conditional operator (?!) accesses a property or calls a method only if its left operand is not null; otherwise, evaluation of the expression terminates and the value of the entire expression is null. b) A nullable type is a value type that also can be null. c) You specify a nullable type by following a value type’s name with a question mark (?). d) The GetValueOrDefault method checks whether a nullable-type variable contains a value. If so, the method returns that value; otherwise, it returns the value type’s default value.

Computer Science & Information Technology

You can play and save movies and music in Vista using ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ is where a row and a column intersect

Fill in the blank(s) with correct word

Computer Science & Information Technology