Question
Which of the following best describes an operator? a. An operator is a rule that must be followed when construing a program b. An operator always out perform expirations on one or more places of data. c. An operator marks the beginning ending of a statement, or is used to separate items in a list. e. An operator is a symbolic same that refers to a variable. A[n] ___ is a set of instructions that the computer follows to solve a problem The operate used in C++ to in present equality is ____ The operator used in C++ known as the logical operator is ____ What statement best describes a variable and its primary purpose? b. A variable is a word that has a serial meaning to the complier. c. A variable is an named storage location in the computer's memory used for holding a place of information. d. A variable is a "line" of code in the body of a program which many change.
Explanation / Answer
Q1)
Ans: b. An operator allows you to perform operation on one or more places of data
Q2) A program is a set of instructions that the computer follows to solve a problem
Q3) Equality => ==
Q4. logical OR => ||
Q5. Logical operators => <, >, <=, >= , == , !=
Q6. C