Question

A computer word has n=36 bits and 9 bits are used for the exponent of real...

A computer word has n=36 bits and 9 bits are used for the exponent of real numbers. (a) What is the range of real numbers for this computer? (b) What is the precision of real numbers? (c) What is the smallest positive real number for this 36-bit computer? (d) What is the range of unsigned integers for this computer? (e) What is the range of signed integers for this computer?

Homework Answers

Answer #1

in digitial system bit are represented by 1 or 0 it means a bit can be 1 or 0 at a one time.

and also 1 byte can store 8 bits

according to question we have 36bits where 9 bits are used for exponent of real numbers.

question a:

answer: the range of real numbers for this computer is 0 to (2^n)

= 0 to (2^36)

=0 to 68719476736

so finaly range wil be 0 to 68719476736

question b:

answer: in a digital number system real number after decimal is stored in precision format.

so a n bit computer consists of 3 things to store binary number

1. sign

2. exponents

3. mantisa

in a 32 bit of computer

1 bit is for sign bit

8 bit for exponents

23 bit for mantisa

it is also called single precision

but in double precision contain

1 bit for sign

11 bit for exponents

52 bit for mantisa

and this computer also called 64 bit.

question no c:

answer:  

0 will be smallest positive number in 36 bit computer because it's range will be 0 to 68719476736 so in this range 0 will be the smalles positive number.

question d:

a 36 bit computer can hold 0 to 2^n -1 unsigned integer

and it equals to 68719476735

sp its range is 0 to 68719476735.

question e:

a computer with n bit can hold signed integer range from -2^(n-1) to 2^(n-1)-1

so a 36 bit computer can hold signed integer range from -2^(36-1) to 2^(36-1)-1

= -34359738368 to 34359738367

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
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for...
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for the bit-pattern representing −∞−∞. Give the hexadecimal representation for the bit-patterns representing +0 and -1. Give the decimal value for the floating point number represented by the bit-pattern 0xcb0. Give the decimal value for largest finite positive number which can be represented? Give the decimal value for the non-zero negative floating point number having the smallest magnitude. What are the smallest and largest magnitudes...
.A floating-point number representation on a certain system has a sign bit, a 4-bit exponent and...
.A floating-point number representation on a certain system has a sign bit, a 4-bit exponent and a 5-bit significand. Please provide steps taken to get the answer a) What is the largest positive and the smallest positive number that can be stored on this system if the storage is normalized? (Assume no bits are implied, there is no biasing, exponents use two's complement notation, and exponents of all zeros and all ones are allowed.) b) What bias should be used...
A digital computer has a memory unit with 32 bits per word. The instruction set consists...
A digital computer has a memory unit with 32 bits per word. The instruction set consists of 147 different operations. All instructions have an operation code part (opcode) and two address fields: one for a memory address and one for a register address. This particular system includes eight general-purpose, user-addressable registers. Registers may be loaded directly from memory, and memory may be updated directly from the registers. Direct memory-to-memory data movement operations are not supported. Each instruction stored in one...
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...
Part a) For an unsigned number that represent binary with n bits, what is the range...
Part a) For an unsigned number that represent binary with n bits, what is the range of value for that? Part b) How many rows appear in a truth table with n input variables? Part c) How many memory location are there if the memory address is n bits?
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned binary representation, convert 12 (D) to binary. Show work. 4. Assuming 9-bit two’s complement representation and let x be binary representation of 94 (D) a. Find x. Show work. b. Show the effect of the ASL operation on x, and then convert the result back to decimal. c. Show the effect of the ASR operation on x, and then convert the result back to...
True or False? a. SysTick has four registers. b. All the SysTick registers are 32 bits...
True or False? a. SysTick has four registers. b. All the SysTick registers are 32 bits long. c. The counter in SysTick is 32 bit long d. SysTick cannot work with PLL e. If ‘n’ is the value in Reload register then time delay interval is modulo (n-2) Why?
3. The function f(x) = x2(x2 − 2x − 36) is defined on all real numbers....
3. The function f(x) = x2(x2 − 2x − 36) is defined on all real numbers. On what subset of the real numbers is f(x) concave down? (a) (−2, 3) (b) (−3, 2) (c) (−∞, −3) ∪ (2, ∞) (d) Nowhere (e) (−∞, −2) ∪ (3, ∞)
I've done A to E but I'm stuck in F. A computer has been programmed to...
I've done A to E but I'm stuck in F. A computer has been programmed to generate, uniformly at random, an eight-character password, with each character being either one of 26 lower-case letters (a-z), one of 26 upper-case letters (A-Z) or one of 10 integers (0-9). a) Let Ω be the set of all possible passwords generated by this computer. What is the size |Ω| of this sample space? Determine the probability that a randomly generated password b) contains only...
1. Let n be an odd positive integer. Consider a list of n consecutive integers. Show...
1. Let n be an odd positive integer. Consider a list of n consecutive integers. Show that the average is the middle number (that is the number in the middle of the list when they are arranged in an increasing order). What is the average when n is an even positive integer instead? 2. Let x1,x2,...,xn be a list of numbers, and let ¯ x be the average of the list.Which of the following statements must be true? There might...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT