Electronics and Communication Engineering - Digital Electronics - Discussion
Discussion Forum : Digital Electronics - Section 1 (Q.No. 19)
19.
Decimal 43 in hexadecimal and BCD number system is respectively.
Answer: Option
Explanation:
(43)10 = (2B)16
(43)10 = (01000011)2 .
Discussion:
17 comments Page 1 of 2.
Rathi said:
1 decade ago
In a binary system all possible combinations of bits are valid.
In a BCD system there are 4 bits per digit. And the only valid combinations are 0(0000 Binary) through to 9(1001 Binary). If you want more digits then you have to add another 4-bit set.
So the number 43 would be represented by 101011 in binary and 0100 0011 in BCD.
In a BCD system there are 4 bits per digit. And the only valid combinations are 0(0000 Binary) through to 9(1001 Binary). If you want more digits then you have to add another 4-bit set.
So the number 43 would be represented by 101011 in binary and 0100 0011 in BCD.
(1)
Ashmita Prakash said:
1 decade ago
Can you please elaborate the explanation?
Surekha said:
1 decade ago
Hex to decimal:
Divide 43 by 2 as shown:
43/2 = 21 rem 1 again divide 21 with 2.
21/2 = 10 rem 1.
10/2 = 5 rem 0.
5/2 = 2 rem 1.
2/2 = 1 rem 0.
00101011 = 2B.
Divide 43 by 2 as shown:
43/2 = 21 rem 1 again divide 21 with 2.
21/2 = 10 rem 1.
10/2 = 5 rem 0.
5/2 = 2 rem 1.
2/2 = 1 rem 0.
00101011 = 2B.
Arora rox said:
1 decade ago
For hexadecimal to binary conversion of (43) which is in decimal form, convert 4 and the 3 into 4 bits separately, and then combine the answer.
4 = 0100.
3 = 0011.
43 = 01000011.
4 = 0100.
3 = 0011.
43 = 01000011.
Sateesh said:
1 decade ago
One simple logic among answers is 43 is odd number. So always LSB is 1 and Hexadecimal also odd number should come as left nibble like (B).
B.Mallesh goud said:
10 years ago
How 00101011 = 2B ? Please explain.
AMIR AHMAD said:
10 years ago
00101011 = 2B(H)?
For hexadecimal.
0010 = 2.
1011 = B.
For hexadecimal.
0010 = 2.
1011 = B.
JEMSHIHAS said:
9 years ago
43/16.
Quotient = 2 in Decimal = 2 in Hex.
Remainder = 11 in Decimal = B in Hex.
Quotient = 2 in Decimal = 2 in Hex.
Remainder = 11 in Decimal = B in Hex.
(3)
Sasi said:
9 years ago
How 00101011? Please explain.
Shashi said:
8 years ago
In Hexa it is okay as (2B) but in Binary it will be (00101011).
If you go for direct conversion of 2 it will be 0010 & B will be 1011 so totally it would be 00101011.
If you go for direct conversion of 2 it will be 0010 & B will be 1011 so totally it would be 00101011.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers