{"id":16804,"date":"2023-06-16T07:51:32","date_gmt":"2023-06-16T07:51:32","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=16804"},"modified":"2023-06-16T07:51:32","modified_gmt":"2023-06-16T07:51:32","slug":"2-to-4-decoder","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/","title":{"rendered":"2 to 4 Decoder"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg\" alt=\"\" \/><\/p>\n<p>In digital electronics, decoders are fundamental building blocks used to convert coded information into a set of distinct outputs. One commonly used decoder is the 2 to 4 decoder, which takes in two input lines and produces four output lines. In this article, we will delve into the concept of a 2 to 4 decoder, understand its functionality, explore its truth table, and discuss its applications.<\/p>\n<h2>Introduction to 2 to 4 Decoder<\/h2>\n<p>A 2 to 4 decoder is a combinational logic circuit that takes two input lines, typically labeled A and B, and generates four output lines, usually labeled Y0, Y1, Y2, and Y3. The decoder analyzes the input combination and activates the corresponding output line. Each output line represents a unique combination of the input lines.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901625067-1-01%20%2820%29.png\" alt=\"\" \/><\/p>\n<p>The 2 to 4 decoder is called a &quot;2 to 4&quot; decoder because it has two input lines (A and B) and four output lines (Y0, Y1, Y2, and Y3). The number of output lines is determined by the number of input lines, following the formula: 2^n, where n is the number of input lines.<\/p>\n<h2>Understanding the Truth Table<\/h2>\n<p>To understand the functionality of a 2 to 4 decoder, let&#8217;s examine its truth table. The truth table shows the output states for all possible input combinations.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901653854-1-02%20%2812%29.png\" alt=\"\" \/><\/p>\n<p>In the above truth table, the input lines A and B represent all possible combinations of their binary states (0 and 1). The output lines Y0, Y1, Y2, and Y3 indicate the activated output line based on the input combination.<br \/>\nFor example, when A=0 and B=0, the output line Y0 is activated (1), and the remaining output lines Y1, Y2, and Y3 are deactivated (0). Similarly, when A=1 and B=1, the output line Y3 is activated (1), while the other output lines are deactivated (0).<\/p>\n<h2>Working Principle of 2 to 4 decoder<\/h2>\n<p>The working principle of a 2 to 4 decoder can be explained using a simplified circuit diagram. The decoder consists of AND gates and NOT gates, combined in a specific arrangement.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901691180-1-03%20%288%29.png\" alt=\"\" \/><\/p>\n<p>Each input line (A and B) is connected to one input of all the AND gates. The other input of each AND gate is connected to the complement of the corresponding input line. The outputs of the AND gates are connected to the output lines (Y0, Y1, Y2, and Y3).<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901749043-1-04%20%285%29.png\" alt=\"\" \/><\/p>\n<p>The arrangement ensures that each output line is activated when the corresponding input combination is detected. When an input line is low (0), its complement becomes high (1), and the corresponding AND gate outputs a low signal (0) regardless of the other input. As a result, only one output line is activated at a time, based on the input combination.<\/p>\n<h2>Applications of 2 to 4 Decoder<\/h2>\n<p>The 2 to 4 decoder finds applications in various digital systems and circuits. Some common applications include:<\/p>\n<p><strong>1. Address Decoding:<\/strong> In computer memory systems, a 2 to 4 decoder is used to decode memory addresses. It selects the appropriate memory bank based on the address lines.<\/p>\n<p><strong>2. Display Multiplexing:<\/strong> In display systems, a 2 to 4 decoder is used for multiplexing. It enables the selection of a specific display segment or digit based on the input combination.<\/p>\n<p><strong>3. Control Circuitry:<\/strong> The 2 to 4 decoder is often used in control circuitry to enable or disable specific functions or operations based on the input states.<\/p>\n<p><strong>4. Data Routing:<\/strong> In communication systems, a 2 to 4 decoder is used to route data to the appropriate destination based on the input combination.<\/p>\n<p><strong>5. Demultiplexing:<\/strong> A 2 to 4 decoder can also be used for demultiplexing applications, where it takes in a single input line and distributes it to one of four output lines based on the input combination.<\/p>\n<p><strong>Conclusion<\/strong><br \/>\nThe 2 to 4 decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs. By analyzing the input combination, the decoder activates the corresponding output line. We explored the truth table and working principle of a 2 to 4 decoder, understanding how it selects the appropriate output line based on the input states. Additionally, we discussed various applications where a 2 to 4 decoder plays a crucial role in digital systems.<br \/>\nUnderstanding the functionality and applications of a 2 to 4 decoder is vital for anyone working with digital circuits and systems. By leveraging decoders, engineers can efficiently decode and manipulate information, enabling the design and implementation of complex digital systems with enhanced functionality and control.<\/p>\n<h2>Frequently Asked Questions (FAQs)<\/h2>\n<p><strong>Q1: Can I use a 2 to 4 decoder to expand the number of output lines in a circuit?<\/strong><br \/>\nA 2 to 4 decoder, on the other hand, is designed to take two input lines and produce four output lines. It cannot be used directly to increase the number of output lines.  Multiple decoders, on the other hand, can be cascaded together to achieve the desired expansion. For example, you could use one decoder to decode the first set of input lines and another to decode the first decoder&#8217;s outputs, effectively increasing the number of output lines.<\/p>\n<p><strong>Q2: What happens if I provide an invalid input combination to a 2 to 4 decoder?<\/strong><br \/>\nValid input combinations are handled by a 2 to 4 decoder.  If an invalid input combination is provided, the decoder&#8217;s behavior is unknown.  It can activate multiple output lines at the same time or none at all. To ensure proper operation, only provide valid input combinations as defined by the truth table.<\/p>\n<p><strong>Q3: Can I use a 2 to 4 decoder as an encoder?<\/strong><br \/>\nA 2 to 4 decoder, on the other hand, is specifically designed to decode data from two input lines into four output lines. If you need to encode data, you&#8217;d use an encoder circuit, such as a priority encoder or a binary encoder, which does the opposite function of a decoder.<\/p>\n<p><strong>Q4: How can I implement a 2 to 4 decoder using logic gates?<\/strong><br \/>\nA 2 to 4 decoder can be built with a combination of AND and NOT gates. Each input line is connected to one of the AND gates&#8217; inputs, and the complement of the corresponding input line is connected to the other input of the AND gate. The AND gates&#8217; outputs are connected to the decoder&#8217;s output lines. The specific configuration of the gates is determined by the logic family and the circuit requirements.<\/p>\n<p><strong>Q5: Can I cascade multiple 2 to 4 decoders to create larger decoders?<\/strong><br \/>\nYes, you can cascade multiple 2 to 4 decoders to create larger decoders with more input and output lines. By connecting the input lines of the second decoder to the output lines of the first decoder, you can effectively expand the number of input and output lines. This technique is commonly used to build decoders with higher capacities, such as 3 to 8 decoders or 4 to 16 decoders.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In digital electronics, decoders are fundamental building blocks used to convert coded information into a set of distinct outputs. One commonly used decoder is the 2 to 4 decoder, which takes in two input lines and produces four output lines. In this article, we will delve into the concept of a 2 to 4 decoder, [&hellip;]<\/p>\n","protected":false},"author":52,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[198],"tags":[],"class_list":["post-16804","post","type-post","status-publish","format-standard","hentry","category-digital-electronics"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>2 to 4 Decoder<\/title>\n<meta name=\"description\" content=\"2 to 4 Decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"2 to 4 Decoder\" \/>\n<meta property=\"og:description\" content=\"2 to 4 Decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\" \/>\n<meta property=\"og:site_name\" content=\"PrepBytes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prepbytes0211\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-16T07:51:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg\" \/>\n<meta name=\"author\" content=\"Prepbytes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prepbytes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"2 to 4 Decoder\",\"datePublished\":\"2023-06-16T07:51:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\"},\"wordCount\":1071,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg\",\"articleSection\":[\"Digital Electronics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\",\"name\":\"2 to 4 Decoder\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg\",\"datePublished\":\"2023-06-16T07:51:32+00:00\",\"description\":\"2 to 4 Decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Digital Electronics\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/digital-electronics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"2 to 4 Decoder\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/43.205.93.38\/#website\",\"url\":\"http:\/\/43.205.93.38\/\",\"name\":\"PrepBytes Blog\",\"description\":\"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING\",\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/43.205.93.38\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/43.205.93.38\/#organization\",\"name\":\"Prepbytes\",\"url\":\"http:\/\/43.205.93.38\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"contentUrl\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"width\":160,\"height\":160,\"caption\":\"Prepbytes\"},\"image\":{\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/prepbytes0211\/\",\"https:\/\/www.instagram.com\/prepbytes\/\",\"https:\/\/www.linkedin.com\/company\/prepbytes\/\",\"https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\",\"name\":\"Prepbytes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"caption\":\"Prepbytes\"},\"url\":\"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"2 to 4 Decoder","description":"2 to 4 Decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs.","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:\/\/prepbytes.com\/blog\/2-to-4-decoder\/","og_locale":"en_US","og_type":"article","og_title":"2 to 4 Decoder","og_description":"2 to 4 Decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs.","og_url":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2023-06-16T07:51:32+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"2 to 4 Decoder","datePublished":"2023-06-16T07:51:32+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/"},"wordCount":1071,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg","articleSection":["Digital Electronics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/","url":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/","name":"2 to 4 Decoder","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg","datePublished":"2023-06-16T07:51:32+00:00","description":"2 to 4 Decoder is a fundamental circuit used in digital electronics to convert coded information into distinct outputs.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1686901584415-2%20to%204%20Decoder.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/2-to-4-decoder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"Digital Electronics","item":"https:\/\/prepbytes.com\/blog\/category\/digital-electronics\/"},{"@type":"ListItem","position":3,"name":"2 to 4 Decoder"}]},{"@type":"WebSite","@id":"http:\/\/43.205.93.38\/#website","url":"http:\/\/43.205.93.38\/","name":"PrepBytes Blog","description":"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING","publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/43.205.93.38\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/43.205.93.38\/#organization","name":"Prepbytes","url":"http:\/\/43.205.93.38\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/","url":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","contentUrl":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","width":160,"height":160,"caption":"Prepbytes"},"image":{"@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prepbytes0211\/","https:\/\/www.instagram.com\/prepbytes\/","https:\/\/www.linkedin.com\/company\/prepbytes\/","https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA"]},{"@type":"Person","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e","name":"Prepbytes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","caption":"Prepbytes"},"url":"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/"}]}},"_links":{"self":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/16804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/users\/52"}],"replies":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/comments?post=16804"}],"version-history":[{"count":1,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/16804\/revisions"}],"predecessor-version":[{"id":16805,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/16804\/revisions\/16805"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=16804"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=16804"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=16804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}