154k views
0 votes
The two types of real-number constants are:

a. decimal, binary

b. encoded, binary

c. decimal, encoded

d. BCD, ASCII

User AMoL Thite
by
4.2k points

1 Answer

3 votes

Answer:

c. decimal, encoded

Step-by-step explanation:

Decimal: in this type of real number constant, it consists of not more than 63 digits and either includes a decimal point or not within the range of binary integers e.g 37.5

Encoded: in this type of real number constant, it is used to put number, letter into a specialized format for efficient transmission or for storage e.g code used for text by most computers is (ASCII).

User Brandon Turpy
by
4.6k points