Combination Circuit

Logic circuit for Digital system may be combinational or sequential. A combinational circuit consists of Logic Gates whose output at any time are determined from the present combination of input. A Boolean circuit perform an operation that can be specified logically by a set of Boolean function.

Each input and out variable exists physically as a binary signal that represent logic “1” and Logic “0”. In many application the source and destination are store registers.
It the register are include with the combinational Gates, then the total circuit considered as sequential circuit. There are several combinational circuit that are employed extensively in the design of digital system.
There are some important standard combinational circuit for Example Multiplexer, De-multiplexer, Decoder, Encoder, Parity Checker, party Generator, Magnitude Comparator etc.
These component are available in interpreted as MSI (medium scale integration) circuit. They are also used as standard cells in complex VLSI circuit.

 

Author: Rajesh Kumar

An Introduction to Pointers

Pointers are variables that hold address of another variable of same data type. Pointers are one of the most distinct and exciting features of C language. It provides power and

User Defined Data Types in C Language

User Defined Data Types in C Language In C programming language we have many user defined data types like structure, union, bit field, enumerator, typedef etc. The most commonly used

AJAX Technology its Working and Advantages

Introduction AJAX stands for Asynchronous JavaScript and XML Ajax is the most important technologies for the development of highly interactive web application and due to its Features it has become