Subject | English | Vietnamese |
comp., MS | Boolean expression | biểu thức Boolean (An expression that yields a Boolean value (true or false). Such expressions can involve comparisons (testing values for equality or, for non-Boolean values, the < [less than] or > [greater than] relation) and logical combination (using Boolean operators such as AND, OR, and XOR) of Boolean expressions) |
comp., MS | conditional expression | biểu thức điều kiện (An expression that yields a Boolean value (true or false). Such expressions can involve comparisons (testing values for equality or, for non-Boolean values, the < [less than] or > [greater than] relation) and logical combination (using Boolean operators such as AND, OR, and XOR) of Boolean expressions) |
comp., MS | numeric expression | biểu thức số (Any expression that evaluates to a number. The expression can be any combination of variables, constants, functions, and operators) |