KnowledgeBoat Logo

Computer Science

The statements are given as:
If p : Jitendra Kumar is a computer teacher.
   q : Rahul is a student.

Write these statements in symbolic form:

(a) Jitendra Kumar is a computer teacher and Rahul is a student.

(b) Jitendra Kumar is a computer teacher and Rahul is not a student.

(c) Jitendra Kumar is not a computer teacher and Rahul is a student.

(d) Neither Jitendra Kumar is a computer teacher nor Rahul is a student.

(e) Either Jitendra Kumar is a computer teacher or Rahul is a student.

Boolean Algebra

ICSE

25 Likes

Answer

(a) p . q

(b) p . ~q

(c) ~p . q

(d) ~p . ~q

(e) p + q

Answered By

12 Likes


Related Questions