aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Science (GATE Exam) 2012 - Previous Question Paper Solution
  • The below given truth table represents the Boolean functi...
Multiple choice

The below given truth table represents the Boolean function

X Y f(X, Y)
0 0 0
0 1 0
1 0 1
1 1 1

  1. X

  2. X + Y

  3. X $\oplus$ Y
  4. Y

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XY’ + XY = X(Y’ + Y) = X . 1 = X

Keep practicing — related questions

  • The Boolean expression for the truth table shown is | A | B | C | F | |---|---|---|---| | 0 | 0 | 0 | 0 | |...
  • Following is the Boolean expression for one truth table of an unknown function. | A | B | C | F | |---|---|...
  • The Boolean expression for the truth table shown is A B C f 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0...
  • For the given Boolean expression for one truth table of an unknown function. ||||| |---|---|---|---| | A | ...
  • The Boolean function x'y' + xy + x'y is equivalent to
  • What will be the result of the given code snippet in C language? main() { int x=1; clrscr(); for(;x++;x%10?...
  • What will be the output of the program? class Test { public static void main(String [] args) { int x= 0; in...
  • What will be the output of the program? public class Switch2 { final static short x = 2; public static int ...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy