{"id":245934,"date":"2025-07-06T15:07:13","date_gmt":"2025-07-06T15:07:13","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=245934"},"modified":"2025-07-06T15:07:15","modified_gmt":"2025-07-06T15:07:15","slug":"convert-the-following-binary-numbers-to-decimal-equivalent","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2025\/07\/06\/convert-the-following-binary-numbers-to-decimal-equivalent\/","title":{"rendered":"Convert the following binary numbers to decimal equivalent"},"content":{"rendered":"\n<p>Convert the following binary numbers to decimal equivalent. (a) 100 (b) 11010 (c) 10110010 (d) 1.001 (e) 110100.010011 (f) 11010.10110 (g) 1000001.111 Convert Binary 1111 1111 to Hexadecimal Convert Binary 1011 0010 to Hexadecimal Convert Binary 0101 0101 to Hexadecimal Convert Binary 1011 0000 to Hexadecimal Convert Binary 1101 1111 to Hexadecimal Q.2: Convert the following decimal numbers to binary equivalent. (a) 16 (b) 247 (c) 962 (d) 00132 (e) 6 Q3. Convert 18 \\times 24 to binary form Convert 23+12 to binary form Short Questions Write the short answers of the following: Q.1: Define Binary Number. Q.2: Define Octal numbers. Research on google please Q.3: Define Decimal number. Q.4: Convert binary number 101012 to decimal numbers. Q.5: Convert binary numbers 111112 to decimal numbers. Q.6: Convert 110011.112 to decimal numbers.<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-ast-global-color-1-color\">The Correct Answer and Explanation is:<\/mark><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Binary to Decimal Conversion<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>(a) 100<\/strong><br>In binary, 100 represents:<br>1\u00d722+0\u00d721+0\u00d720=41 \\times 2^2 + 0 \\times 2^1 + 0 \\times 2^0 = 41\u00d722+0\u00d721+0\u00d720=4<br>So, the decimal equivalent is <strong>4<\/strong>.<\/li>\n\n\n\n<li><strong>(b) 11010<\/strong><br>In binary, 11010 represents:<br>1\u00d724+1\u00d723+0\u00d722+1\u00d721+0\u00d720=16+8+2=261 \\times 2^4 + 1 \\times 2^3 + 0 \\times 2^2 + 1 \\times 2^1 + 0 \\times 2^0 = 16 + 8 + 2 = 261\u00d724+1\u00d723+0\u00d722+1\u00d721+0\u00d720=16+8+2=26<br>So, the decimal equivalent is <strong>26<\/strong>.<\/li>\n\n\n\n<li><strong>(c) 10110010<\/strong><br>In binary, 10110010 represents:<br>1\u00d727+0\u00d726+1\u00d725+1\u00d724+0\u00d723+0\u00d722+1\u00d721+0\u00d720=128+32+16+2=1781 \\times 2^7 + 0 \\times 2^6 + 1 \\times 2^5 + 1 \\times 2^4 + 0 \\times 2^3 + 0 \\times 2^2 + 1 \\times 2^1 + 0 \\times 2^0 = 128 + 32 + 16 + 2 = 1781\u00d727+0\u00d726+1\u00d725+1\u00d724+0\u00d723+0\u00d722+1\u00d721+0\u00d720=128+32+16+2=178<br>So, the decimal equivalent is <strong>178<\/strong>.<\/li>\n\n\n\n<li><strong>(d) 1.001<\/strong><br>In binary, 1.001 represents:<br>1\u00d720+0\u00d72\u22121+0\u00d72\u22122+1\u00d72\u22123=1+0+0+0.125=1.1251 \\times 2^0 + 0 \\times 2^{-1} + 0 \\times 2^{-2} + 1 \\times 2^{-3} = 1 + 0 + 0 + 0.125 = 1.1251\u00d720+0\u00d72\u22121+0\u00d72\u22122+1\u00d72\u22123=1+0+0+0.125=1.125<br>So, the decimal equivalent is <strong>1.125<\/strong>.<\/li>\n\n\n\n<li><strong>(e) 110100.010011<\/strong><br>In binary, 110100.010011 represents:<br>Integer part:<br>1\u00d725+1\u00d724+0\u00d723+1\u00d722+0\u00d721+0\u00d720=32+16+4=521 \\times 2^5 + 1 \\times 2^4 + 0 \\times 2^3 + 1 \\times 2^2 + 0 \\times 2^1 + 0 \\times 2^0 = 32 + 16 + 4 = 521\u00d725+1\u00d724+0\u00d723+1\u00d722+0\u00d721+0\u00d720=32+16+4=52<br>Fractional part:<br>0\u00d72\u22121+1\u00d72\u22122+0\u00d72\u22123+0\u00d72\u22124+1\u00d72\u22125+1\u00d72\u22126=0.25+0.03125+0.015625=0.2968750 \\times 2^{-1} + 1 \\times 2^{-2} + 0 \\times 2^{-3} + 0 \\times 2^{-4} + 1 \\times 2^{-5} + 1 \\times 2^{-6} = 0.25 + 0.03125 + 0.015625 = 0.2968750\u00d72\u22121+1\u00d72\u22122+0\u00d72\u22123+0\u00d72\u22124+1\u00d72\u22125+1\u00d72\u22126=0.25+0.03125+0.015625=0.296875<br>So, the decimal equivalent is <strong>52.296875<\/strong>.<\/li>\n\n\n\n<li><strong>(f) 11010.10110<\/strong><br>In binary, 11010.10110 represents:<br>Integer part:<br>1\u00d724+1\u00d723+0\u00d722+1\u00d721+0\u00d720=16+8+2=261 \\times 2^4 + 1 \\times 2^3 + 0 \\times 2^2 + 1 \\times 2^1 + 0 \\times 2^0 = 16 + 8 + 2 = 261\u00d724+1\u00d723+0\u00d722+1\u00d721+0\u00d720=16+8+2=26<br>Fractional part:<br>1\u00d72\u22121+0\u00d72\u22122+1\u00d72\u22123+1\u00d72\u22124+0\u00d72\u22125=0.5+0.125+0.0625=0.68751 \\times 2^{-1} + 0 \\times 2^{-2} + 1 \\times 2^{-3} + 1 \\times 2^{-4} + 0 \\times 2^{-5} = 0.5 + 0.125 + 0.0625 = 0.68751\u00d72\u22121+0\u00d72\u22122+1\u00d72\u22123+1\u00d72\u22124+0\u00d72\u22125=0.5+0.125+0.0625=0.6875<br>So, the decimal equivalent is <strong>26.6875<\/strong>.<\/li>\n\n\n\n<li><strong>(g) 1000001.111<\/strong><br>In binary, 1000001.111 represents:<br>Integer part:<br>1\u00d726+0\u00d725+0\u00d724+0\u00d723+0\u00d722+0\u00d721+1\u00d720=64+1=651 \\times 2^6 + 0 \\times 2^5 + 0 \\times 2^4 + 0 \\times 2^3 + 0 \\times 2^2 + 0 \\times 2^1 + 1 \\times 2^0 = 64 + 1 = 651\u00d726+0\u00d725+0\u00d724+0\u00d723+0\u00d722+0\u00d721+1\u00d720=64+1=65<br>Fractional part:<br>1\u00d72\u22121+1\u00d72\u22122+1\u00d72\u22123=0.5+0.25+0.125=0.8751 \\times 2^{-1} + 1 \\times 2^{-2} + 1 \\times 2^{-3} = 0.5 + 0.25 + 0.125 = 0.8751\u00d72\u22121+1\u00d72\u22122+1\u00d72\u22123=0.5+0.25+0.125=0.875<br>So, the decimal equivalent is <strong>65.875<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Binary to Hexadecimal Conversion<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Binary: 1111 1111<\/strong><br>Group into 4-bit sections: 1111 1111<br>Hexadecimal: F F<br>So, the hexadecimal equivalent is <strong>FF<\/strong>.<\/li>\n\n\n\n<li><strong>Binary: 1011 0010<\/strong><br>Group into 4-bit sections: 1011 0010<br>Hexadecimal: B 2<br>So, the hexadecimal equivalent is <strong>B2<\/strong>.<\/li>\n\n\n\n<li><strong>Binary: 0101 0101<\/strong><br>Group into 4-bit sections: 0101 0101<br>Hexadecimal: 5 5<br>So, the hexadecimal equivalent is <strong>55<\/strong>.<\/li>\n\n\n\n<li><strong>Binary: 1011 0000<\/strong><br>Group into 4-bit sections: 1011 0000<br>Hexadecimal: B 0<br>So, the hexadecimal equivalent is <strong>B0<\/strong>.<\/li>\n\n\n\n<li><strong>Binary: 1101 1111<\/strong><br>Group into 4-bit sections: 1101 1111<br>Hexadecimal: D F<br>So, the hexadecimal equivalent is <strong>DF<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Decimal to Binary Conversion<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>(a) 16<\/strong><br>16 in binary is <strong>10000<\/strong>.<\/li>\n\n\n\n<li><strong>(b) 247<\/strong><br>247 in binary is <strong>11110111<\/strong>.<\/li>\n\n\n\n<li><strong>(c) 962<\/strong><br>962 in binary is <strong>1111000010<\/strong>.<\/li>\n\n\n\n<li><strong>(d) 132<\/strong><br>132 in binary is <strong>10000100<\/strong>.<\/li>\n\n\n\n<li><strong>(e) 6<\/strong><br>6 in binary is <strong>110<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Other Conversions<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Convert 18 \u00d7 24 to binary form<\/strong><br>18\u00d724=43218 \\times 24 = 43218\u00d724=432<br>432 in binary is <strong>110110000<\/strong>.<\/li>\n\n\n\n<li><strong>Convert 23 + 12 to binary form<\/strong><br>23+12=3523 + 12 = 3523+12=35<br>35 in binary is <strong>100011<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Short Answers<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Binary Number<\/strong>:<br>A binary number is a number expressed in the base-2 numeral system, which uses only two digits: 0 and 1. Each binary digit represents an increasing power of 2, starting from the rightmost digit (least significant).<\/li>\n\n\n\n<li><strong>Octal Numbers<\/strong>:<br>Octal numbers are numbers in the base-8 numeral system, which uses digits from 0 to 7. It is commonly used in computer science as a shorthand for binary numbers, since one octal digit represents three binary digits.<\/li>\n\n\n\n<li><strong>Decimal Number<\/strong>:<br>Decimal numbers are numbers expressed in the base-10 numeral system, which uses digits from 0 to 9. It is the standard system for denoting integer and non-integer numbers.<\/li>\n\n\n\n<li><strong>Convert binary number 101012 to decimal<\/strong><br>1\u00d724+0\u00d723+1\u00d722+0\u00d721+1\u00d720=16+4+1=211 \\times 2^4 + 0 \\times 2^3 + 1 \\times 2^2 + 0 \\times 2^1 + 1 \\times 2^0 = 16 + 4 + 1 = 211\u00d724+0\u00d723+1\u00d722+0\u00d721+1\u00d720=16+4+1=21<br>So, the decimal equivalent is <strong>21<\/strong>.<\/li>\n\n\n\n<li><strong>Convert binary number 111112 to decimal<\/strong><br>1\u00d724+1\u00d723+1\u00d722+1\u00d721+1\u00d720=16+8+4+2+1=311 \\times 2^4 + 1 \\times 2^3 + 1 \\times 2^2 + 1 \\times 2^1 + 1 \\times 2^0 = 16 + 8 + 4 + 2 + 1 = 311\u00d724+1\u00d723+1\u00d722+1\u00d721+1\u00d720=16+8+4+2+1=31<br>So, the decimal equivalent is <strong>31<\/strong>.<\/li>\n\n\n\n<li><strong>Convert 110011.112 to decimal<\/strong><br>Integer part:<br>1\u00d725+1\u00d724+0\u00d723+0\u00d722+1\u00d721+1\u00d720=32+16+2+1=511 \\times 2^5 + 1 \\times 2^4 + 0 \\times 2^3 + 0 \\times 2^2 + 1 \\times 2^1 + 1 \\times 2^0 = 32 + 16 + 2 + 1 = 511\u00d725+1\u00d724+0\u00d723+0\u00d722+1\u00d721+1\u00d720=32+16+2+1=51<br>Fractional part:<br>1\u00d72\u22121+1\u00d72\u22122=0.5+0.25=0.751 \\times 2^{-1} + 1 \\times 2^{-2} = 0.5 + 0.25 = 0.751\u00d72\u22121+1\u00d72\u22122=0.5+0.25=0.75<br>So, the decimal equivalent is <strong>51.75<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/learnexams.com\/blog\/wp-content\/uploads\/2025\/07\/learnexams-banner5-751.jpeg\" alt=\"\" class=\"wp-image-245935\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Convert the following binary numbers to decimal equivalent. (a) 100 (b) 11010 (c) 10110010 (d) 1.001 (e) 110100.010011 (f) 11010.10110 (g) 1000001.111 Convert Binary 1111 1111 to Hexadecimal Convert Binary 1011 0010 to Hexadecimal Convert Binary 0101 0101 to Hexadecimal Convert Binary 1011 0000 to Hexadecimal Convert Binary 1101 1111 to Hexadecimal Q.2: Convert the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[],"class_list":["post-245934","post","type-post","status-publish","format-standard","hentry","category-exams-certification"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/245934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=245934"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/245934\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=245934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=245934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=245934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}