Digital Electronics - Combinational Logic Circuits - Discussion
Discussion Forum : Combinational Logic Circuits - General Questions (Q.No. 6)
6.
Convert BCD 0001 0010 0110 to binary.
Discussion:
15 comments Page 2 of 2.
Ravi kumar sinha said:
1 decade ago
Converting given bcd to binary we get 126 and after converting that to binary we get 1111110 which is option a.
Nimma gill said:
1 decade ago
The BCD number is 0001=1, 0010=2, 0110=6
So that 126 and it convert in binary form 11111110 thats is required answer.
So that 126 and it convert in binary form 11111110 thats is required answer.
Sneha jose said:
1 decade ago
0001=1,0010=2,0110=6
we know 127 is represented by 1111111
(1000000 as 1-2-4-8-16-32-64-128)
then 126 is just a 1bit change from 127,ie.,1111110.
we know 127 is represented by 1111111
(1000000 as 1-2-4-8-16-32-64-128)
then 126 is just a 1bit change from 127,ie.,1111110.
Chris said:
1 decade ago
0001 = 1
0010 = 2
0110 = 6
Then 0001 0010 0110 = 126
126 / 2 = 63 ...0
63 / 2 = 31 ...1
31 / 2 = 15 ...1
15 / 2 = 7 ...1
7 / 2 = 3 ...1
3 / 2 = 1 ...1
1 / 2 = 0 ...1
126 = 1111110
0010 = 2
0110 = 6
Then 0001 0010 0110 = 126
126 / 2 = 63 ...0
63 / 2 = 31 ...1
31 / 2 = 15 ...1
15 / 2 = 7 ...1
7 / 2 = 3 ...1
3 / 2 = 1 ...1
1 / 2 = 0 ...1
126 = 1111110
GAYATHRI said:
1 decade ago
HOW...???
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers