Question

scientific notation is represented by floating point values internal to the computer. What are the three...

scientific notation is represented by floating point values internal to the computer. What are the three fields used in floating point?

Homework Answers

Answer #1

Answer

three fields in the floating point are

*Sign

*Mantissa or significand

*Exponent

Sign is a field which has either positive or negative ,sign is the first bit of binary representation .here 1 represents positive and 0 represents negative.

Mantissa which is also called a significand is a part of a number which is in scientific notation.it represents the precision bits of a number

Exponent is which represents both negative and positive exponents, exponent defines where the decimal point should be there ,it also signifies the integer power to which the radix is to be determined the floating point representation.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit...
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit numbers, each expressed as an 8-digit hex number. Express your answer using decimal scientific notation. (a) (C6500000)16 (b) (31200000)16
what is the point of scientific notation? give a situation where it is better to represent...
what is the point of scientific notation? give a situation where it is better to represent a number in scientific notation, and also one in which it is better not to use scientific notation.
CS 204 Computer Organization 1. Why IEEE Floating Point Standards is used in computer? 2. Why...
CS 204 Computer Organization 1. Why IEEE Floating Point Standards is used in computer? 2. Why IEEE Floating Point Standards is used in engineering? I need 4-5 bullets for each question
Question 9.1 Half-precision Floating-point Format (50 marks) Do some research and find out how real (floating...
Question 9.1 Half-precision Floating-point Format Do some research and find out how real (floating point) numbers are represented in Binary. (a) (10 =6+4 marks) Devise your own 16-bit representation for floating point numbers. Draw a diagram of your representation and explain what the various bits are used for. Explain in detail: (i) How many bits are allocated to the mantissa and the exponent, respectively? (ii) What defines the range and the precision (or accuracy) of the numbers stored in floating...
Find the internal representation of the following decimal number in the Single Precision Floating Point format...
Find the internal representation of the following decimal number in the Single Precision Floating Point format of the value: -17.6 Non-terminating fractions should be carried out 6 places. You will show the different steps involved in this transformation by filling out the fields below. The value 17 in binary is ___ 2 (no leading or trailing zeroes). The value .6 in binary is ____ 2 (complete to 6 places) Normalized fraction: 1.____ 2 x 2Exponent. Exponent=_____. Biased Exponent in Binary:...
Which of these is not a basic type in computer science? manicule integer floating point value...
Which of these is not a basic type in computer science? manicule integer floating point value string
You have a task to improve performance of your processor on scientific applications where floating-point operations...
You have a task to improve performance of your processor on scientific applications where floating-point operations play a critical role. You know that when you are running your program on a processor in a base configuration, the fraction of floating-point instructions is 30% of the total instruction count. The CPI for floating-point instructions is 1.5, and CPI for all other instructions is 1.3. You decided to introduce new dual-op instructions (like multiply-add) and other performance improvements which will reduce the...
Perform the following using 10-bit floating point notation having the format SEEEMMMMMM: a. Decode 1101110110 to...
Perform the following using 10-bit floating point notation having the format SEEEMMMMMM: a. Decode 1101110110 to decimal integer and/or fraction. b. Decode 0001100000 to decimal integer and/or fraction. c. Encode: -5/32 d. Encode: +6 and 5/8
MFLOPS (millions of floating-point operations per second) was commonly used to gauge computer system performance up...
MFLOPS (millions of floating-point operations per second) was commonly used to gauge computer system performance up until the 1980s. Explain why it can be a very poor measure of a processor’s performance. Are there any circumstances under which it is a valid measure of performance? If so, describe those circumstances.
List three ways by which signed binary integers can be represented in a computer architecture.
List three ways by which signed binary integers can be represented in a computer architecture.