الدرس السادس: اجزاء البايت ومصطلحاتها
HTML-код
- Опубликовано: 5 фев 2025
- اشترك معنا في قناتنا على التليجرام
t.me/Programmi...
هذه السلسة هي نقطة البداية في عالم البرمجة
رابط السلسة هنا
• كورس رقم 1 - البداية م...
Video Content:
-----------------------------------
What is bit?
What is Crumb?
What is Nibble?
What is Byte?
How many bits in a byte?
How many crumbs in a byte?
How many nibbles in a byte?
How many crumbs in a nibble?
What is the lower nibble?
What is the upper nibble?
What is LSB? And why we call it LSB? What it’s value?
What is MSB? And why we call it MSB? What it’s value?
✅Don't Forget to LIKE 👍 SUBSCRIBE 🔔 SHARE ↗
لا تنسى الاشتراك في القناة وتفعيل زر الجرس، ولطفا ادعمنا بلايك وشارك هذا الفيديو مع اصدقائك لتعم الفائدة للجميع
قليله بحقك كلمة شكر بصراحة محاظراتك جدا قيمه ومفيده كنت بحاجه إلى هكذا دروس بارك الله فيك وادعو الى الله بالرحمة إلى والديك وان يسكنهم فسيح جناته
السلام عليكم
اول حابب اشكرك جدا علي المجهود الرائع الي بتبزله
ثانيا انا كنت بسال هل موجود كتاب يحتوي علي هذا الشرح حضرتك بتنزله
لو مفيش اتمنا ان حضرتك تعمل واحد هيفرق معانا جدا 🤍🤍
لماذا كل المحتوى العربي الجيد يكون غير مجاني؟
١. البت عبارة عن خانة واحدة
٢. الكرومب عبارة عن ٢ بيتس بجنب بعض
٣. النيبل هو ٤ بيتس .
٤. البايت هو عبارة عن ٨ بيتس
٥. عدد البيتس في البايت هو ثمانية
٦. عدد الكرومبس في البايت هو اربعة
٧. عدد النابيل في البايت هو اثنان
٨. عدد الكرومبس في النايبل هو اثنان
٩. اول اربع خانات في البايت هم الاقل
١٠. اخر اربع خانات بالبايت هم الأعلى
١١. ال LSB هو اول بيت في البايت و يسموه هكذا لانه الاقل قيمة من بينهم
١٢. و ال MSB هو الأعلى قيمة من بينهم .
❤
1-bit is the smallest unite in memory it containe only one value 0 or 1.
2-a crumb is equql to two bits.
3-nibble is equal to two crumbs or four bits.
4-byte is equql to two nibbles or 4 crumbs or 8 bits.
5-there are eight bits in one byte.
6-there are two nibbles in one byte.
7-there are four crumbs in one byte.
8-the lower nibble is the first half of a byte.
9-the upper nibble is the last half of a byte.
10-LSB is the lowest significant bit we call it so because it containe the lowest value in a byte=1(2e0).
11-MSB is the most significant bit we call it so because it containe the higher value in a byte =128(2e7).
من وين حصلت الاجابات , هل معك كتاب ؟
@@abdelrhmanmohamed449 لا من متابعة الدرس فقط ثم اجيب وحدي على طريقتي
@@faycalblk8901 تمام ❤️
ما هي 2e7 و 2e0 ؟
@@yassinbelfar7422
2 قوة 0 و 2 قوة 7
1-البت هو عبارة عن خانة واحدة اما تكون 0 او 1
2-crumb :هو عبارة عن 2 bit
3-nibble:هو عبارة عن 2 crumb او اربع خانات من bit
4-هو عبارة عن 8 خانات ثنائية
5-البايت الواحد عبارة عن 8 بت
6-كل بايت يحوي 4 crumb
7-كل بايت يحوي 2 nibble
8-كل nibble يحوي 2 crumb
9-اول اربع خانات من اليمين للبايت تسمى lower nibble
10-ول اربع خانات من اليسار للبايت تسمى upper nibble
11-اول خانة من اليمين للبايت وسميت بذلك لانها تمثل ععد صغير وهو 2^0
12-اول خانة من اليسار للبايت وسميت بذلك لانها تمثل عدد كبير وهو 2^7
🌹
بارك الله فيك استاذ بالنسبة للاخوة لا للاستعجال خطوة خطوة حتى نصل الى الهدف ان شاء الله
شو اخبارك الحين
@@eh8Aa شو اخبارك انت
@@m.5477 وأنت شو أخبارك حاليا؟
هههههه@@s200s3
@@s200s3 وانت ش اخبارك؟
والله محتواك يستاهل يكون القناه رقم واحد في العالم لتعليم البرمجه شكرااااا
من جمال الشرح مش قادرة أتخطى أى فيديو بدون ما أعمل لايك و كومنت .. عسى أقدر أوفى فضل حضرتك ❤
* Answer the following questions :
1-What is Bit ? it is the smallest unit in memory.
2-What is Crumb ? it is a group of 2 Bits together.
3-What is Nibble ? it is a group of 4 Bits together , 1/2 Byte.
4-What is Byte ? it is consists of 8 Bits.
5-How many Bits in a Byte ? 8
6-How many Crumbs in a Byte ? 4
7-How many Nibbles in a Byte ? 2
8-How many Crumbs in a Nibble ? 2
9-What is the lower Nibble ? it is the first 4 Bits in a Byte.
10-What is the upper Nibble ? it is the last 4 Bits in a Byte.
11-What is LSB ? And why we call it LSD ? What its value ? it is first Bit in a Byte , representing the smallest value. it is called that because it holds the smallest value in a Binary number, making it least important Bit. in Binary , the LSB has a value of either 0 or 1 .
12- What is MSB ? And why we call it MSB ? What its value ? it is a last Bite in a Byte , representing the largest value. it is called that because it represents the largest value in a Binary number ,and the leftmost bit usually carries the highest value in the number. the value in the binary number, depending on its position. in 8 Bits. the value of MSB is the higit itself in the decimal number multiplied by its place value in 876.
DONE
1. Bit is the smallest unit in memory and it contains 1 and 0.
2. Crumb is 2 bits together
3. Nibble is 4 bits together
4. Byte is 8 bits together
5. There are 8 bits in 1 Byte
6. There are 4 crumbs in 1 byte
7. There are 2 nibbles in 1 byte
8. There are 2 crumbs in 1 nibble
9. Lower nibble is the right one on the byte
10. Upper nibble is the left one on the byte
11. LSB is the lowest significant bit cuz it contains the lowest value in a byte
12. MSB is the highest significant bit cuz it contains the highest value in a byte
لازم أحل انكليزي أو عادي عربي
تسلم
1- The bit is the smallest unit of data, computer can process and store
2- crumb is a group of two bits
3- a Nibble is a group of 4 bits
4-Byte is a unit of data ,that is eight binary digit long
5- There are 8 bits in a byte
6- There are 4 crumbs in a byte
7- There are 2 nibbles in a byte
8- There are 2 crumbs in a nibble
9- The 4 bits that are on the right side of the byte
10- The 4 bits that are on the left side of the byte
11- *LSB is the last significant Bit,the right most bit in a binary number
*it’s called LSB because it holds the smallest value in binary system
* it’s value is either 1or 0, and it is represent 2^0 =1
12- *MSB is the most significant Bit, the leftmost bit in a binary system
*It’s called MSB because it holds the largest value in the binary system
* it’s value depends on it’s position, for example: in an 8-bit numbers, the MSB represent 2^7
الله يبارك فيك استاذى ويرحم والديك .. بجد اشكرك ❤
1. Bit: is the smallest part of the memory where we can store data as 0 / 1
2. Crumb: is a group of 2 bets
3. Nibble: is a group of 4 bits or 2 crumb and also known as 1/2 byte
4. Byte: A unit of memory size consists of 8 bits or 2 nibbles
5. 8 bits
6. 4 crumbs
7. 2 nibbles
8. 2 crumbs
9. First 4 bits of byte from the right
10. Last 4 bits of byte from the left
11. The first bit of byte , known as lowest significant bit , its value equals 1
12. The last bit of byte , known as most significant bit , its value equals 128
Thank you ❤
عشر سنوات وانا ابحث عن استاذ فاهم شو معنئ التسلسل بالاحداث ،،، كل الحب
1/اصغر وحدة تخزين في الحاسوب وتخزن 01
2/ هي مجموع اثنان من الbit
3/هو مجموع اربع من الbit او هو مجموع اثنان من الcrumb
4/هو عبارة عن 8 bits او 4crumb او 2Nibble
5/ يوجد في الByte ثمانية من الbits
6/يوجد في الByte اربعة من الcrumbs
7/يوجد في الByte اثنان من الNibbles
8/يوجد في الNibble اثنان من الcrumb
9/هو اول 4 bits في الByte
10/ هو اخر 4 في الByte
11/اول bit في الByte ، لانها اصغر قيمة ،
قيمتها 2⁰ او 1
12/ اخر bit في الByte ، لانها اعلى قيمة في الByte
قيمتها 2⁷ او 128
1. البت هو اصغر خانة حفظ بالحاسب
2 . الكرامب هو عبارة عن 2 بت بجانب بعضهم
3 . النيبل هو عبارة عن 4 بيت بجانب بعضهم البعض
4 . البايت هو عبارة عن 8 بت والنيبل يعد نصف البايت
5 . يوجد 8 بت في البايت الواحد
6 . يوجد 4 كرامب في البايت الواحد
7 . يوجد 2 نيبل في البايت الواحد
8 . يوجد 2 كرامب في النيبل الواحد
9 . هي اول 4 بت
10 . هي اخر 4 بت
11 . هي اول بت ولانها اقل طاقة او مساحة
12 . لانها اخر بت و اقوى او اكثر مساحة
Q1): a bit is : the smallest unit in the memory it only stores 0 or 1
Q2): a crumb is 2 bits
Q3): a nibble is 4 bits and 2 crumbs
Q4):a byte is 8 bits , 2 nibbles and 4 crumbs
Q5):8 bits
Q6):2 nibbles in a byte
Q7):4 crumbs in a byte
Q8): 2 crumbs in a nibble
Q9): the first 4 bits in a byte
Q10): the last 4 bits in a byte
Q11): lsb is : lowest significant bit in a byte we call it lsb because it contains the lowest value in a byte = 2^0=1
Q12):msb is most significant bit in a byte we call it msb because it contains the higher value in a byte =2^7=128
Thanks mr mohamed abu hadhood ❤
1- البيت هو اصغر وحدة تخزين في الذاكرة مكون من خانة واحدة ويقبل احتمالين فقط (0٫1)
2_ الكرمب عبارة عن 2 بيت
3_النببل عبارة عن مجموعة مكونة من 4 بيت
4_ البايت عبارة عن وحدة تخزين وتتكون من 8 بيت ،او 2 نبيلس ،او اربع كرمب.
5_ 8 بيت
6_ 4 كرمبس
7_ 2 نبيلس
8_ 2 كرمبس
9_ lower nibble هي اول اربع بيت
10_ upper nibble هي اخر اربع بيت
11 هو اول ببت من اليمين ، لانه صاحب اقل قيمة
12_ هو اخر بيت من اليمين ، لانه صاحب اعلى قيمه
1 / ما هو الـ(Bit)؟ = وحدة تخزين صغيرة تُمثل بها المعلومات بالنظام الثنائي بالـ(Binary System).
2 / ما هو الـ(Crumb)؟ = مجموع اثنين (Bit).
3 / ما هو الـ(Nibble)؟ = مجموع أربعة (Bit) / وهو كذلك مجموع اثنين (Crumb).
4 / ما هو الـ(Byte)؟ = مجموع ثمانية (Bit) / وهو كذلك مجموع أربعة (Crumb) واثنين (Nibble).
5 / كم (Bits) في الـ(Bytes)؟ = ثمانية (Bit).
6 / كم (Crumbs) في الـ(Bytes)؟ = أربعة (Crumb).
7 / كم (Nibbles) في الـ(Bytes)؟ = اثنين (Nibble) / وأولهما يسمى (Lower Nibble) وثانيهما يسمى (Upper Nibble).
8 / كم (Crumbs) في الـ(Nibbles)؟ = اثنين (Crumb).
9 / ما هو الـ(Lower Nibble)؟ = النصف الأول من الـ(Byte) وأول أربعة (Bit) منه.
10 / ما هو الـ(Upper Nibble)؟ = النصف الثاني من الـ(Byte) وأخر أربعة (Bit) منه.
11 / ما هو الـ(LSB)؟ / ولماذا نسميه (LSB)؟ / وما قيمته؟ = الـ(LSB) أو (Lower Significant Bit) هي أولى خانات الـ(Bit) بالـ(Byte) / وسميت (LSB) لكونها أقل قيم خانات الـ(Bit) بالـ(Byte) / وقيمتها (One Bit)!.
12 / ما هو الـ(MSB)؟ / ولماذا نسميه (MSB)؟ / وما قيمته؟ = الـ(MSB) أو (Most SignifiCant Bit) هي أخر خانات الـ(Bit) بالـ(Byte) / وسميت (MSB) لكونها أكبر قيم خانات الـ(Bit) بالـ(Byte) / وقيمتها 128 (Bit).
لم اكن تخيل ان اجد مثل هذا لشرح - بارك الله فيك ورحم والديك
Q1) a bit is the smallest unit in memory it only stores 0 or 1
Q2) a crumb is 2 bits together
Q3)a nibble is 4 bits together
Q4+5+6+7) a byte is made of 8 bits , 2 nibbles , or 4 crumbs
Q8) there's 2 crumbs in a nibble
Q9) a lower nibble is the first 4 bits in a byte
Q10) a upper nibble is the last 4 bits in a byte
Q11) LSB = lowest significant bit and it has the lowest value in a byte which is 2e0
Q12)MSB = most significant bit and it has the most value in a byte which is 2e7
1.البت اصغر وحدة تخزين في الذاكرة وهو مكون من خانة واحدة من رقم ثنائي وله احتمالين اما ان يكون1 او0
2.الكلامب هو 2بت
3.النبل هو 4بت
4.البايت هو عبارة عن 8بت
5.كل بايت يحتوي على8بت
6.يحتوي البايت على4كلامب
7.يحتوي البايت على2نبل
8.يحتوي النبل على 2كلامب
9.اول اربع بت من اليمينlower nibble
10.اول اربع بت من اليسارupper nibble
11.هو اولLSB بت من اليمين وهو اصغر بت وسميه هكذا لانه اصغر قيمة في البايت وقيمته2⁰
12.اولMSB بت من اليسار وهو البت الاكبر وسميه هكذا لانه اكبر قيمة في البايت وقيمته2⁷
أحسنت في انك استخدمت كلمة قيمة و ليس مقدار
@abdo12 شكرا لك اليوم خلصت الكورس الرابع انصحك تكمل للاخر الكورس في ربط معلومات واساليب برمجية
@@marcopolo9958 تمام جزاك الله خيرا علي النصيحة
زادك الله من علمه ونفعك به
1/البت Bit : هي اصغر وحده تخزين موجوده في الذاكره يخزن فيها الصفر والواحد (1-0)
2/ اللكرامب Crumb : هي مجموعه تحتوي على 2 من Bit
3/ النيبل Nibble : هي مجموعه تحتوي على 4 من Bit
4/ البايت Byte : هي اول وحده تخزين نستطيع تمثيل البيانات فيها وتحتوي على 8bit
5/ يوجد 8bits في البايت Byte
6/ يوجد 4GrumbC كرامب في البايت Byte
7/ يوجد اثنان نيبل 2Nibble في البايت Bit
8 يوجد اثنان نيبل2Nibble في البايت byte
9/ لورنيبل lower Nibble : هي اول اربعه خانات موجوده في البايت Byte
10/ ايبر نيبر upper Nibble : هي اخر اربع خانات موجوده في البايت Byte
11/LSB:
هي اول خانة Bit موجوده في byte وتحتوي على اصغر قيمه 2 قوى 0
12/MSB :
هي اخر خانة Bit موجودة في byte و تحتوي على اكبر قيمة
2 قوى 8
💕 شكراً لك على شرحك الاكثر من رائع 💕
ربي يرحم والديك 🤲🏾
🔴bit is the smallest increment of data in the computer and it is a binary digit
🔴crumb is tow bits together
🔴Byte is a memory unit in the computer,so that 1byte =8bits
🔴 there is 8bits in a one byte
🔴 There is tow crumbs in one nibble
🔴 there is 4 crumbs in a one byte
🔴there is 4 nibbles in a one byte
🔴the lower nibble is the first nibble in the byte
🔴The upper nibble is the last nibble in the byte
🔴LSB is the lowest significant bit ,and we call it LSB because its value is low in the byte it is 2^0=1
🔴MSB is most significant bit ,and we call it MSB because its higher value in the byte ,it is most higher value in the byte 2^8
Thanks teacher Mohamed 💚
MSB is 2^7 not 2^8
1) bit is the smellest units in memory containe only one value 0’s = off or 1’s = on
2) curmb is a group of 2 bits together
3) nibble is a group of 4 bits together
4) byte is a group of 8 bits together
5) there are 8 bits in one byte
6) there are 4 crumbs in one byte
7) there are 2 nibbles in one byte
8) there are 2 crumbs in one nibble
9) the lower nibble is the first right part of byte
10) the upper nibble is the first left part of byte
11) the LSB is lowest significont bit we call it because is the first
bit in the byte and volue is 2^0= 1
12) the MSB is most significont bit we call it because is the last
bit in the byte and volue is 2^7
كيف عرفت القيمة؟
1. A Bit is a smallest storge Unit in computer stores only 1 and 0
2. The crumb is part of byte and consists of 2 bits
3. The nibble is part of byte and consists of 4 bits
4. Byte is storage unit in computer and consists of 8 bits
5. Byte = 8bits
6. Byte = 4crumbs
7. Byte = 2nibbls
8. Nibble = 2crumbs
9. It is the first nibble in byte
10. It is the second nibble in byte
11. It is the lowest Bit in byte . Because it can store only 1
12. It is the highest Bit in byte . Because it can store 128
حلقه خفيفه جدا و ممتعه شكرا ❤
١- اصغير وحده فى الذاكره byte تحتوى على قيمه ٠ او ١
٢- يحتوى على عنصرين من bit جروب
٣- هو جروب يحتوى على ٤ من bit و يوجد نوعين من nibble هم lower nibble اقل العناصر و upper nibble
٤- يحتوى على ٨ bit و هيه تستخدم فى painary system وحاجات كتيره
5- 8 bite
6- 2 bite
7- 4 bite
8- 2 crumbs
9- اقل عناصر او جروب مجوده فى byte
10- اكبر عناصر او جروب موجوده فى byte
11- هو bit الاقل اهميه lsb هو ٢^٠
12- هو bite الاكبر اهميه msb حجمه هو ٢^٧
1-A bit is the smallest unit of data that a computer can process and store
2-Crumb is a group of 4 bits together
3-8 bits
4-4 crumbs
5-2 nibbles
6-2 crumbs
7-Nibble is half a byte
8- Crumb is a group of 2 bits together
9- the lower nibble is a first half of a Byte
10-the Upper nibble is last of a byte
11- LSB is a lower signifction bit / because it stores less values / its value is two to the power of zero
12- MSB is a most signifction bit / because it stores the highest value / its value is two to the power of seven
جزاك الله خيرا استاذنا ربنا يجعله في ميزان حسناتك يارب ❤️❤️❤️
١. البايت هو مساحة تخزين مكونة من ثمانية بتات تستخدم لتمثيل البيانات في الكمبيوتر. (Byte)
It is a storage space composed of 8 bits used to represent data in a computer.
٢. البت هو مساحة تخزين صغيرة عبارة عن خانة ثنائية يمكن أن يأخذ قيمة صفر او واحد.(Bit)
It is a small storage space composed of a binary digit can take a value of 0 or 1.
٣. الكرامب هو مجموعة من ٢ بت معاً (Crumb).
It is a group of two bits together.
٤. النِبل هو مجموعة من ٤ بت معاً (Nibble).
It is a group four bits together.
5. How many bits in a byte?
Eight bits in a byte.
6. How many crumbs in a byte?
Four crumbs in a byte.
7. How many nibbles in a byte?
Tow nibbles in a byte.
8. How many crumbs in a nibble?
Tow crumbs in a nibble.
9. ..............
10. ..............
11. .................
12. .....................
جديد في المجال ولكن عندي شغف كبير من صغري عن البرمجة والحمدلله بدأت مع استاذ محمد هدهود من حوالي يومين فقط في السلسله ووصلت لحد هنا.
آخيراً أحب أشكر استاذنا ومعلمنا عن هذه المعلومات الدسمه والمهمة جدا في مجال البرمجة.
1- the bit is a cell of the memory that stores just one digit (0 or 1)
2- the crumb is 2 bits
3- the nibble is 4 bits
4- the byte is the lowest part of memory that data can be stored at, it contains 8 bits
5- 8 bits
6- 4 crumbs
7- 2 nibbles
8- 2 crumbs
9- the lower nibble is the first nibble in the byte
10- the upper nibble is the last nibble in the byte
11- the LSB is the first bit in the byte, we call it LSB cuz it has the lowest value in the byte, it value is 1
11- the MSB is the last bit in the byte, we call it MSB cuz it has the maximum value in the byte, it value is 2^(7)
هذا الحل :
1-
البت هو أصغر مكان في الذاكرة يمكن أن
يخزن قيمة رقمية فيمكنه تخزين إما0 أو1.
2-
ال crump هو عبارة عن 2 بت مستخدمين مع بعض
3-
ال nibble هو نصف بايت (4بتات مستخدمين مع بعض)
4-
ال byte يتألف من (8بت) يستخدم لتمثيل البيانات و بمعنى آخر .. يمكن تخزين فيه قيم رقمية بحسب أنظمة العد النظام الثنائي او الثماني أو السادس عشر
و يحمل القيم بحسب ترتيب ال أصفار و الواحدات داخل ال bits التي يتكون منها الByte فيمثل البيانات رقمياً.
5-
يتضمن الbyte الواحد 8 bits
1 Byte = Bit*8
6-
1 byte = 4 crumb
7-
1 byte = 2 nibble
8-
1 nubble= 2 crumb
9-
Lower nubble:
هو النصف الأول من الbyte
10-
upper nubble:
هو النصف الثاني من الbyte
ألاحظ أن: تقسيم وحدة الbyte إلى نصفين يشبه تقسيم الأبيات الشعرية في اللغة العربية إذ يكون الشطر الأول يحمل صفة صدر
فيكون صدر بيت الشعر
و النصف الثاني يحمل صفة عجز
فيكون عجز بيت الشعر. (لتقريب الفكرة😁)
11-
LSB
وهو أول خانة في الbyte
يسمى LSB لانه يحمل أقل قيمة تخزينية وهي 2⁰
12-
MSB
و هو آخر خانة في الbyte
يسمى MSB لانه يحمل أعلى قيمة تخزينية
وهي 2⁷
تشكووووورااااتتتييي .. طيبت نفسي والله بهالدرس ،، الطريقة دايركت حلوه والرسميه برضو كويسه ،، الله يجزاك الف خير ويرحم والديك ويبارك في عمرك ورزقك ،، ولا تشيل هم ،، التكاليف حليتهم كوووولهم ،،
بارك الله فيك ❤من أرض العراق طالب علوم كيمياء مرحلة ثانية هوايتي تعلم برمجة مستمرين بعون الله
ايه الجمال ده ، مفيش حد علي النت شرح الموضوع ده قبل كده، الله يفتح عليك
هو عبارة عن خانة مفرده
عبارة عن ٢ بيتس جنب بعض
هو عبارة ٤ بيتس جنب بعض ويعتبر نص بايت
بايت عبارة عن ٨ بيتس
يوجد ٨ بيتس فى بايت
٤ كرومبيس بداخل البايت
نبل ٢ بداخل البايت
اول ٤ من نبل بيكون اقل
اخر ٤ ةبيكون تركيز الخانة فية اكثر
بيكون عبارة عن اول خانة واخل قيمة
بيكون عبارة عن اخر خانة واكثر قيمة
وبارك الله فيك ي دكتور من مصر ربنا يوفقك ويرحم والديك ❤❤❤❤
ربنا يجازيك كل خير يا دكتور ويرحم والديك
تم بحمد اللع عمل الواجب شكرا ليك يا دكتور❤
الشكر لك يا استاذ الحمدالله بلشت اموري تتنظم وتترتب رغم اننا ب البداية بارك الله بصحتك ورحم والديك ❤❤قبل كل صلاة فجر ندعيلك ❤❤
اقسم بذات الله ما في قناة افضل من هذي القناة في تعلم البرمجة لان الاستاذ محمد ابو هدهود يبدي معاك من تحت الصفر وينزل الى ادنى المستويات ❤❤❤
والله يا أستاذ ليست مجاملة وليس تملق ، و لكن كلامك يقاس بالذهب الخالص ، نصائح قدمتها لنا ، استفدت منها كثيرا ، كنت ضائع في مجال البرمجة حيث اني تعلمت البرمجة بلغة جافاسكربت ، و اخذت كل الاساسيات ، لكني دائما اقول لنفسي ليس هكذا ، هناك شيء ناقص ، انا لست متأسس ، حتى وجدت قناتك و فعللا ارشدتني للطريق الصحيح بفضل الله تبارك و تعالى ، فأسأل الله ان يجعلها في ميزان حسنات و ان يغفر لنا و لك و لوالديك و يدخلهم جنات الفردوس انه ولي ذلك وهو على كل شيء قدير ، لك مني كل الشكر و الاحترام و التقدير ، تلميذك صبري من الجزائر
ربنا يجعله في ميزان حسناتك
شكرا لك ياشيخ❤❤❤
جزاك الله خيرا على كل ما قدمته لنا من معلومات ♥
هناك استاذان اثق بهما ثقة كبيرة الاستاذ محمد ابو هدهود في مجال البرمجة والاستاذ فراس المنيرفي مجال الرياضة فكل الاحترام والتقديرلهما لما يبذلانه من جهد جبار في سبيل نشر العلم في سبيل الله
اشكر حضرتك شكر جزيل على هذا المجهود الرائع
حفظك الله استاذ محمد ورحم الله والديك والمسلمين اجمعين (حسام العموري)
الله ينولك مرادك ويرزقك الجنة
أستاذنا الغالى تلميذك من مصر جزاك الله عنا كل خير أول مرة أحس \انى فعلا بتعلم برمجة صح شكرا من القلب
1-bit is the smallest unite in memory it contained only one value 0 or 1.
2-acrumb has two bits.
3-nibble has two crumbs or four bits.
4-byte is equal to two nibbles or 4 crumbs or 8 bits.
5-there are eight bits in one byte.
6-there are two nibbles in one byte.
7-there are four crumbs in one byte.
8-the lower nibble is the first half of a byte.
9-the upper nibble is the last half of a byte.
10-LSB is the lowest significant bit we call it because it contained the lowest value in a byte=1(2e0).
11-MSB is the most significant bit we call it because it contained the higher value in a byte =128(2e7).
جـــــــــزاك الله خيرا د كتور
1)the smallest place to store datat
2)It's a group of two bits
3)It's a group of four crumbs
4)It's the total of 8 bits=1byte
5)It's eight
6)It's two
7)four
8)two
9)It's a place we store the smallest value
10)It's a place we store the biggest value
11)It's the lowest significant byte-
Because we store in It,the lowest value-
-2قوة 0
12)It's the most significant byte-
-because we store in It the high value
-2 قوة 8
الله يعطيك ألف عافية ويرحم والديك والمسلمين أجمعين.🤍
The answers of the questions:
1) Bit is the basic and essential unit of the computer memory, and it can be either 0 or 1.
2) Crumb is a memory unit, and it's a group of 2 bits together.
3) Nibble is a memory unit, and it's a group of 4 bits together, so in every byte there are 2 nibbles; the first nibble in a byte is called (the lower nibble) and the last part of the byte is called the upper nibble.
4) A byte s a group of 8 bits together.
5) There are 8 bits in one byte.
6) There are 4 crumbs in a byte.
7) There are 2 nibbles in a byte.
8) There are 2 crumbs in a nibble.
9) The lower nibble is the first nibble in a byte (the first 4 bits together).
10) The upprr nibble is the last nibble in a byte (the last 4 bits in a byte together).
11) LSB: The Least Significant Bit, and we call it LSB because it has the least significant value in a byte, and its value is equal to 2⁰.
12) MSB: The most significant Bit, and we call it MSB because it has the most significant value in a byte, and its value is equal to 2⁷.
Hope I answered all of them correctly and in a perfect way ♥️
Answer the following questions:
1. What is bit?
binary digit switch can only be on or off / 1 or 0
2. What is Crumb?
is 2 bit togather.
3. What is Nibble?
is 4 bits toghather.
4. What is Byte?
a byte is 8 bits togather
5. How many bits in a byte?
8 bits
6. How many crumbs in a byte?
4 crumps
7. How many nibbles in a byte?
2 nibbles
8. How many crumbs in a nibble?
2
9. What is the lower nibble?
the first 4 bits in the byte
10. What is the upper nibble?
the last 4 bits in the byte
11. What is LSB? And why we call it LSB?
What it's value?
LSB stand for the lowest significant bit, we call it LSB because that bit is the first bit of the byte and hold the lowest value of the byte
12. What is MSB? And why we call it MSB?
What it's value?
MSB stand for the most significant bit, we call it MSB because its the last bit of the byte and holds the highest value of the byte
❤️❤️🇯🇴🇸🇾
الله يجزيك الخير حب و يرحم والدينا و والديك و جميع المسلمين و المسلمات
رحمك الله استاذ محمد ورحم والديك
١- البت هي اصغر وحده في الذاكرة وتحتوي فقط ١ و صفر
٢- درامب هو مجموعة مكونه من اثنين بيت فقط
٣- نييل هو مجموعة مكونة من ٤ بيتات
٤- البايت هو مجموعة من ٨ بيت ثنائيه
٥- byte عندها ٨ bits
٦- الكرومب في البايت يحتوي هلى ٢ بيت
٧- النيبل لي البايت يحتوي على ٤ بيت
٨- لوي نيبل هو اول اربع اجزاء من البايت
٩- اب نيبل هو اخر اربع اجزاء من البايت
١٠-LSB هو اقل قيمة في البايت
١١- MSB هو اكبر قيمة في البايت
يعطيك العافية دكتور
جزاك الله كل خير ورحم الله والديك 🤲
جعله الله في ميزان حسناتك واللهم اغفر لوالديك والمسلمين جميعا ❤️
1- Smallest unit in one byte
2-a group of 2 bits together
3- a group of 4 bits together
4- a group of 8 bits together
5- 8 bits
6- 4 crumbs
7- 2 nibbles
8- 2 crumbs
9- the smallest nibble in one byte
9- the bigger nibble in one byte
10- the lowest significant bit we call it LSB because it is the smallest number in one byte It’s value is 1
11- the most significant bit we call it MSB because it is the BIGGEST number in one byte it’s value is 128
1- Bit Is Smallest Unit in Memory That Storage 0 or 1 in it
2- Crumb is Contain 2 Bits
3- Nibble is Contain 4 Bits
4- Byte Is Contain 8 Bits.
5- 8 Bits
6- 4 Crumbs
7- 2 Nibbles
8- 2 Crumbs
9- Lower Nibble Is The First 4 Bits in A Byte.
10- Upper Nibble Is The Last 4 Bits In A Byte.
11- LSB Is The First Bits In A Byte, And Called That Becouse It "Lawest Significant Bit" In The Byte, Its Value equal 2^0.
12- MSB Is The Last Bits In A Byte, And Called That Becouse It "Most Significant Bit" In The Byte, Its Value equal 2^7.
جزاك الله كل خير استاذنا الغالي معاك دائما بإذن الله
عفوا لو هناك اخطاء لغوية
جواب الاسئلة
1-bit هي اصغر وحدة لقياس وتكون قيمتها 0 او 1 و8bitتسمى byte
2-crumb عبارة عن 2bit تكون جنب بعض
3-nibbleعبارة عن 4 bitتكون جنب بعضها البعض
4-byte عبارة عن8bitتسمى byte
5-يوجد 8 bit في الbyte الواحد
6-يوجد 4 crumbفي الbyteالواحد
7-يوجد 2nibble في الbyteالواحد
8-يوجد 2 crumbs في الnibble الواحد
9-lawer nibbleعبارة عن اربعه بت تكون من جهة اليمين
10- upper nibbleعبارة عن 4 bit تكون من جهة اليسار
11-lawest signifacant bit سميت هكذا لان اول بت فيها قيمته 2^0
12-most signifcant bitسميت بهذا الاسم لان اعلى قيمة فيها تكون 2^7
1-a bit is the smallest unit in memory and it can be 0 or 1.
2-a crumb = 2 bits.
3-a nibble is equal to 2 crumbs or 4 bits.
4-One byte = 2 nibbles = 4 crumbs = 8 bits.
5- 8 bits = 1 byte.
6- 2 nibbles = 1 byte.
7- 4 crumbs = 1 byte.
8-the lower nibble is the first 4 bits of a byte.
9-the upper nibble is the last 4 bits of a byte.
10-LSB is the lowest significant bit we call it so because it contains the lowest value in a byte wich is 00000001.
11-MSB is the most significant bit we call it so because it contains the higher value in a byte wich is 11111111.
جزاااااك الله كل خير🥰👏🏻 ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
بسم الله الرحمن الرحيم
١. البت عبارة عن خانة رقمية مكونة من رقمين (0,1)
٢. grumb هو عبارة عن خانتين من البت 2 bits = grumb
٣.nibble هو عبارة عن أربع خانت من البت 4 bite = nibble , ويسمى أيضا بنصف بايت
٤. البايت هو عبارة عن قيمة مجموعة من البت
٥. 1byte= 8bits
٦.4 grumb = 1 byte
٧.2 nibble = 1 byte
٨.2 grumb = 1nibble
٩.أول 4 خانات في البايت
١٠. أخر 4 خانت في البايت
١١.lost significant bits ﻷنه يحتوي على أصغر قيمة في البايت ,
وقيمته = ( 0,3 )
١٢. most significant bits لانه يحتوي على أكبر قيمة في الباايت
وقيمته =( 4.7)
جزاك الله خير ونفع بك... متابعك من اليمن واستفدت كثير اسلوبك بالشرح جميل
شكرا استاد على هده المعلومات المفيدة والشرح المفصل والاهم انك لاتبخل علبنا باي معلومة في الشرح جزاك الله كل خير☺
صلوا على رسول الله
1- Bit is the small unit in the memory and it have only two value either 0 or 1.
2- A crumbs its mean 2bit together.
3- A nibble its mean 4bit or 2crumbs.
4- Byte mean 8bits together.
5- There are 8bit.
6- There are 4crumbs in a byte.
7- There are 2nibble in a byte.
8- There are 2crumbs in 1nibble.
9- The lower nibble its the first nibble in the byte.
10- The upper nibble its the second nibble in the byte.
11- LSB: The lowest significant bit, and we call it LSB because it have the low significant value in a byte, and its value is 2⁰.
12- MSB: The most significant bit, and we call it MSB because it have the higher significant value in a byte, and its value is 2⁷.
الله يجيزك كل الخير استاذ ويرحم والديك ع هذه المعلومات القيمة
هو لازم اتعود اكتب بالانجليزي من دلوقتي
رحم الله والديك وأدخلهما الجنة
البت هو أصغر وحدة موجودة ويخزن بها 0/1 فقط
CRUMB: هو عبارة عن 2 بت
nibble: هو عبارة 4 بت و2 crumb
بايت: هو عبارة عن 8 بت
عدد البتات في البايت هو: 8
عدد كريمب في بايت هو: 4
عدد نابيلي هو 2
عدد كريمب في نابيلي هو 2
هو أول 4 بيت
هو أخر 4 بيت
يعني أصغر قيمة في بت وتمثل 2^0 وسبب تسمية هي لأنها الأولى في مضاعفات
يعنى أعلى قيمة في البت وتمثل 7^2 وسبب تسمية هي لإنها أخر قيمة في مضاعفات
1- a bit is the smallest unit in the memory and it represented by only one value 0 or 1.
2- two bits called crumb
3- half of byte is a nibble
4- it is the smallest addressable unit of memory and it contains 8 bits.
5- there is four crumbs in a byte.
6- there is two nibbles in a byte.
7- there is two crumbs in a nibble.
8- the lower nibble is the first four bits in a byte.
9- the upper nibble is the second four bits in a byte.
10- LSB is the lowest significant bits in a byte and that is because it containes the lowest value in a byte.
11- MSB is the largest significant bits in a byte and that is because it containes the highest value in a byte.
1- A Bit is the smallest unit of data in a computer memory, which represent one of two possible values either 0 or 1.
2- A Byte is a unit of data that is eight binary digits long, often used represent a character such as a letter, number or typographic symbol.
3- A Crumb is a unit of data that is a pair of two bits or a quarter Byte.
4- A Nibble (Nybble) is a unit of data that is a group of 4 bits together or a half of a Byte.
5- There are 4 crumb in a Byte.
6- There are two nibbles in a byte.
7- There are two crumbs in a Nibble.
8- lower nibble is the first four bits in a Byte, which is containing the lowest significant bits.
9- Upper nibble is the last four bits in a Byte, which is containing the highest significant bits.
10-(LSb) it is a abbreviation of lowest significant bit that is the bit which is farthest to the right of a Byte, it has the lowest binary number in a byte 2^0 = 1
11- (MSb) it is a abbreviation of Most significant bit that is the bit which is farthest to the left of a Byte, it has the highest binary number in a byte 2^7 = 128
Thank you so much
1.Bit : it's the smallest unit in memory and it can contain value of "1" or "0".
2.Crumb: it's a group of 2 bits together.
3.Nibble: it's a group of 4 bits together.
4.Byte: it's the smallest unit in memory can contain information or useful data.
5. There are eight bits in a byte .
6. There are four crumbs in a byte.
7. There are two nibbles in a byte.
8. There are two crumbs in a nibble.
9. The first four bits in a byte.
10. The second four bits in a byte.
11. The first bit in a byte, Because it represents the lowest value of the eight bits, its value is 2**0 .
12. The last bit in a byte, Because it represents the most value of the eight bits, its value is 2**7 .
----> May ALLAH reward you with goodness.
الله يجزاك خير ( تمت المشاهده)❤❤
1:وحدت واحده تشغيل صفر و واحد للغت الكمبيوتر
2:وحدتين تشغيل صفر و واحد
3:اربع وحدات تشغيل صفر واحد
4:ثمانية وحدات تشغيل صفر واحد
5:8
6:4
7:2
8:2
9:اربع خانات من nibble علي اليمين تسمي اقل وحدت nibble
10:اربع خانات من nibble علي اليسار تسمي اكبر وحدت nibble
11:اول خانه من اليمين وهي الاصغر في وحدت byte وقيمتها 2e0 واختصارها LSB
12:اول خانه من اليسار وهي الاكبر في وحدت byte وقيمتها 2e7 واختصارها MSB
1- هي الوحد الصغير وتتكون من اصفر او الواحد
2- هي وحدتين من البت
3- هي اربع وحدات من البابت
4- هي ثمانية واحدات من البايت
5- 8 بت
6- 4
7- 2
8- 2
9-اول اربع بايت
10 - اخر اربع بايت
11- 2(7) هي اعلى قمية في البايت | سبب التسمية | لانها تحتوى على المضعف الاكبر في البابت |
12 - 2(0) هي اقل قمية في البايت | سبب التسمية | لانها تحتوى على المضعف الاصغر في البابت |
اخر جاوبين عسكتها ؟
@@aboxtrki536 اي صح
1-bit is the smallest unite in memory it containe only one value 0 or 1.
2-crumb is 2 bit
3-nibble is 4 bit
4-1 byte consists of 8 bits
5- 8
6- 4
7- 2
8-2
9-first four bits from right
10-first four bits from left
11-LBS is the smallest bit in a byte
12-MSB is the largest bit in a byte
1- The bit is the smallest unit of data, computer can process and store
2- crumb is a group of two bits
3- a Nibble is a group of 4 bits
4-Byte is a unit of data ,that is eight binary digit long
5- There are 8 bits in a byte
6- There are 4 crumbs in a byte
7- There are 2 nibbles in a byte
8- There are 2 crumbs in a nibble
9- The 4 bits that are on the right side of the byte
10- The 4 bits that are on the left side of the byte
11- *LSB is the last significant Bit,the right most bit in a binary number
*it’s called LSB because it holds the smallest value in binary system
* it’s value is either 1or 0, and it is represent 2^0 =1
12- *MSB is the most significant Bit, the leftmost bit in a binary system
*It’s called MSB because it holds the largest value in the binary system
* it’s value depends on it’s position, for example: in an 8-bit numbers, the MSB represent 2^7
1. a bit is a single binary digit that contains either 0 or 1
2. a Crumb is a group of 2-digit together
3. a Nibble is a group of 4-digit together
4. a Byte is a group of 8-digits together.
5. there's 8-bits in a byte
6. there's 4 crumbs in a byte
7. there's 2 nibbles in a byte
8. there's 2 crumbs in a nibble
9. lower nibble is the first half or first four digits in the byte.
10. upper nibble is the last half or last four digits in the byte.
11. LSB or Lowest Significant Bit is the first bit in the byte, because it's the digit that contains the lowest value in the byte of 1.
12. MST or Most Significant Bit is the last bit in the byte, because it's the digit that contains the lowest value in the byte of 128.
Biggest* => In The Last Line
Homework:
1-A bit, the smallest space in a computer, can only take one of the two values: 1 (on) or 0 (off).
2- Crumb group of two bits.
3- Nibble is group of four bits.
4- Byte is group of eight bits.
5- There are eight bits in a byte.
6- There are four crumbs in a byte.
7- There are two nibble in a byte.
8- There are two crumbs in a nibble.
9- The lower nibble is the first group of four bits in a byte.
10- The upper nibble is the second or last group of four bits in a byte.
11- LSB stand for Least Significant Bit. The reason for naming a bit in this manner, is due to the bit representing the smallest value in a byte, which is 2^0 = 1.
12- MSB stand for Most Significant Bit. The reason for naming a bit in this manner, is due to the bit representing the biggest value in a byte, which is 2^7 = 128.
1- Bit is the smallest bit in memory containe only one value 0 or 1
2- Crumb is a group of 2 bit together
3- Nibble is a group o 4 bits together
4- Byte is a group of 8 bits
5- 8 bits in the byte
6- 4 crumbs in a byte
7- 2 Nibble in a byte
8- 2 crumbs in a Nibbles
9- Lower Nibble is the right part of byte
10- Upper Nibble is the left one part of byte
11- LSB:Lowest significantbit is the first bit in the byte, it has the lowest value 2⁰
12- MSB:Most significant bit is the laste bit in the byte, it contains mor value 2⁷
1• Bit is the smallest unit that data can be stored at , and its value either equals 0 or 1
2•Crumb :is a group of 2 bits
3• Nibble is a group of 4 bits
4• Byte :the smallest unit that can store data.
5• How many Bits in Byte?
each byte contains 8 bits
6• How many crumbs in a byte
4 crumbs in a byte
7• how many nibbles in a byte
2 nibbles in a byte
8• How many crumbs in a nibble ?
2 crumbs in a nibble
9• lower nibble: the first 4 bits (the first nibble)
10• upper nibble: the last 4 bits (the last nibble)
11• LSB : Least Significant Bit
أصغر bit ضمن الbyte و تخزن فيه أصغر كمية من البيانات
12• MSB : Most Significant Bit
أكبر bit وتخزن فيه أكبر قيمة من البيانات ضمن byte الواحد
1- Bit is the smallest unit in memory it contain one value either 0 or 1.
2- crumb is 2 bits
3- nibble is 4 bits.
4- the Byte is 8 bit.
5- 8 bits
6- 4 crumbs.
7- 2 nibbles
8- 2 crumbs.
9- lower nibble is the two right side bits with lower power value
10- the two right side nibbles with greater power value.
11- LSB stands for Lower significant niblble contains the lowest value of the byte.
12- MSP most significant nibble , and contains the highest value in the byte
يعطيك العافيه يا رب 😍 الله يرحمهم ويجعل مثواهم الجنة💗💗💗💗💗💗💗💗💗💗💗💗
Resposes of Question as follows :
1-what is a bit?
*-Bit is the basic and essancial unit of computer memory
2-what is a crumb?
*crumb is memory unit / 1crumb = 2 bits (together)
3-what is a nibble?
* Nibble is memory unit / 1 Nibble = 4 bits (together)
4-what is a byte?
*byte is a unit of data that is eight binary digits long.
5-how many bits in a byte?
*is eight binary digits long / 1 byte = 8bits
6- how many crumbs in byte?
* thye are 4 crumbs in a byte / 1 byte = 4 crumbs
7- how many nibbles in byte?
*they are 2 Nibbles in a byte / 1 byte = 02 Nibbles
8-what is the lower Nibble ?
*the lower nibble in a byte is the first(4 bits together ) nibbles in a byte.
9-what is the upper Nibble?
* the upper Nibble in a byte is the last (4 bits together) nibble in a byte.
10-what is LBS & why we call is LSB&what is value?
*LSB means The Least Significant Bit, LSB is a lowest significant value in a byte /V.LSB=2⁰
11-what is MBS & why we call is LSB&what is value?
*MSB means The Most Significant Bit, MSB is a Most significant value in a byte /V.MSB=2⁷
The answer is given by the student :Saadoun Fares
شكرا يا استاذ ❤
1. البت هو أصغر وحدة في الذاكرة ويحتوي على قيمة واحدة فقط، وهي 0 أو 1.
2. الكرمب يعادل اثنين من البتات.
3. النايبل يعادل اثنين من الكرمبات أو أربعة بتات.
4. البايت يعادل اثنين من النايبلز أو 4 كرمبات أو 8 بتات.
5. هناك ثمانية بتات في بايت واحد.
6. هناك نايبلين في بايت واحد.
7. هناك أربعة كرمبات في بايت واحد.
8. النايبل السفلي هو النصف الأول من البايت.
9. النايبل العلوي هو النصف الثاني من البايت.
10. LSB هو أقل بت ذو أهمية، ونطلق عليه هذا الاسم لأنه يحتوي على أقل قيمة في البايت وتساوي 1 (2^0).
11. MSB هو البت الأكثر أهمية، ونطلق عليه هذا الاسم لأنه يحتوي على أعلى قيمة في البايت وتساوي 128 (2^7).
1- It is a field in which the numbers zero and one are represented and it is called machine language
2- is a group of 2 bits together
3- is a group if 4 bits together
4- It is a set of digits, each digit in which is called a bit, and a number zero and one is represented within these digits
5- 8
6- 4
7- 2
8- 2
9- They are the first four bits in a byte
10- They are the last four bits in the byte
11- It is the first digit in the byte and is called by this name because it contains the least value
12- It is the last digit of the byte and is called by this name because it contains the highest value
1- Bit is the smallest unit of computer memory and it contains either the value 0 (Corresponding to Off) or 1 (Corresponding to On)
2- Crumb is a group of 2 bits together
3- Nibble is a group of 4 bits together
4- Byte is the smallest unit of data representation in a computer
5- There are 8 bits in a Byte
6- There are 4 Crumbs in a Byte
7- There are 2 Nibbles in a Byte
8- There are 2 Crumbs in a Nibble
9- The lower nibble is the first 4 bits of a byte (1st half of a byte)
10- The upper nibble is the last 4 bits of a byte (2nd half of a byte)
11- LSB is the Lowest significant bit and we call it LSB because it has the lowest value in a byte, its value is 2^0 = (1)
12- MSB is the Most significant bit and we call it MSB because it has the highest value in a byte, its value is 2^7 = (128)
1 - Single Value 0 or 1
2 - 2 Bit toggether
3 - 4 Bit toggether
4 - 8 Bit
5 - 8 Bit
6 - 4 Crumbs
7 - 2 Nibbles
8 - 2 Crumbs
9 - First 4 Bit In Byte
10 - First 4 Bit In Byte
11 - First Bit in byte - value = 2*0 = 1
12 - Last Bit in byte value = 2*8 = 128
إذا مات ابن آدم انقطع عمله إلا من ثلاث: صدقة جارية، أو علم ينتفع به، أو ولد صالح يدعو له" و انت يا استاذي الكريم ادعوا الله ان تكون صالحا برا بوالديك رحمهما الله و عفى عنهم و جمعك بهم في جنات الفردوس
شكرا جدا أستاذ ❤
ربنا يرحم والديك ويرحم جميع الموتى
الله يعطيك الف عافية
لا زلت متابعتك من ليبيا 🇱🇾 💜 و حكمل معاك الي مالا نهاية بإذن الله
بارك الله فيك ورحم الله والديك
مقطع خفيف لذيذ لكن مختصر و مفيد!, اشكرك استاذ علي هذا المقطع
الله يرحم والديك ويسكنهم ربي بجنان الفردوس ويكونوا جيران الحبيب المصطفى عليه الصلاة و السلام .
جزاك الله خيرا أخونا محمد.
5- 8 bits at byte
6- 4 crumb at byte
7- 2 nibble at byte
8- 2 crumb at nipple
what is bit ?
1- The bit the smal unit in the memory of the Computer
what is crumb ?
2- The crumb is a group of two bits
what is Nibble ?
3- The Nibble is a group of 4 bits
what is byte ?
4- The byte is a set of 8 bits
5- 8 bits = 1 byte
6- 1 byte = 4 crumbs
7- 1 byte = 2 Nibble
8- 1 nibble = 2 crumbs
9- The Lower nibble are the set of the first 4 bits
10- The upper nibble are the set of the last 4 bits
11- LSB = Lowest significant bit = 2^0
12- MSB = Most significant bit = 2^7