Caution!: This article is considered Hazardous for normal viewing. The page contains unsorted materials for future edits and junk yard stuff.

Quick Reference Stuff edit

{{db-userreq}} - Delete User Subpage

mdash → —

rarr

larr

<hr>


2 apostrophes will italicize the text

3 apostrophes will embolden the text

5 apostrophes will embolden and italicize the text


You should "sign" your comments on talk pages:
- Three tildes give your user name: Huntscorpio
- Four tildes give your user name plus date/time: Huntscorpio 14:03, 26 February 2007 (UTC)
- Five tildes give the date/time alone: 14:03, 26 February 2007 (UTC)
- This {{user2|Huntscorpio}} gives Huntscorpio (talk · contribs · count)


Lists: edit

Unordered edit

*
**
***
*:

Ordered edit

#
##
New line marks the end of list

Links edit



Test edit

Type Distinctive shape Boolean algebra between A & B Truth table
AND    
INPUT OUTPUT
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1
OR    
INPUT OUTPUT
A B A OR B
0 0 0
0 1 1
1 0 1
1 1 1
NOT    
INPUT OUTPUT
A NOT A
0 1
1 0
NAND    
INPUT OUTPUT
A B A NAND B
0 0 1
0 1 1
1 0 1
1 1 0
NOR    
INPUT OUTPUT
A B A NOR B
0 0 1
0 1 0
1 0 0
1 1 0
XOR    
INPUT OUTPUT
A B A XOR B
0 0 0
0 1 1
1 0 1
1 1 0
XNOR    
INPUT OUTPUT
A B A XNOR B
0 0 1
0 1 0
1 0 0
1 1 1