Hello

Welcome To BOLD

This Awesome Blogger Template is Brought To You By Bthemez, Let's be friends and spread the love
together in the world. #nohomo :P
Join us on

Flickr

Share Knowledge Metering

Type data dalam Floboss S600+



kenapa di Floboss type data floating hanya bisa sampai  8 digit ?


kenapa 32-bit tapi hanya bisa terpakai 24 bit ?


Tipe data yang umum digunakan:
Tipe Data
Bentuk Penulisan

Boolean, type data true / false. Nama lainnya adalah diskrit, atau digital
bool
byte = 8 bit
Integer, type data untuk bilangan bulat
int
byte = 32 bit
Floating Point, type data untuk bilangan decimal / pecahan
float
byte = 32 bit
Double Floating Point, precision float
double
byte = 64 bit
String, huruf
string
byte = 32 bit



Modifiers Type
Fungsi
signed
Untuk membuat Tipe Data Numerik menjadi Negatif
unsigned
Untuk membuat Tipe Data Numerik menjadi Positif
short
Pemesanan Jarak dan Ukuran memori lebih Kecil
long
Pemesanan Jarak dan Ukuran memori lebih Besar



Tipe Data
Bentuk Penulisan
Ukuran Memori
Integer
int
byte = 32 bit
signed int
byte = 32 bit
signed short int
byte = 16 bit
signed long int
byte = 32 bit
signed long long int
byte = 32 bit
unsigned int
byte = 32 bit
unsigned short int
byte = 16 bit
unsigned long int
byte = 32 bit
unsigned long long int
byte = 32 bit
Floating Point
float
byte = 32 bit
Double Floating Point
double
byte = 64 bit
long double
12 byte = 96 bit
Boolean
bool
byte = 8 bit
Character
char
byte = 8 bit
String
string
byte = 32 bit




Apa itu enron 16 bit & enron 32 bit ?

·         Enron 16 bit = sign short  integer 16 bit (bilangan bulat)
·         Enron 32 bit = unsign long integer 32 bit (bilangan cacah)



Bagaimana Rumus untuk mengubah decimal to binary ?

Format bilangan floating-point biner telah distandarkan oleh IEEE 754-2008 (atau ISO/IEC/IEEE 60559:2011), yaitu meliputi format 16-bit (half), 32-bit (single-precision), 64-bit (double-precision), 80-bit (double-extended) dan 128-bit (quad-precision).

 

Bilangan floating-point 32-bit tersusun atas :

·         1 bit tanda (S),
·         8 bit eksponen (E),
·         23 bit untuk mantisa (M)




Cek di calcutar float to binary :




untuk lebih jelas baca rangkuman berikut:


Share this:

ABOUTME

Hi all. This is deepak from Bthemez. We're providing content for Bold site and we’ve been in internet, social media and affiliate for too long time and its my profession. We are web designer & developer living India! What can I say, we are the best..

JOIN CONVERSATION

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment