06 Programming Foundations - ByteParts

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 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