{"id":93063,"date":"2025-06-01T11:40:17","date_gmt":"2025-06-01T11:40:17","guid":{"rendered":"https:\/\/exam.pscnotes.com\/mcq\/?p=93063"},"modified":"2025-06-01T11:40:17","modified_gmt":"2025-06-01T11:40:17","slug":"which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim","status":"publish","type":"post","link":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/","title":{"rendered":"Which one of the following is the equivalent 8421BCD code of the decim"},"content":{"rendered":"<p>Which one of the following is the equivalent 8421BCD code of the decimal number 87.34 ?<\/p>\n<p>[amp_mcq option1=&#8221;10000111.00110100&#8243; option2=&#8221;10100111.00110100&#8243; option3=&#8221;10001110.11000010&#8243; option4=&#8221;10101110.11000010&#8243; correct=&#8221;option1&#8243;]<\/p>\n<div class=\"psc-box-pyq-exam-year-detail\">\n<div class=\"pyq-exam\">\n<div class=\"psc-heading\">This question was previously asked in<\/div>\n<div class=\"psc-title line-ellipsis\">UPSC CISF-AC-EXE &#8211; 2021<\/div>\n<\/div>\n<div class=\"pyq-exam-psc-buttons\"><a href=\"\/pyq\/pyq-upsc-cisf-ac-exe-2021.pdf\" target=\"_blank\" class=\"psc-pdf-button\" rel=\"noopener\">Download PDF<\/a><a href=\"\/pyq-upsc-cisf-ac-exe-2021\" target=\"_blank\" class=\"psc-attempt-button\" rel=\"noopener\">Attempt Online<\/a><\/div>\n<\/div>\n<section id=\"pyq-correct-answer\">\n8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, and 1. To convert the decimal number 87.34 to 8421 BCD, we convert each digit individually:<br \/>\n&#8211; Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8)<br \/>\n&#8211; Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7)<br \/>\n&#8211; Decimal point remains the same.<br \/>\n&#8211; Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3)<br \/>\n&#8211; Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4)<br \/>\nCombining these, we get 1000 0111 . 0011 0100. Option A matches this code.<br \/>\n<\/section>\n<section id=\"pyq-key-points\">\n&#8211; 8421 BCD represents each decimal digit with its 4-bit binary value.<br \/>\n&#8211; The decimal point position is preserved in BCD representation.<br \/>\n<\/section>\n<section id=\"pyq-additional-information\">\nBCD is a non-positional system for digits but positional for the number as a whole (e.g., the position of the decimal point matters). While simple for conversion, it is less efficient in terms of storage compared to pure binary representation.<br \/>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Which one of the following is the equivalent 8421BCD code of the decimal number 87.34 ? [amp_mcq option1=&#8221;10000111.00110100&#8243; option2=&#8221;10100111.00110100&#8243; option3=&#8221;10001110.11000010&#8243; option4=&#8221;10101110.11000010&#8243; correct=&#8221;option1&#8243;] This question was previously asked in UPSC CISF-AC-EXE &#8211; 2021 Download PDFAttempt Online 8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Which one of the following is the equivalent 8421BCD code of the decim\" class=\"read-more button\" href=\"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/#more-93063\">Detailed Solution<span class=\"screen-reader-text\">Which one of the following is the equivalent 8421BCD code of the decim<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1089],"tags":[1110,1113],"class_list":["post-93063","post","type-post","status-publish","format-standard","hentry","category-upsc-cisf-ac-exe","tag-1110","tag-information-and-communication-technology","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.2 (Yoast SEO v23.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Which one of the following is the equivalent 8421BCD code of the decim<\/title>\n<meta name=\"description\" content=\"8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, and 1. To convert the decimal number 87.34 to 8421 BCD, we convert each digit individually: - Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8) - Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7) - Decimal point remains the same. - Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3) - Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4) Combining these, we get 1000 0111 . 0011 0100. Option A matches this code. - 8421 BCD represents each decimal digit with its 4-bit binary value. - The decimal point position is preserved in BCD representation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Which one of the following is the equivalent 8421BCD code of the decim\" \/>\n<meta property=\"og:description\" content=\"8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, and 1. To convert the decimal number 87.34 to 8421 BCD, we convert each digit individually: - Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8) - Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7) - Decimal point remains the same. - Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3) - Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4) Combining these, we get 1000 0111 . 0011 0100. Option A matches this code. - 8421 BCD represents each decimal digit with its 4-bit binary value. - The decimal point position is preserved in BCD representation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/\" \/>\n<meta property=\"og:site_name\" content=\"MCQ and Quiz for Exams\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-01T11:40:17+00:00\" \/>\n<meta name=\"author\" content=\"rawan239\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rawan239\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Which one of the following is the equivalent 8421BCD code of the decim","description":"8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, and 1. To convert the decimal number 87.34 to 8421 BCD, we convert each digit individually: - Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8) - Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7) - Decimal point remains the same. - Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3) - Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4) Combining these, we get 1000 0111 . 0011 0100. Option A matches this code. - 8421 BCD represents each decimal digit with its 4-bit binary value. - The decimal point position is preserved in BCD representation.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/","og_locale":"en_US","og_type":"article","og_title":"Which one of the following is the equivalent 8421BCD code of the decim","og_description":"8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, and 1. To convert the decimal number 87.34 to 8421 BCD, we convert each digit individually: - Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8) - Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7) - Decimal point remains the same. - Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3) - Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4) Combining these, we get 1000 0111 . 0011 0100. Option A matches this code. - 8421 BCD represents each decimal digit with its 4-bit binary value. - The decimal point position is preserved in BCD representation.","og_url":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/","og_site_name":"MCQ and Quiz for Exams","article_published_time":"2025-06-01T11:40:17+00:00","author":"rawan239","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rawan239","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/","url":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/","name":"Which one of the following is the equivalent 8421BCD code of the decim","isPartOf":{"@id":"https:\/\/exam.pscnotes.com\/mcq\/#website"},"datePublished":"2025-06-01T11:40:17+00:00","dateModified":"2025-06-01T11:40:17+00:00","author":{"@id":"https:\/\/exam.pscnotes.com\/mcq\/#\/schema\/person\/5807dafeb27d2ec82344d6cbd6c3d209"},"description":"8421 BCD (Binary Coded Decimal) represents each decimal digit by its 4-bit binary equivalent using the weights 8, 4, 2, and 1. To convert the decimal number 87.34 to 8421 BCD, we convert each digit individually: - Decimal 8: 1000 (8*1 + 4*0 + 2*0 + 1*0 = 8) - Decimal 7: 0111 (8*0 + 4*1 + 2*1 + 1*1 = 7) - Decimal point remains the same. - Decimal 3: 0011 (8*0 + 4*0 + 2*1 + 1*1 = 3) - Decimal 4: 0100 (8*0 + 4*1 + 2*0 + 1*0 = 4) Combining these, we get 1000 0111 . 0011 0100. Option A matches this code. - 8421 BCD represents each decimal digit with its 4-bit binary value. - The decimal point position is preserved in BCD representation.","breadcrumb":{"@id":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/exam.pscnotes.com\/mcq\/which-one-of-the-following-is-the-equivalent-8421bcd-code-of-the-decim\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/exam.pscnotes.com\/mcq\/"},{"@type":"ListItem","position":2,"name":"UPSC CISF-AC-EXE","item":"https:\/\/exam.pscnotes.com\/mcq\/category\/upsc-cisf-ac-exe\/"},{"@type":"ListItem","position":3,"name":"Which one of the following is the equivalent 8421BCD code of the decim"}]},{"@type":"WebSite","@id":"https:\/\/exam.pscnotes.com\/mcq\/#website","url":"https:\/\/exam.pscnotes.com\/mcq\/","name":"MCQ and Quiz for Exams","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exam.pscnotes.com\/mcq\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/exam.pscnotes.com\/mcq\/#\/schema\/person\/5807dafeb27d2ec82344d6cbd6c3d209","name":"rawan239","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/exam.pscnotes.com\/mcq\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/761a7274f9cce048fa5b921221e7934820d74514df93ef195a9d22af0c1c9001?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/761a7274f9cce048fa5b921221e7934820d74514df93ef195a9d22af0c1c9001?s=96&d=mm&r=g","caption":"rawan239"},"sameAs":["https:\/\/exam.pscnotes.com"],"url":"https:\/\/exam.pscnotes.com\/mcq\/author\/rawan239\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/posts\/93063","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/comments?post=93063"}],"version-history":[{"count":0,"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/posts\/93063\/revisions"}],"wp:attachment":[{"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/media?parent=93063"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/categories?post=93063"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/exam.pscnotes.com\/mcq\/wp-json\/wp\/v2\/tags?post=93063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}