Subject | English | Malay |
comp., MS | Boolean expression | ungkapan 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 | ungkapan bersyarat (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 | Expression Builder | Pembina Ungkapan (A tool you use to create an expression. The Expression Builder includes a list of common expressions that you can select from to define the properties you want to target) |
comp., MS | expression tree | pohon ungkapan (A tree-form data representation of the structure of language-level code expressions) |
comp., MS | property expression | ungkapan sifat (An expression that is assigned to a property and updates the value of the property) |
comp., MS | query expression | ungkapan pertanyaan (An expression that uses a language-integrated syntax for queries) |
comp., MS | regular expression | ungkapan biasa (A concise and flexible notation for finding and replacing patterns of text. The notation comprises two basic character types: literal (normal) text characters, which indicate text that must exist in the target string, and metacharacters, which indicate the text that can vary in the target string. You can use regular expressions to quickly parse large amounts of text to find specific character patterns; extract, edit, replace, or delete text substrings; or to add the extracted strings to a collection in order to generate a report) |
comp., MS | relational expression | ungkapan hubungan (An expression that uses a relational operator such as < or > to compare two or more expressions. A relational expression resolves to a Boolean (true/false) value. See also Boolean, relational operator) |