A, B and C are 8 bit nos. They are as follows:
A 1 1 0 1 1 0 1 1
B 0 1 1 1 1 0 1 0
C 0 1 1 0 1 1 0 1
Find ( (A-B) u C )=?
how to solve this need with steps
Answer Posted / rosey
given that A,B,C are 8 bits nos therefore
A 11011011 is 333
B 01111010 is 172
c 01101101 is 155
now A-B =333-172
=161
(A-B)uC=161u155
=161
| Is This Answer Correct ? | 9 Yes | 41 No |
Post New Answer View All Answers
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
what is the purpose of checked Menu options
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
Is the IT field raise again? What is the position of IT after 4 years?
differences between qtp10.0 and 11.0 ?
What is the merger sort principle and its time complexity.
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What is diffrent between Method and and function in c#
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
why not instantiating servet using new operator?
3. What is the difference between testing and Quality Assurance?
what does mean and stack mean in genral programming?
how to display xisheet in list box in c# .net
Where do we need Operator overloading?