0% found this document useful (0 votes)
103 views

06 Programming Foundations - ByteParts

Byte parts prog foundation

Uploaded by

Hammami Salah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views

06 Programming Foundations - ByteParts

Byte parts prog foundation

Uploaded by

Hammami Salah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Mohammed Abu-Hadhoud

ProgrammingAdvices.com
MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
Copyright© 2022 26+ years of experience
Mohammed Abu-Hadhoud
ProgrammingAdvices.com
MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
Copyright© 2022 26+ years of experience
Mohammed Abu-Hadhoud
ProgrammingAdvices.com
MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
Copyright© 2022 26+ years of experience
Byte Parts:
Crumb is a group Nibble is a group
of 2 bits together of 4 bits together

½ Byte

0 0 0 0 0 0 0

Upper Nibble Lower Nibble


Bit Crumb Nibble

0 0 0 0 0 0 0 0

MSB: 8 bits = 1 Byte LSB:


Most Significant Bit Lowest Significant Bit

Mohammed Abu-Hadhoud
ProgrammingAdvices.com
MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
Copyright© 2022 26+ years of experience
Mohammed Abu-Hadhoud
ProgrammingAdvices.com
MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
Copyright© 2022 26+ years of experience
Answer the following questions:
1. What is bit?
2. What is Crumb?
3. What is Nibble?
4. What is Byte?
5. How many bits in a byte?
6. How many crumbs in a byte?
7. How many nibbles in a byte?
8. How many crumbs in a nibble?
9. What is the lower nibble?
10. What is the upper nibble?
11. What is LSB? And why we call it LSB? What it’s value?
12. What is MSB? And why we call it MSB? What it’s value?

Mohammed Abu-Hadhoud
ProgrammingAdvices.com
MBA, PMOC, PgMP®, PMP®, PMI-RMP®, CM, ITILF, MCPD, MCSD
Copyright© 2022 26+ years of experience

You might also like