ئەمە گەورەترین سووڕە کە دروستم کردبێت
لەلای چەپەوە بەشێوەی باینەری ژمارەی یەکەم بنووسە پاشان ژمارەی دووەم لە ڕیزەکەی تەنیشتی لە ئەنجامدا سەرجەمی دوو ژمارەکە بەشێوەی هێکس لەسەر شاشەکە دەردەکەوێت
بەشانازیەوە دروستکراوە لە کوردستان لەلایەن هونەر
This is my biggest circuit..
Input the first binary number from left then the second number next to him using logic gates.. then the sum of the two numbers is shown in HEX mode on the screen
Made proudly in KURDISTAN by hunar
binary values بەهاکانی باینەری
1
2
4
8
16
32
64
128
256
512
1024
HEX value نرخەکانێ هێکس
1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 A=10 B=11 C=12
D=13 E=14 F=15
HEX to decimal هێکس بۆ ژمارەیی
(256 x value) + (16 x value) + (1 x value)
For example بۆ نموونە
ABC = (256 x 10) + (16 x 11) + (1 x 12)
= (2560) + (176) + (12)
=2748
Simply بە شێوەیەکی ئاسانتر
1374 + 1374 = 2748