ICSE Class 10 Computer Applications Question 2 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 2

Back to all questions
2
Question

Question 1(ii)

Identify the type of operator &&:

  1. ternary
  2. unary
  3. logical
  4. relational
Answer

logical

Reason — Logical operators operate only on boolean operands and are used to construct complex decision-making expressions. Logical AND && operator evaluates to true only if both of its operands are true.