Question

extboOK. Review of Essential Terms and Concepts, Page 116: 2. Explain how the terms bit, byte, nibble, and word are related.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

As in the computer language all the data is store in the binary code.For human convenient we classified the binary number in different form belongs to their length.

For example,

Bit: It is the smallest binary number from all of the types it can only represents 0 and 1.So the length of the bit is 1.

Byte:Byte is having length 8.It is representing using 8 0 and 1's number.Byte is combination of 8 bit that means there are 8 bits are required to complete byte.

Nibble: Nibble is represent using 4 bits.Thats means combination of two nibble is the byte and combination of 4 nibble make the word.

Word: Word is having length 16. that is word is represent using 16 bits or it can represent using 2 bytes or it can represent using 4 nibble.

Relation:

1 byte = 8 bits or 2 nibbles

1 nibble = 4 bits

1 word = 16 bits or 2 bytes or 4 nibbles

Ans 2nd:

If the carry out after the addition of two unsigned numbers then it is said to be the overflow.

for example.,

suppose the addition of 10+11

then in binary form,

10 = 1010

11 = 1011

1010

+ 1011

-------------

1  0101

in this the out put generated with the carry but we are only considering 4 bit of answer so we could say that the answer is overflow.

Add a comment
Know the answer?
Add Answer to:
extboOK. Review of Essential Terms and Concepts, Page 116: 2. Explain how the terms bit, byte,...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 101b= 2610, what is b?   How the following numbers will be represented in 4-bit (a) sign-magnitude...

    101b= 2610, what is b?   How the following numbers will be represented in 4-bit (a) sign-magnitude (b) two’s complement and (c) unsigned representations. Indicate if not possible. 2,  5,   7,   8   How the following negative numbers will be represented in 4-bit (a) sign-magnitude and b) two’s complement representations. Indicate if not possible. -2,     -5,   -7,  -8 Consider the following java program snippet (hint: byte is represented as 8-bit 2’s complement number in java- run the program in java to check it). What will be printed? Explain....

  • 6 - What decimal number does the bit pattern 0xC0B00000 represent if it is: • [2...

    6 - What decimal number does the bit pattern 0xC0B00000 represent if it is: • [2 pts] A two's complement integer? • [2 pts] An unsigned integer? • [2 pts] A floating point number assuming the IEE 754 single precision format 7 - Perform the following calculations assuming that the values are 8-bit decimal integers stored in two's complement format. Be sure to consider the possibility of overflow. • [2 pts] 10101010 + 00110011 • [2 pts] 10101010 – 00110011...

  • What is arithmetic overflow? When does it occur and how can it be detected? Explain with...

    What is arithmetic overflow? When does it occur and how can it be detected? Explain with an example. – 15 pts Fill in the blanks by doing necessary conversions (MB= megabyte, Mb = Megabit, KB= Kilobyte, TB = Terabyte, Tb = Terabit, GB = Gigabyte). Show step by step computations for each – 25 pts 10        MB      = ________ KB 1000    MB      = ________ Mb 1000    Mb       = ________ KB 1          Tb        =...

  • HW3: Problem 1: (first, study the example-1 in page-6) A computer uses 8-bit for FLP (1...

    HW3: Problem 1: (first, study the example-1 in page-6) A computer uses 8-bit for FLP (1 bit for sign, 4 bit for exponent with excess-7 rep. (see table below), rest for magnitude). Assume 0000 and 1111 in exponent field are reserved for denormalization. 6 Decimal 0 Unsigned 0000 Excess-7 Reserved used as -6 in unnormalized 1 0001 -6 2 0010 -5 3 0011 -4 4 0100 -3 5 0101 -2 0110 -1 7 0111 0 9 Decimal 8 Unsigned 1000...

  • Questions 1-12 Using Key Terms For each pair of terms, explain how the meanings of the...

    Questions 1-12 Using Key Terms For each pair of terms, explain how the meanings of the terms differ. 1. producer and consumer 2. lipid and phospholipid Critical Thinking 9. Making Inferences Could life as we know it exist on Earth if air contained only oxygen? Explain. 10. Identifying Relationships Understanding Key Ideas 3. Plants store extra sugar as How might a cave, an ant, and a lake each meet the needs of an organism? a. proteins b, starch. c. nucleic...

  • Can someone please explain (in 1-2 paragraphs) the physical basis of ultrasound imaging. How does it...

    Can someone please explain (in 1-2 paragraphs) the physical basis of ultrasound imaging. How does it work, what is it used for, and how it's related to concepts of waves and impedance? Basically, how does ultrasound imaging accomplish its function via physics concepts?

  • Device A: mean 116, standard deviation 0.5 mmH Device B: mean 111, standard deviation 1.8 mmHo te the better device in terms of () precision error and (ii) bias error, and explain why Question 2...

    Device A: mean 116, standard deviation 0.5 mmH Device B: mean 111, standard deviation 1.8 mmHo te the better device in terms of () precision error and (ii) bias error, and explain why Question 2: Conditioning Circuits resist are typically accounted for or compensated for in practice. B. i. Derive the complex transfer function H(o) for each of the two circuits shown in Figure 1. o is defined as frequency in rad/s. art from finite open-loop gain, finite input resistance...

  • Review Questions: 1. What is the purpose of the CMM framework and how does it achieve...

    Review Questions: 1. What is the purpose of the CMM framework and how does it achieve this? 2. List the five maturity levels, and briefly describe each of them. 3. Table 3-1 in the textbook illustrates the difference in a typical project's duration, person-month, quality, and cost, depending upon whether and organization's system development process is at CMM level 1, 2,3 Between which two CMM does an organization gain the greatest benefit in terms of percentage of improvement? What do...

  • Review the Facts of Fetal Development on page 188 and 189 in our textbook. How does this understanding of fetal dev...

    Review the Facts of Fetal Development on page 188 and 189 in our textbook. How does this understanding of fetal development inform your position on the moral status of the fetus and your views of abortion. What is the moral status of the fetus? How do you make the distinction between the pre-human and human, and the moral standing of the fetus at different phases of its development? When is a fetus worthy of our protection? Submit your responses to...

  • Please do #8 and explain each step in simple terms so I can understand how to...

    Please do #8 and explain each step in simple terms so I can understand how to do it. Thank you! you did not know that the aistributioh Was bell-shapea 8) Hope got a 76 on her last test in Psychology. The mean grade was an 82 and the standard deviation was 4 grade points. When she challenged her friend to a computer game, she scored a 4300. The mean score is a 4750 with a standard deviation of 400 points....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT