👤 Author: by chipusilesgmailcom 2018-10-21 02:31:43 last modified by chipusilesgmailcom
Binary is extremely simple to implement. Any system that has an "on" and "off" or "high" and "low" state can be used to encode and/or manipulate data. Binary is the lowest base possible which is base 2 and hence any higher counting system can be easily encoded (e.g. decimal, octal, hexadecimal, etc.)Binary logic is easy to understand and can be used to build any type of logic gate (AND, OR, NAND, XOR). A Computer uses the binary system both for storage and operation. If we change it to a decimal system, we have to find a component which has ten state, representing 10 numbers. Besides, we also have to design operation between these basic numbers. Which makes everything more complex.
Integer stands for the integer in binary format on the other hand,when you talk of character the bit string stands for character in ASCII.