Why Computers Use Binary Code Numbers? [Answered]

Everyone of us about the decimal numbers i.e. 1, 2, 3, 4, 5, etc. However, there are many other numeral systems that exist, like hexadecimal numbers for example:3F2Bor binary numbers for example:10101011.Some may think these numbers cryptic and meaningless. These hexadecimal or binary code numbers can easily be converted to the well-known decimal numbers. Then… Read More »

Hall Effect & Hall Sensor

The Hall effect was discovered 18 years before the discovery of electrons i.e. in 1879 by Edwin Herbert Hall. This achievement happened when he was working on his doctoral degree at the Johns Hopkins University in Baltimore, Maryland, USA. What is Hall Effect The Hall effect is the production of a voltage difference (the Hall… Read More »

How to Convert Decimal Number to Binary Numbers

Conversion from decimal number to binary number system is also essential to represent real-world quantities in terms of Binary values. The Sum-of-weights and repeated division by 2 methods are used to convert a decimal to Binary number. Sum of Weights Method  The  Sum-of-weights  method  used  to  convert  Binary  numbers  into  their  Decimal equivalent is based… Read More »

COMPUTER CODING SYSTEM

Many different coding systems are used to represent data today. What is the importance of coding systems? To represent numeric, alphabetic, and special characters in a computer’s internal storage and on magnetic media, we must use some sort of coding system. In computers, the code is made up of fixed size groups of binary positions.… Read More »