Question

Question 14 Exactly how many bits are in the following? (In notation) 4 GB Question 16...

Question 14

Exactly how many bits are in the following? (In notation)

4 GB

Question 16

Answer the question.

How many bytes are required to store a monochrome display (assume one bit is needed for each pixel) that uses 1280 columns and 960 rows of pixels?

Question 19

What is the decimal equivalent of the following floating point number?

1 1000 0001 1000 0000 0000 0000 0000 000

Homework Answers

Answer #1

Question 14

4 GB

1 GB= 230 B

4 GB= 4*230 B= 22*230 B= 234 Bytes

1 B= 8 bits

Therefore, 234 B= 234*8=234*23=237 bits

Question 16

In a monochrome (black/white), image, each pixel is stored as a single 0 or 1 value (bit). A 1280 X 960 monochrome image would require 153.6 KB of storage.

Question 19

Sign    Exponent   Mantissa

1         10000001   10000000000000000000000

Considering it to in the 32-bit floating point representation

The exponent is evaluated as 129 in decimal.

Actual value= 129-127=2

Thus, Mantissa= 1.10*22= 1102=610

Sign= -ve

Therefore the resultant value is: -610

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
Question 6 The following number is in four-bit, two's complement notation. Translate it into its decimal...
Question 6 The following number is in four-bit, two's complement notation. Translate it into its decimal equivalent. 01002* Question 10 Add the following binary numbers in four-bit, two's complement notation. 10012* Question 12 Exactly how many bytes are in the following? (In notation) 2 K Question 13 Exactly how many bits are in the following? (In notation) 8 KB
16.  Convert the following decimal notation to an equivalent binary notation: 2.75 17. If the following uses...
16.  Convert the following decimal notation to an equivalent binary notation: 2.75 17. If the following uses the floating-point format defined in Figure 1.25 of the textbook, what is the decimal notation for this number: 01100101 18. Encode the following decimal value using the 8-bit floating-point format of Figure 1.25: 7/8 HINT: Be sure to use the normalized form. Note: Answer should be in the format n nnn nnnn 19. Encode the following decimal value using the 8 bit floating point...
3.  What is the bit pattern represented by the hexidecimal notation 6E? Answer format: two 4-bit patterns....
3.  What is the bit pattern represented by the hexidecimal notation 6E? Answer format: two 4-bit patterns. Include all leading and trailing zeros. (e.g., 1010 1010) 4.Express the following bit pattern in Hexedecimal notation: 1111 0010 1000 Answer format: for each 4-bit pattern, enter a single character. Can be either a capital letter or a digit. (e.g., AB9) 5. Suppose that a color digital photo has 512 pixels per row and 512 pixels per column, and that each pixel requires two...