Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8999385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:10:24+00:00 2026-06-16T00:10:24+00:00

0 00000000000000000000000 0111011 How would I do this problem I am lost.

  • 0

0 00000000000000000000000 0111011

How would I do this problem I am lost.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:10:25+00:00Added an answer on June 16, 2026 at 12:10 am

    Your bolding suggests that you might be a bit confused about the order of fields; IEEE generally uses the order sign,exponent,fraction for floating point numbers. (Incidentally, this allows the use of twos-complement-integer sorts to sort IEEE floating point numbers, if there are no NaNs or other non-numeric values.)

    So what are we looking at here? The first bit is the sign: 0. So we have a positive number. (How to remember this? Go back to the allowed-to-use-integer-sort — a leading one in a twos-complement integer means it’s negative.)

    The next eight bits are the exponent: also 0. This is the lowest possible exponent value; it normally represents an unsigned integer biased by 127, or the value -127. However, the exponent value 0 is reserved for encoding subnormal numbers (numbers less than the smallest normally representable); in this special case, the effective exponent is -126, but rather than representing the number 1.fraction * 2^exponent, a subnormal represents the number 0.fraction * 2^exponent.

    Finally, we have the fraction, which is 0000000000000000111011. So our total number is 0.0000000000000000111011b * 2^-126. Converting this to decimal is left to the reader.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a problem which is hard to explain in words, though I have
Jus check out this program.Logically it seems fine but its giving 000000000000000000000 for everything
This is the structure of my file: 1111111111111111111111111 2222222222222222222222222 3333333333333333333333333 4444444444444444444444444 5555555555555555555555555 6666666666666666666666666 7777777777777777777777777
Let's say I have this: float i = 1.5 in binary, this float is
I have an array like this: int[,] iMap = new int[iMapHeight, iMapWidth] { {
Have you ever observed this phenomenon: If I try to calculate the following calculation
I am having trouble with expressing this query in C# MongoDB, I want it
I have a double value that equals 1.212E+25 When I throw it out to
MySQLdb does some weirdness where it seems to always return a Decimal object with
First of all, the setup: Server: Ubuntu 10.04 server mongod --version db version v1.2.2,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.