Binary Number System

What is the Binary Number System? In digital electronics Binary numbers are the most important tool for giving digital inputs. Now before understanding binary number system, we have to understand decimal number system, which we use in our daily life. The number system first introduced in human history for counting purpose. Different numbers for counting… Continue reading Binary Number System

Octal Number System

In early days octal number system was mostly used in minicomputers. The word “OCT” means eight. The octal number system says that it is a number system of base 8 which means that we require 8 different symbols in order to represent any number in octal system. The symbols are 0, 1, 2, 3, 4,… Continue reading Octal Number System

Arduino vs Raspberry Pi 

What is an Arduino? Arduino is an open-source hardware development board. It has a programmable circuit board and a software (IDE- Integrated Development Environment) that runs on Mac, Windows, and Linux. Arduino was developed at the Ivrea Interaction Design Institute by Massimo Benzi in Italy. It was developed for fast prototyping, and aimed at people… Continue reading Arduino vs Raspberry Pi