Saturday, June 20, 2020

What is Number System ?

Number systems are the technique to represent numbers in the computer system architecture, every value that you are saving or getting into/from computer memory has a defined number system.

Computer architecture supports following number systems.

  • Binary number system
  • Octal number system
  • Decimal number system
  • Hexadecimal (hex) number system


No comments:

Post a Comment

What is BCD code?

BCD stands for Binary Coded Decimal. This code is useful for conversion of numbers into binary form. BCD numbers are Binary Coded Decimal ...