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 / rajamohan
irst find two's compliment of B
i.e,B= 01111010
1's complient of B=10000101
+1
B' =10000110
THEN ADD A WITH B' which implies (A-B)=01100001
then apply (A-B)UC=01101101=109
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
I am work in it aompenei
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
What is %Type,%Rowtype?
Write a program to find duplicate number from array in minimum time complexity.
what is the difference between read the data from table and infotype
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
how to convert infix expression to prefix expression?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
how to convert the data from HTML file to SAS dataset?
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
< No Frames > tag is used for
what is delegate and how works delegate and event.
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks