CODE C++
Project abstract:
Introduction:
Number system converter is a program that converts one number system into the
user’s desired number system.
Motivation:
In today's scientific world, the use of number systems is widespread. A number
system is a technique for representing numbers in computer system architectures.
Every value you store or retrieve in your computer's memory has a defined number
system. You can make calls because you have a good and efficient numbering
system. Elevators used in public places also rely on a numbering system for their
function. Calculating any kind of interest on money deposited in a bank, creating
passwords on computers, for security purposes, encrypting sensitive data,
converting numbers to another number system to prevent hacking or misuse of
data, etc. All these numerical systems are used. You can easily convert numbers for
engineering purposes. The entire computer architecture relies on a number system
(octal). Each data fiber is stored as a number on your computer.
Our Program:
Computer architecture supports the following number systems:
• Binary number system
• Octal system
• Decimal system
Our program also asks the user whether to change from one number system used in
the computer architecture to another number system...