Computer use the binary number system that has tow unique digits 0 and 1, called bits.
0 = off
1 = on
a bit is the smallest unit of data the computer can process.
8bit = byte
It provides enough different combinations of 0s and 1s to represent 256 individual characters. A byte represent single characters in the computer.
for example: 8-bit byte for the number 3 = 00110011
شلون الحرف يتحول إلى باينري كود بعدين يرجع؟
مثلًا: لما نضغط على حرف معين فرضًا D عالكيبورد، تنرسل إشارة إلى السستم يونت (system unit) عن هذا الحرف، وتتحول إلى الكود "بلغة الباينري" مالها وهو (01000100) ,وبالتالي يتخزن في المومري إلى المعالجة، بعد المعالجة الباينري كود إلى الحرف D يتحول إلى صورة "image" وينعرض في الآوت بود دفايز .