Web Development Blog
Web development blog, including simple php, mysql, c#, html, js, nginx tips and tutorials.
Showing posts with label
Number Systems
.
Show all posts
Showing posts with label
Number Systems
.
Show all posts
25 November 2008
BCD Binary Decimal Codes
›
Binary decimal codes contains 0 to 9 numbers, that is human readable, unlike computer systems use binary number systems 0 and 1s. Decimal N...
Octal Number System
›
Octal number system is base-8 system with 8 digits 0 to 7. Example of a octal number: 147.2 Expanding numbers as a power series with base ...
Binary Number System
›
Binary number system is base-2 system with 2 digits 0 and 1. Example of a binary number: 1101.1 Binary number can be expanding numbers as a...
›
Home
View web version