A উভয় ইনপুট 1 হলেই আউটপুট 1 হয়। (The output is 1 only when both inputs are 1.)
B উভয় ইনপুট ০ হলেই আউটপুট 1 হয়। (The output is 1 only when both inputs are 0.)
C ইনপুটগুলো ভিন্ন হলে আউটপুট 1 হয়। (The output is 1 when the inputs are different.)
D ইনপুটগুলো ভিন্ন হলে আউটপুট 0 হয়। (The output is 0 when the inputs are different.)