answersLogoWhite

0


Best Answer

You convert 98 base 10 into 1100010 base 2 the same way you convert any decimal number into a binary number. You iteratively divide by 2, recording the remainders in reverse order, until the quotient is zero.

98 / 2 = 49 remainder 0

49 / 2 = 24 remainder 1

24 / 2 = 12 remainder 0

12 / 2 = 6 remainder 0

6 / 2 = 3 remainder 0

3 / 2 = 1 remainder 1

1 / 2 = 0 remainder 1

So the result, reading backwards (up) is 1100010 base 2.

and as an 8 bit value it would be 01100010.

The more general answer is that, to convert a number in any base to any other base, iteratively divide the first number by the second base, using the rules of arithmetic of the first base, recording the remainders in reverse order, until the quotient is zero. The remainders then need to be written in terms of the second base.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert decimal 98 to an 8-bit binary value?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are one byte letters?

1 byte = 8 bits. Computers only know two things. On (1) and off (0). This is known as binary. Computers use an 8bit binary system (00000000). The American Standrad Code for Information Interchange (ASCII) is an international code that notices that an 8bit character ASCI covers everything that you can type on a keyboard. Therefore a 1byte letter is A to Z.


What do you call a 1or 0 used in the representation of computer data?

The series of 1's and 0's are called Binary code... if you want to know the name of each individual digit, they are referred to as bits. So when people say 8bit, it stands for 8 digits of binary.


What is one digit called for short when using a computer?

In binary you mean it is called a bit while 8 digits is called a byte in an 8bit system. 16, 32 and 64 bits can also make a byte.


Can you use ic 7485 as 8bit comparator?

use two of them for 8 bits.


What does Blaster1071 do on YouTube?

He does Let's Plays of Old and Recent 8bit and 32bit games.


How many bits are wide register ACC and B?

32 bit


What isuse of 0 and 1 in computer?

Computers use 1's and 0's to indicate data. Sets of eight 1's and 0's form one piece of data, such as a single letter etc. This is referred to as a byte. A single 1 or 0 is referred to as a bit. It also use 1 as ' High input/output' & 0 as ' Low input/output'.


How many bit make up on ipv4 address?

IPV4 is 32bit (4 times 8bit) rgds


Why are P8 and P9 connectors keyed a certain way?

so they fit correctly into an 8bit or 16bit slot


What do you mean by 8bit?

Bits, go back to when binary code was in function. If you don't know what binary code is... al give you an example. 0100000101000110 ect ect a bit, is described as 1 digit in a binary equation. so if something was 4 bit, it would have 4 digits of binary code. 0100 1000 0010 0001 0101 ect... So if some is described as 8 bit... it basically means that processor has 8 digits in the binary equation. Now why does the number of digits matter ? Binary, was a really old was of processing scripts or codes... when you refer to 8 bit game consoles, they normally have pix-elated graphics and were not too technological in game play. This is because 8 bits is a fairly small digit, and the amount of different codes you can make is only small. Now we have 32bit and 64bit computers. This makes the possibility of the amount of codes to process endless. Making computers to be alot more advanced in how much it can do.


What is 8bit?

8-bit is a surrounding of a video game e.g. Mega Man. 8-bit is from the Atari Computer System.


How many megabytes make one kilobyte?

8bit = 1 byte1024byte = 1kb1,024kb = 1mb1,024mb = 1gb1,024gb = 1tb