March 14, 2024

APPSC-2016-DL-CS

Question 2 In first order predicate logic, ∼∀x P(x) is equivalent to Options: A ∼∃x P(x) B ∃x ∼P(x) C ∀x ∼P(x) D the given expression […]
March 14, 2024

Question 10838 – APPSC-2016-DL-CS

The principle of replacing a function irrespective of the context is called ______ Correct Answer: B A Static binding B referential transparency C orthogonality D locality […]
March 14, 2024

Question 10834 – APPSC-2016-DL-CS

Time complexity of an algorithm whose recurrence equation is T(n)=4T(n/2)+n2 and T(1)=1 is expressed as ______ Correct Answer: B Question 32 Explanation:  A O(n2) B O(n2 […]