Functions
Arithmetic operator - ANS-part of most programming languages and consist of addition,
subtraction, multiplication, department, and modulus operators.
Assignment Operator - ANS-permits a program to trade the price represented with the aid of
a variable
Boolean Expression - ANS-evaluates to both genuine or false
Boolean Value - ANS-a records type that is either authentic or false.
Comparison Operators - ANS-<, >, <=, >=, ==, != indicate a Boolean expression
Concatenation - ANS-joins together or greater strings quit-to-end to make a new string.
Conditional Statement - ANS-have an effect on the sequential drift of manage by means of
executing one-of-a-kind statements based totally on the value of a Boolean expression.
Evaluate - ANS-Expressions are evaluated to provide a single price.
Expression - ANS-a aggregate of operators and values that evaluates to a unmarried cost
Expression - ANS-a programming assertion that can encompass a value, a variable, an
operator, or a technique name that returns a cost.
Function - ANS-a named group of programming instructions. Also called a "manner".
Function Call - ANS-a command that executes the code inside a characteristic
Logical operator - ANS-NOT, AND, and OR, which compare to a Boolean cost.
Procedure - ANS-a named group of programming instructions that may have parameters
and go back values.
Relational operator - ANS-used to check the connection among two variables, expressions,
or values. A comparison the use of a relational operator evaluates to a Boolean value. For
instance: =, ≠, >, <, ≥, and ≤
Selection - ANS-determines which parts of an set of rules are carried out primarily based on
a situation being real or false
String - ANS-an ordered sequence of characters.
Variable - ANS-a named connection with a fee that may be used again and again at some
stage in a program.