problem on creating truth table~?

2012-12-08 3:50 pm
Consider a combinational logic circuit with three inputs a,b and c, and six outputs u,v,w,x,y,and z.The input is an unsigned number between 0and 7,and the output is the sequare of the input.The most significant bit of the input is a,and the most significant bit of the output is u.Create a truth table for the six function.

回答 (1)

2012-12-08 6:43 pm
✔ 最佳答案
That's quite easy.

The bits of the input are abc, in order. Hence, 6(10) = 110(2), which means that a = 1, b = 1 and c = 0

The square of the number is 6 * 6 = 36(10) = 100100(2), giving an output where u = x = 1, v = w = y = z = 0

So... There you go, essentially.


收錄日期: 2021-04-13 19:11:17
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20121208075001AAMuqAr

檢視 Wayback Machine 備份