answersLogoWhite

0

Hypothetical decimal computer

Updated: 8/11/2023
User Avatar

Wiki User

15y ago

Best Answer

Hypothetical Decimal Computer A hypothetical computer is introduced, a decimal one which can operate also in four modes. The machine has 16 bit numbers, with the first bit as sign bit. The exponent is stored as a binary integer and the coefficient is stored as a sequence of decimal digits. In all modes the exponent base is 10. So in fact this computer is a multi-exponent computer with base 10. In listing the four modes are: Exponent coefficient Mode size bits size structureBCD 3 14-12 12 3 BCD-digits of 4 bits each DPD-1 5 14-10 10 3 digits in 10 bit DPD-code DPD-2 3 14-12 12 3 digits in 10 bit DPD-code preceded by one 'digit' of 2 bits PDE value=0, 1, 2 10+3 4 digits, 3 of them in 10 bit DPD-code and one combined with exponent field *****************************************************************Submitted by ADARSH.S.V.NAIR*******************************************************************

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Hypothetical Decimal Computer A hypothetical computer is introduced, a decimal one which can operate also in four modes. The machine has 16 bit numbers, with the first bit as sign bit. The exponent is stored as a binary integer and the coefficient is stored as a sequence of decimal digits. In all modes the exponent base is 10. So in fact this computer is a multi-exponent computer with base 10. In listing the four modes are: Exponent coefficient Mode size bits size structureBCD 3 14-12 12 3 BCD-digits of 4 bits each DPD-1 5 14-10 10 3 digits in 10 bit DPD-code DPD-2 3 14-12 12 3 digits in 10 bit DPD-code preceded by one 'digit' of 2 bits PDE value=0, 1, 2 10+3 4 digits, 3 of them in 10 bit DPD-code and one combined with exponent field******************************************************************Submitted by ADARSH.S.V.NAIR*******************************************************************

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Hypothetical decimal computer
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Was ENIAC a decimal or binary computer?

decimal computer


Dewey decimal system for computer?

69


Can the computer only understand OR READ the decimal system?

No.


What is deference between BCD and decimal number?

BCD is a decimal number. BCD is one specific way to store decimal numbers in computer memory.


To how many decimal places did the computer ENIAC suppport?

Each Accumulator had 10 decimal places, two Accumulators could be connected for 20 decimal place double precision.


What Technological invention that allows to calculate the value of pi to 500 million places?

The computer. And it is not limited to 500 million decimal digits; currently it is possible to calculate pi to several TRILLION decimal places.


What does 0.3487 gigabyte equal to Is it less than 1 gigabyte or more?

Less It is a basic decimal and that it is describing computer capacity has nothing to do with how the decimal works


Why should you study octal and decimal?

Octal and hexadecimal will be particularly useful if you are studying computer technologies.


What is the Dewey Decimal number for a book of secret codes for Game Boys?

The Dewey Decimal number for a book of secret codes for Game Boys would typically fall under the category of 793.93, which covers "Computer games."


In the year 1997 D Takahashi and Y Kanada calculated PI to 5153960000 decimal places What type of computer did they use?

The computer was HITACHI SR 2201


How does a computer programmer use fractions?

A computer programmer can use fractions in his/her program simply by turning the fraction into a decimal. In a language like java, there is not extensive support nor a primitive data type for fractions, but you can store fractions as their decimal equivalents in things such as floats and doubles.


What is computer math?

computer maths are the operations of adding or subtracting binary, octal or hexadecimal numbers. These operations are normally carried out while programming in assembly language. A very simple subtraction example: Take a binary number of say 1111 (equivalent to 15 in decimal) minus 0010 (equivalent to 2 in decimal) results in 1101 (equivalent to 13 in decimal).