Computer Science, asked by farzanaroni9786, 11 months ago

The generalised syntax for a real number representation is
A.[digits][.digits][(E|e)[(+|-)]digits]
B.[digits][+digits][(E|e)[(+|-)]digits]
C.[digits][(E|e)[(+|-)]digits]
D.[.digits][digits][(E|e)[(+|-)]digits]

Answers

Answered by Missyouu
2
Option A is right answer

The generalised syntax for a real number representation is [digits][.digits][(E|e)[(+|-)]digits]
Answered by anvitanvar032
0

Answer:

The correct answer to this question is [digits][.digits][(E|e)[(+|-)]digits]

Explanation:

Given - Generalised syntax for a real number.

To Find - Choose the correct option of the generalized syntax for a real number representation.

[digits][.digits][(E|e)[(+|-)]digits] is the generalized syntax for a real number representation.

Exponential notation is another way to describe floating-point literals. It consists of a real number, the letter e (or E), a plus or minus sign that is optional, followed by an integer exponent. This notation depicts the real number raised by the exponent's power of 10 from its original value.

Both rational and irrational numbers are considered to be real numbers. Real numbers include all rational and irrational numbers, including integers (-2, 0, 1), fractions (1/2, 2.5), and the number 3.

#SPJ2

Similar questions