edited by
250 views
0 votes
0 votes
A ternary variable can assume the values $0,1$ or $2,$ and can be coded with two binary bits as $00,01$ and $10$ respectively. A ternary full-adder has three ternary digits $X, Y$ and a carry-in $C_{in}$ as inputs, and produces the ternary sum $S\;($base $3)$ and the ternary carry-out $C_{o}.$ For example, if $X=(2)_{3}, Y=(2)_{3}$ and $C_{in}=(1)_{3},$ then $S=(2)_{3}$ and $C_{o}=(1)_{3}.$ Design a circuit for this ternary full adder using binary gates as well as binary half and full adders.
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
admin asked Aug 8, 2022
535 views
Let $G$ be a simple undirected graph having $n$ vertices with the property that the average of the degrees of the vertices in $G$ is at least $4.$ Consider the following ...
0 votes
0 votes
1 answer
3
0 votes
0 votes
2 answers
4
admin asked Aug 8, 2022
421 views
Consider the following language $L$ over the alphabet $\Sigma=\{a, b, c\}$. $$ L=\left\{a^{i} b^{j} c^{k} \mid i, j, k \geq 0 \text {, and if } i=1 \text { then } j=k\rig...