Many consider computer processors as the brain of a computing device, but in reality, these tiny little chips are glorified calculators which manipulate the data flow from the software. The better these chips are at handling the instructions from the software, better will be the performance of a computing device, both in terms of speed and additional functionalities. The … [Read more...] about Evolution of Computer Processors
Electronics
Arduino download android | Programming on mobile
How to program Arduino using Smart Phone? Arduino Download Android can be done for programming on mobile. The exact Arduino IDE app for desktop can be obtained by doing Arduino Download Android. There is an Android App called Arduino IDE by Anton Smirnov. Download that app on your Android Smart Phone. You can also download this on Android TV. [Note: Make sure to have … [Read more...] about Arduino download android | Programming on mobile
Laws Of Boolean Algebra
Laws Of Boolean Algebra The Laws Of Boolean Algebra is provided here. OR A + 0 = A A + A' = 1 A + B = B + A A (B + C) = AB + AC A + A = A A + 1 = 1 A + AB = A A + (B + C) = (A + B) + C A'' = A AND A . 1 = A A . A' = 0 A . B = BA A + BC = (A + B) (A + C) A . A = A A . 0 = 0 A (A + B) = A , ( AA+ AB = A, A + AB = A) A (BC) = … [Read more...] about Laws Of Boolean Algebra
What is Sensor | Types of Sensors | Explanations
What is Sensor? A sensor is a device which works on the basis of conversion from analog signals to digital signals and the digital signals can be used to perform various operations. In reality, there are different types of sensors available and each sensor has as definite functions. For example, the types of sensors in cars, Door sensor, light sensor, speed sensor and so … [Read more...] about What is Sensor | Types of Sensors | Explanations
Code conversions | Excess-3 to BCD converter
Excess-3 to BCD converter In this post on code conversions, we are going to see Excess-3 to BCD converter using k map technique. K-map If you are unfamiliar with this topic, have a look to the Study of Logic Gates. Excess 3 -> BCD converter Excess-3 to BCD converter: EXCESS-3 INPUT BCD … [Read more...] about Code conversions | Excess-3 to BCD converter




