answersLogoWhite

0

Binary Number System represents the way Computer understands the instructions or data. Binary is the primary way humans can save data in Physical form, such as Land & Pits on Optical Media (CDs or DVDs).

Computer interprets these binaries (collectively as BYTES - 8 bits) as instructions or data to perform its functions.

So Binary system is the method of writing instructions & data for Computers.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

The binary number 10011 is what number?

(10011)2 = (19)10


10011 is the binary number system way of writing?

The binary number 10011 is equivalent to the decimal number 19 in the base-10 number system. In binary, each digit represents a power of 2, starting from the right with 2^0, 2^1, 2^2, and so on. Therefore, 12^4 + 02^3 + 02^2 + 12^1 + 1*2^0 = 16 + 0 + 0 + 2 + 1 = 19.


What is binary for 19?

10011


Convert binary 10011 to decimal?


What is the sum of the binary number's1001 and 1010?

10011.


What is the decimal value of binary 10011?

19


What is the equivalent of 19 in binary?

19 in binary is... 10011 (16+2+1)


What is the Odd parity bit of 10011?

To determine the odd parity bit for the binary number 10011, first count the number of 1s in the sequence. There are three 1s in 10011, which is an odd number. To maintain odd parity, the parity bit must be 0, since adding a 1 would make the total count of 1s even. Therefore, the odd parity bit for 10011 is 0.


Binary equivalent of ( and ndash19)10 in signed magnitude system?

To convert the decimal number -19 into the signed magnitude binary system, first convert the absolute value, 19, to binary. The binary representation of 19 is 10011. In a signed magnitude system, the first bit indicates the sign (0 for positive, 1 for negative). Therefore, the signed magnitude representation of -19 in an 8-bit format is 10010011.


What is 10011 in binary form?

it is itself in a binary form :) but if its in decimal form.. then its binary equivalent will be..(10011100011011) if it is in binry form.. its equivalent will be..(19)


What is the sum of the binary numbers 1001 and 1010?

the sum of (1001+1010)is=(10011)


What is 10011 in the binary code?

10011 = 1*24 + 0*23 + 0*22 + 1*21 + 1*20 = 16 + 0 + 0 + 2 + 1 = 19