Jump to content

IB computer science


namni

Recommended Posts

They are not explicitly stated to be in the syllabus however there is a reference in the syllabus guide in topic 2 to being able to explain how data is represented in the computer, where mantissa and floating point could come up. They really are not anything too complicated the mantissa is the part of the number in scientific notation without the 10 and the exponent e.g.  3.246 = 3246*10^-3 and here 3246 is the mantissa. Or in 310, 31 is the mantissa. The floating point refers to the fact that a number's radix point (the dot separating the fractional from the whole part of a number) can change position. e.g. 3.245 = 32.45*10^-1 = 324.5*10^-2 = 3245*10^-3 etc.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...