Computer Science, asked by raj830, 1 year ago

convert the decimal number 42 into binary equivalent

Attachments:

Answers

Answered by Manindersingh11
2
42/2 =21 r=0
21/2= 10 r=1
10/5 = 5 r=0
5/2 = 2 r = 1
2/2 = 1 r=0
1/2 =0 r =1
binary mode in
101010

raj830: thanx bro
Similar questions