edited by
565 views
2 votes
2 votes
Let $C$ denote a logic block that is capable of comparing two $4$ – bit $2$’s complement numbers $A\:(a_3, a_2, a_1, a_0)$ and $B\: (b_3, b_2, b_1, b_0)$, where $a_i, b_i \in \{0, 1\}$ for $i = 0, 1, 2, 3$. The circuit $C$ has eight input lines $a_3, a_2, a_1, a_0, b_3, b_2, b_1, b_0$, and three output lines $E, L, G$ (Equal: $E$; Less than: $L$; Greater than: $G$). For example, if $A > B$, then the outputs should be $E = 0,\: L = 0$, and $G = 1$. Write the Boolean equations for the three outputs $E, \: L$, and $G$.
edited by

1 Answer

Related questions

1 votes
1 votes
0 answers
1
go_editor asked Jun 1, 2016
513 views
A connected, simple, undirected planar graph $G(V, E)$ is given where $V$ denotes the set of vertices and E denotes the set of edges. In $V$, there is a designated source...
2 votes
2 votes
2 answers
3
go_editor asked Jun 1, 2016
1,053 views
A block of bits with $n$ rows and $m$ columns uses horizontal and vertical parity bits for error detection. If exactly 4 bits are in error during transmission, derive an ...
16 votes
16 votes
1 answer
4
go_editor asked Jun 1, 2016
1,669 views
A system has $4$ processes $A$, $B$, $C$, $D$ and $5$ allocatable resources $R_1, \: R_2,\: R_3, \: R_4,\: R_5$. The maximum resource requirement for each process and its...