Computer Sciences > GATE 2021 SET-1 > Floating-Point Representation
Consider the following representation of a number in IEEE 754 single-precision floating point format with a bias of 127.<
Here S, E and F denote the sign, exponent and fraction components of the floating point representation. The decimal value corresponding to the above representation (rounded to 2 decimal places) is _________.

Explanation
Correct : -7.75
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.