Best Online Dictionary

« [ Back to Home ] »
<< Return to Computer Dictionary Home
 

.

 

Computer Dictionary Online

Search Computer Term Definition

Web Bestonlinedictionary.com

[ Home ] [ Law Dictionary ] [ Medical Dictionary ] [ Computer Dictionary ]

Computer Dictionary

A to Z Computer Terms Dictionary, Definitions Search

| 0-9 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q |
|
R | S | T | U | V | W | X | Y | Z |
 

 

digital logic ==>

two-valued logic definition

<logic> (Commonly known as "Boolean algebra") A mathematical system concerning the two truth values, TRUE and FALSE and the functions AND, OR, NOT. Two-valued logic is one of the cornerstones of logic and is also fundamental in the design of digital electronics and programming languages.

The term "Boolean" is used here with its common meaning - two-valued, though strictly Boolean algebra is more general than this.

Boolean functions are usually represented by truth tables where "0" represents "false" and "1" represents "true". E.g.:

	A | B | A AND B
	--+---+--------
	0 | 0 |    0
	0 | 1 |    0
	1 | 0 |    0
	1 | 1 |    1

This can be given more compactly using "x" to mean "don't care" (either true or false):

	A | B | A AND B
	--+---+--------
	0 | x |    0
	x | 0 |    0
	1 | 1 |    1

Similarly:

        A | NOT A       A | B | A OR B
        --+------       --+---+--------
        0 |  1          0 | 0 |   0
        1 |  0          x | 1 |   1
                        1 | x |   1

Other functions such as XOR, NAND, NOR or functions of more than two inputs can be constructed using combinations of AND, OR, and NOT. AND and OR can be constructed from each other using DeMorgan's Theorem:

	A OR B   =  NOT ((NOT A) AND (NOT B))
	A AND B	 =  NOT ((NOT A) OR (NOT B))

In fact any Boolean function can be constructed using just NOR or just NAND using the identities:

	NOT A  =  A NOR A
	A OR B  =  NOT (A NOR B)

and DeMorgan's Theorem.

(2003-06-18)

 


Nearby terms: two-phase commit « twos complement « two-to-the-N « two-valued logic » TX-0 » TXL » TYMCOM-X
   

 

 
 
<< Return to Computer Dictionary Home Page
 


 

computer dictionary, computer terms dictionary, online computer dictionary, computer definition dictionary online, microsoft computer dictionary fifth edition, computer lingo dictionary, computer terminology dictionary, computer computer dictionary dictionary internet internet terms terms, barrons business computer dictionary dictionary internet terms, abbreviation computer dictionary lingo, computer dictionary edition new tenth websters world, computer dictionary with terms and definition, computer science dictionary, american computer dictionary house language random sign websters, dictionary computer internet terms, microsoft computer dictionary, computing dictionary

[ Home ] [ Law Dictionary ] [ Medical Dictionary ] [ Computer Dictionary ]
 

Advertisers : www.hobbyprojects.com, www.sciencelobby.com, www.hotgamecheater.com,
www.indianfoodrecipes.net www.joyeemukherjee.com, www.beautytipsforwomen.net

 

Best Online Dictionary .com

 

www.bestonlinedictionary.com Copyright ® All Rights Reserved