...
Programming
February 13, 2024
Programming
February 13, 2024
Programming
February 13, 2024
Programming
February 13, 2024

Programming

Question 42

Consider the following logic program P

A(x) <- B(x, y), C(y) 
     <- B(x,x) 

Which of the following first order sentences is equivalent to P?

A
(∀x) [(∃y) [B(x,y) ∧ C(y)] ⇒ A(x)] ∧ ¬(∃x)[B(x,x)]
B
(∀x) [(∀y) [B(x,y) ∧ C(y)] ⇒ A(x)] ∧ ¬(∃x)[B(x,x)]
C
(∀x) [(∃y) [B(x,y) ∧ C(y)] ⇒ A(x)] ∨ ¬(∃x)[B(x,x)]
D
(∀x) [(∀y) [B(x,y) ∧ C(y)] ⇒ A(x)] ∧ (∃x)[B(x,x)]
Question 42 Explanation: 
Note: This is not in gate syllabus. Please ignore this question.
Correct Answer: C
Question 42 Explanation: 
Note: This is not in gate syllabus. Please ignore this question.

Leave a Reply

Your email address will not be published. Required fields are marked *