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 / mohanakrishna

first 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 ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how does database connection using ADO.NET?

1510


what is the extension of SPDS Dynamic cluster tables?

1612


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

7163


Delta 5 weight scale not connect with oracle application what i can do?

1799


Outline the two important features of a terminating recursion. Any ideas?

1679






can any one suggestion me present which course(except java,.net) has huge demand in the market?

1607


THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING

1670


Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

666


ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set

1549


please any one pass file aid,xpeditor and endeavor tools

1878


Give examples of macro quoting function?

1547


purpose of abstraction and interface

1516


Write a program to show polymorphism.

695


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

587


what is the difference between uservariables and systemvariables (in Environmental variables)???

1931