Web Development Blog

Web development blog, including simple php, mysql, c#, html, js, nginx tips and tutorials.

Showing posts with label Digital Logic Design. Show all posts
Showing posts with label Digital Logic Design. Show all posts
25 November 2008

Fan-out

›
Fan-out is the number of loads that the output of a gate can drive without decreasing the performance of the logic gate. Fan-out depends on...

Fan-in

›
Fan-in is the number of inputs available on a logic gate. Fan in is 2 in the and gate diagram above. There are 2 inputs on this gate.

Boolean Algebra

›
Basic identities used in boolean algebra digital logic. Note that X' means not X, the complement of X X+0 = X X.1 = X X+1= 1 X.0 = X X+...
2 comments:

BCD Binary Decimal Codes

›
Binary decimal codes contains 0 to 9 numbers, that is human readable, unlike computer systems use binary number systems 0 and 1s. Decimal N...

Octal Number System

›
Octal number system is base-8 system with 8 digits 0 to 7. Example of a octal number: 147.2 Expanding numbers as a power series with base ...

Binary Number System

›
Binary number system is base-2 system with 2 digits 0 and 1. Example of a binary number: 1101.1 Binary number can be expanding numbers as a...
›
Home
View web version
Powered by Blogger.