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
- impure functions
- pure functions
- static functions
- class functions
pure functions
Reason — Operations like square root, sine and cosine are pure functions as they do not modify their arguments.