A four-bit binary number is represented as A 3 A 2 A 1 A 0, where

A four-bit binary number is represented as A 3 A 2 A 1 A 0, where
|

A four-bit binary number is represented as A3A2A1A0, where A3, A2, A1, and A0 represent the individual bits and A0 is equal to the LSB.

The correct logical expression to get a HIGH output whenever the binary number is greater than 0010 and less than 1000 is;

A. <span class="math-tex">\({\bar A_3}{A_2} + {\bar A_3}{A_1}{A_0} + {\bar A_3}{A_2}{A_1}\)</span>

B. <span class="math-tex">\({\bar A_3}{A_2} + {\bar A_3}{A_2}{A_1}\)</span>

C. <span class="math-tex">\({\bar A_3}{A_2}\)</span>

D. <span class="math-tex">\({\bar A_3}{A_2} + {\bar A_3}{A_1}{A_0}\)</span>

Please scroll down to see the correct answer and solution guide.

Right Answer is: D

SOLUTION

The Truth Table for the required operation is as shown:

Using K-map to simplify the expression, we get:

F = A̅3A2 + A̅3A1A0