answersLogoWhite

0

What else can I help you with?

Continue Learning about Math & Arithmetic
Related Questions

How do you convert n-bits binary to gray code?

The best way is with a lookup table.


Whai is the difference between CRC and hamming code?

In CRC, the redundant bits are derived from binary division to the data unit. While in hamming code, the redundant bits are a function of length of the data bits.


Why is BCD code called a weighted code?

A: A Binary code represent a binary number 0.1.2.4.8. etc. that is why it is called a weighted number


How do you convert binary to grey code?

To convert binary to Gray code, take the most significant bit (MSB) of the binary number as the MSB of the Gray code. For each subsequent bit, XOR the current bit of the binary number with the previous bit. Repeat this process for all bits in the binary number to obtain the complete Gray code.


How many bits of binary code do you need to represent the answer to the sum 10 6?

If you mean 10 + 6 that's 16 which is 10000 in binary


This code of 1s and 0s is called the code?

Binary


What is the code 011010000110010101101000110110001101111?

its called binary


How many bits are required in decimal numbers in range 0 to 999 using Straight binary code and BCD code?

10 bits would be required. 10 bits long (10 digits long) can represent up to 1024.


What is the tilde used for in computer programming and how does it affect the functionality of code?

In computer programming, the tilde () is often used as a bitwise NOT operator. It flips the bits of a binary number, changing 0s to 1s and 1s to 0s. This can affect the functionality of code by performing bitwise operations on data, such as inverting the bits of a number or toggling specific bits in a binary representation.


Computer code written in 0 and 1 are called?

It can be called binary or machine code.


Nibbles bytes describe in terms of binary and hexadecimal?

I am not quite sure what you are trying to ask but Nibbles is a divided part of binary code. in Hex, you divide it into Nibbles consisting of 4 bits, whereas in others such as Octal, the nibbles are 3 bits.


What is the number of bits required for a binary code to represent 100 different combinations?

7 bits can show all 128 possible arrangements of 'yes' and 'no'. 6 bits can show only 64 possibilities.