Question:

'Floating point representation' is used to represent

Show Hint

Floating point representation' is used to represent
Updated On: Oct 18, 2025
  • Integers
  • Whole Numbers
  • Real Numbers
  • Boolean Values
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Computer number systems use different formats for different types of numbers.

  • Integers and Whole Numbers are numbers without fractional parts. They are typically represented using simple binary or 2's complement formats.
     
  • Boolean Values are `true` or `false`, represented by a single bit (1 or 0).
     
  • Real Numbers are numbers that can have a fractional part (e.g., 3.14159, -0.0025). To represent these numbers, especially over a wide range of magnitudes, computers use a system called floating-point representation.
     
Was this answer helpful?
0
0