Jumat, 03 Desember 2010

Sistem bilangan

Biangan basis 10 = desimal
                     2   = biner
                     8   = oktal
                     16 = heksa
                                                                       Penjelasan :
1. BASIS 10=DESIMAL
BILANGANNYA : 0,1,2,........................9
contoh : 123 (10) = 1.10+2.10+3.10
2. Basis 2 =biner
bilangannya =0,1
sistem biner bit (binary digital) terdiri dari 8-> 1 byete
contoh :
desimal = 14(10) = 1*10+4+10
                        =  10+4
                        =14
biner = 110 (2) = 1*2+1*2+1*2+0*2
                       = 8+4+2+0
                       = 14 pangkat 10
PERUBAHAN DESIMAL KE BINER
1. 60 (10)  = 6*10+0*10
               = 60+0
               = 60
                      BINER
60/2=30 = SISA 0
30/2 = 15 SISA 0
15/2 = 7SISA 1
7/2 =3 SISA 1
3/2=  1SISA

Tidak ada komentar:

Posting Komentar