ICSE Class 10 Computer Applications Question 10 of 30

Solved Sample Paper 4 — Question 10

Back to all questions
10
Question

Question 1(x)

Operations like square root, sine and cosine are

  1. impure functions
  2. pure functions
  3. static functions
  4. class functions
Answer

pure functions

Reason — Operations like square root, sine and cosine are pure functions as they do not modify their arguments.