answersLogoWhite

0


Best Answer

The binary of 300 is 100101100 which are 9 bits therefore the first 8 bits from LSB goes to the register and the carry is generated and carry flag is set to 1.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you represent 300 in 8 bits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bits represent the days of the week?

In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.


8 bits can represent how many different characters?

There are 256 possible values (or characters) in 8 bits.


How many bits are needed to represent decimal 200?

8 bits if unsigned, 9 bits if signed


What does a byte represent?

A byte represented of 8 bits


How many bits need to represent the decimal number 200?

8


What decimal numbers can 1 byte represent?

byte has 8 bits all bits at 0 = zero all bits at 1 = 255


In computing what does a single byte represent?

A single byte represents 8 bits.


How many bits are need to represent colors?

Most modern digital cameras use 24 bits (8 bits per primary) to represent a color. But more or less can be used, depending on the quality desired. Many early computer graphics cards used only 4 bits to represent a color.


How many baud in 300 bytes per second?

Baud is the number of symbols per second. So if you have a parallel interface where the 8 bits are sent together, I guess 300 bytes per second equates to about 300 baud. With a serial interface, where each of the 8 bits is sent one after the other, extra start/stop bits are usually inserted between the 8 data bits, I guess 300 bytes per second equates to about 3000 baud. Baud is the number of changes per second. Since computers use binary number to store information, the baud rate is directly equivalent to the number of bits sent per second. Specifically, in an ASCII character set 8 bits are used to represent a character, 300 bits per second would equate to 37.5 characters per second which in turn is 2250 characters per minute. (just under 2 kilobytes per minute assuming no error correction overheads).


What is the minimum number if binary bits required to represent the decimal number 250?

8


How many minutes would take to transmit 512512 image with 256 gray levels at 300 baud?

512x512x1 (256 = 2^8 = 1byte) * 8 (convert to bits) / 300 bits per second = 6990.50(6) seconds.


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.