answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the total range of decimal values that can be represented in eight bits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use Excel to calulate the 75th percentile?

You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)You use the Percentile function. You specify the range of values and then the percentile in a decimal form. Say your values were in the cell range from B2 to D50, then the formula would be:=PERCENTILE(B2:D50,0.75)


What is the range of positive and negative numbers that can be represented by a 16 bit integer?

From (-215) to (215 -1). In decimal -32768 to 32767.


What are the possible values of 8.9 kg?

Assuming that this question has to do with rounding, and that there is no zero-error, the answer: is any real value in the range (8.85, 8.95).Assuming the measurement is accurate to 1 decimal place, the range of possible values is (8.85, 8.95).


What is a decimal number changed to 23.7 after it was rounded?

There is a range of possible values from 23.65 to 23.74 So, 23.68 is an appropriate answer.


What is the importance of range in math?

lthe range of any graph describes all the y-values that are represented. If there are no restrictions on the variables in the equation on the graph, the range is generally y= all real numbers (that |R symbol)


Describe the range of numbers that can be represented by a 16 bit number using two complement?

A signed 16 bit number can represent the decimal numbers -32768 to 32767.


What is the largest positive signed decimal number that can be represented by 8-bits?

If the 8 bits represent a signed number, the range is usually -128 to +127. This is -27 to 27-1.


In a positive correlation scatter plot as the values of the domain increase what do the values of the range do?

The values of the range also tend to increase.


How do you estimate a range for the sum in a number with a decimal?

The range of a single number - with or without a decimal - is zero.


What are the advantage of hexadecimal numbering system?

Each hexadecimal digit represents four binary digits (bits) (also called a "nibble"), and the primary use of hexadecimal notation is as a human-friendly representation of values in computing and digital electronics. For example, binary coded byte values can range from 0 to 255 (decimal) but may be more conveniently represented as two hexadecimal digits in the range 00 through FF. Hexadecimal is also commonly used to represent computer memory adresses.


What is the largest hexadecimal number that can represented with 7 bits?

If it is unsigned representation (meaning high bit is not sign bit) then it is 7F which has a decimal equivalent of 127. If it is a signed number (meaning high bit is sign bit) then numbers range from decimal -64 to +63


What is the largest decimal number that can be represented using 6 binary bits?

The largest unsigned integer is 26 - 1 = 63, giving the range 0 to 63; The largest signed integer is 25 - 1 = 31, giving the range -32 to 31.