| |
GeekInterview.com > Placement Papers > TCS > Critical Reasoning
| Print | |
Question: what's the answer for that question: A, B and C are 8 bit no's. They are as follows: A -> 1 1 0 0 0 1 0 1 B -> 0 0 1 1 0 0 1 1 C -> 0 0 1 1 1 0 1 0 ( - =minus, u=union) Find ((A - C) u B) =?
|
| October 10, 2009 12:46:50 |
#5 |
| anusha madhu |
Member Since: October 2009 Total Comments: 1 |
RE: what's the answer for that question:A, B and C are 8 bit no's. They are as follows:A -> 1 1 0 0 0 1 0 1B -> 0 0 1 1 0 0 1 1C -> 0 0 1 1 1 0 1 0 ( - =minus, u=union)Find ((A - C) u B) =? |
The binary subraction of A and C is 10001011 and when we take the union it is obivously OR operation so the ans should be 10111011 |
| |
Back To Question | |