Please refer to MCQ Questions Chapter 8 Operators and Expressions in C Class 11 Computer Science with answers provided below. These multiple-choice questions have been developed based on the latest NCERT book for class 11 Computer Science issued for the current academic year. We have provided MCQ Questions for Class 11 Computer Science for all chapters on our website. Students should learn the objective based questions for Chapter 8 Operators and Expressions in C in Class 11 Computer Science provided below to get more marks in exams.
Chapter 8 Operators and Expressions in C MCQ Questions
Please refer to the following Chapter 8 Operators and Expressions in C MCQ Questions Class 11 Computer Science with solutions for all important topics in the chapter.
MCQ Questions Answers for Chapter 8 Operators and Expressions in C Class 11 Computer Science
Question. Which operator acts only on one operand?
(a) Unary
(b) Binary
(c) Ternary
(d) Conditional
Answer
A
Question. The symbols which are used to perform some specific type of operation on data are called?
(a) Operands
(b) Operators
(c) Expressions
(d) Formulas
Answer
B
Question. Which of the following is not a Logical Operator?
(a) And (&&)
(b) OR (||)
(c) Equality (==)
(d) NOT (!)
Answer
C
Question. Which of the following cannot be considered as assignment operator?
(a) =
(b) = =
(c) +=
(d) %=
Answer
B
Question. Which symbol is used for Ternary Operator?
(a) : ?
(b) ; ?
(c) ? :
(d) ? ;
Answer
C
Fill in the Blanks:
Question. __________ are the data items on which operators can perform operations.
Answer
Operands
Question. Unary operator acts on only ____________ operand.
Answer
One
Question. _________ arithmetic operator performs only on integer operands.
Answer
Modulus (%)
Question. When value of one type is converted into some other type, it is called _________.
Answer
Type Conversion
Question. Ternary operator is also known as _______________.
Answer
Conditional