Posts

Showing posts with the label BooleanLogic Circuits

Digital Image Processing

Image
  Image processing is the process of manipulating digital images. See a list of image processing techniques, including image enhancement, restoration, & others. Digital image processing is the use of a digital computer to process digital images through an algorithm. As a subcategory or field of digital signal processing, digital image processing has many advantages over analog image processing. It allows a much wider range of algorithms to be applied to the input data and can avoid problems such as the build-up of noise and distortion during processing. Since images are defined over two dimensions or more, digital image processing may be modeled in the form of multidimensional systems.  The generation and development of digital image processing are mainly affected by three factors: first, the development of computers; second, the development of mathematics (especially the creation and improvement of discrete mathematics theory); and third, the demand for a wide range ...

The World Of Linux

Image
Linux is an open source operating system (OS). It was originally conceived of and created as a hobby by Linus Torvalds in 1991 . Linus, while at university, sought to create an alternative, free, open source version of the MINIX operating system, which was itself based on the principles and design of Unix. That hobby has since become the OS with the largest user base, the most-used OS on publicly available internet servers, and the only OS used on the top 500 fastest supercomputers.  Perhaps the best thing about Linux is that it's open source. Linux is released under the GNU General Public License (GPL). That means that anyone can run, study, share, and modify the software. The modified code can also be redistributed, and even sold, but must be done so under the same license. This differs greatly from traditional operating systems—Unix and Windows, for example—which are proprietary, locked-down, and delivered as-is and unmodifiable. From smartphones to cars, supercomputers and h...

Introduction To Boolean Logic Circuits : Part 2

Image
Hello guys sorry for the late post since i was busy with something else, from now  on i will be posting regularly so stay tuned  In the previous session we learned about boolean algebra its significance, truth tables, and some logic operators also known Logic gates In this session we will know about the other operators we use in boolean circuits . Part 1 Introduction to Boolean Logic : 01 MORE LOGIC OPERATORS Till now we have studied about AND, OR & NOT operator these were the basic operators . There are two more types of operators : Universal operators i.e. NOR & NAND Special operators i.e. XOR & XNOR NOR OPERATOR   This Operator is a culmination of two operators OR operator followed by NOT operator. It simply reverses the value of OR operator. All outputs of NOR operator is 0 if any of the inputs is 1. It can be represented as ( A + B) dash = Y read as A NOR B The truth table of NOR operator is as follows: NAND OPERATOR This operator follows an order of AND ...