Question No

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

Question No.

Prove right hand side equal to left hand site by using truth table

((A+B.C).(A.C+B))’ =A’.B’+ A’.C’+B’.C’ -------


ANS:
LEFT HAND SIDE

A B C A' B' C' A'.B' A'.C' B'.C' A’.B’+


A’.C’+B’.C

0 0 0 1 1 1 1 1 1 1
0 0 1 1 1 0 1 0 0 1
0 1 0 1 0 1 0 1 0 1
0 1 1 1 0 0 0 0 0 0
1 0 0 0 1 1 0 0 1 1
1 0 1 0 1 0 0 0 0 0
1 1 0 0 0 1 0 0 0 0
1 1 1 0 0 0 0 0 0 0

RIGHT HAND SIDE:


((A+B).C (A.
A B C A+B A.C ) (C+B)) (((A+B).C)(A.(C+B)))
0 0 0 0 0 0 0 1
0 0 1 0 0 0 0 1
0 1 0 1 1 0 1 1
0 1 1 1 1 1 1 0
1 0 0 1 0 1 0 1
1 0 1 1 1 1 1 0
1 1 0 1 1 1 1 0
1 1 1 1 1 1 1 0

SO:
A B C ((A+B.C) .
(A.C+B))’ A’.B’+ A’.C’+B’.C’
0 0 0 1 1
0 0 1 1 1
0 1 0 1 1
0 1 1 0 0
1 0 0 1 1
1 0 1 0 0
1 1 0 0 0
1 1 1 0 0

Hence right hand side is equal to left hand side.

Qno.2: Convert the following binary and decimal number into their respective
number system.

i) 396 = ( ? )2

ii) 101011 = ( ? )10


ans: i) 396= (110001100) 2
ii) 101011 = (43)

Qno3:

“The semantic Web is an extension of the current Web in which information


is given well-defined meaning, better enabling computers and people to work in
cooperation.”

An extension of the current Web that provides an easier way to find, share, reuse and
combine information. It is based on machine-readable information and builds on XML
technology's capability to define customized tagging schemes and RDF's (Resource
Description Framework) flexible approach to representing data. The Semantic Web
provides common formats for the interchange of data (where on the Web there is only an
interchange of documents). It also provides a common language for recording how data
relates to real world objects, allowing a person or a machine to start off in one database,
and then move through an unending set of databases which are connected not by wires
but by being about the same thing.

You might also like