Computer Science, asked by shreya310617, 6 months ago

Convert (AB.34)16 = (______)8​

Answers

Answered by lucky143424
1

Answer:

Hexadecimal Number System:

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A,B,C,D,E,F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

Explanation:

Hope it helps you a lot

Please mark me as brainliest......

Answered by Anonymous
1

Answer:

(AB.34) = (125464)

Explanation:

A= 10 =1010

B= 11 = 1011

3 =0101

4= 0100

(AB.34) = 1010101100110100

Devide the binary into groups of three from right part for integer

1 010 101 100 110 100 =( 1 2 5 4 6 4 )₈

Similar questions