answersLogoWhite

0

What else can I help you with?

Related Questions

How many sections does Binary Form have?

Binary form has 2 sections,Ternary form has 3 sections.


What is 10 in binary?

The number ten (10 in decimal format) is 1010 in binary form. The binary number 10 is 2 in decimal form.


What does one and zero mean in binary form?

The binary number 10 represents the number 2


Examples of binary form?

1) Gypsy Love Song,2) Mendelssohn's Lieder Ohne Worte,3) Chopin's Waltzes and Nocturnes


How do you convert an integer into binary form and count no of 1s and 0s in the binary form?

To convert an integer into binary form, you can repeatedly divide the number by 2 and record the remainders. The binary representation is obtained by reading the remainders in reverse order. Once you have the binary string, you can count the number of '1's and '0's using string methods, such as count('1') and count('0'). For example, in Python, you can use bin(num)[2:] to get the binary form and then count the digits.


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 number 11 in the binary system?

11 in binary form: 1011 11 is binary form of 3


What form must a program be stored in memory?

binary


Transmission from the CPU to the printer is done in form?

Binary. yea binary is right just had 2 double check 2 make sure u were riite!! lol=]


What is the meaning of binary form?

Our system uses 10 numbers: 0123456789. Binary only uses 0 and 1. Our 1 is binary 1, but because there are no more numbers to use, our 2 is binary 10, our 3 is binary 11, our 4 is binary 100, and so on.


Is a memory address in Binary form?

memory address is stored in binary form


What is the binary of 122?

The binary representation of the decimal number 122 is 1111010. This is obtained by converting the decimal number into its binary form, where each bit represents a power of 2. In this case, 122 can be expressed as (64 + 32 + 16 + 8 + 2), corresponding to the binary digits.