《数字逻辑设计》半期考试试题及参考答案.pdf

上传人:小** 文档编号:13302573 上传时间:2020-06-13 格式:PDF 页数:8 大小:411.13KB
收藏 版权申诉 举报 下载
《数字逻辑设计》半期考试试题及参考答案.pdf_第1页
第1页 / 共8页
《数字逻辑设计》半期考试试题及参考答案.pdf_第2页
第2页 / 共8页
《数字逻辑设计》半期考试试题及参考答案.pdf_第3页
第3页 / 共8页
资源描述:

《《数字逻辑设计》半期考试试题及参考答案.pdf》由会员分享,可在线阅读,更多相关《《数字逻辑设计》半期考试试题及参考答案.pdf(8页珍藏版)》请在装配图网上搜索。

1、电子科技大学 2013-2014 学年第二学期 “数字逻辑设计及应用” 课程考试题(半期)( 120 分钟) 考试日期 2014 年 4 月 27 日 一 二 三 四 五 六 七 八 九 十 总分 评卷教师 I. To fill the answers in the “( )” ( 2 X 15 = 30 ) 1. Given ABCF )5,4,1( , then ABCF ( 0, 2, 3, 6, 7 ), F = A BC ( 1 ) + A BC ( 0, 1 ). 2. ( 1001 0011 )8421BCD = ( 1111 0011 )2421BCD. 3. ( 0101 1

2、101 )2 = ( 0111 0011 )Gray. 4. Open-drain output has two states, Low and ( Open 或 Hi-Z ). 5. A twos-complement = 0110 1010, C ones-complement = 1111 1011, A-Ctwos-complement = ( 0110 1110 ). Is it overflow for A-Ctwos-complement? (Yes or No) No 6. XOR gate in positive logic level is equivalent to (

3、XNOR ) gate in negative logic level. 7. Five variables can make ( 32 ) minterms. The sum of all the minterms must be ( 1 ). 8. If the function ABCF )6,3,2,1( , then ABCF ( 0, 4, 5, 7 ). 9. If the information bits are 1001 0010, the check bit is ( 0 ) for odd-parity. 10. To make 2014 code-words, ( 11

4、 ) bits should be used at least. 11. Given the circuit shown in Figure 1, its output expression F = (ab+ac+bc 或 (b(a+c)+ac) ). Figure 1 II. There is only one correct answer in the following questions.( 3 X 10=30 ) 1. Which of the following codes has the self-complement property? ( D ) A. Gray B. Biq

5、uinary C. 8421BCD D. Excess-3 2. Which of the following 2-input gates can form a complete set of logic gates? ( B ) A. OR B. NOR C. XOR D. XNOR 3. Which of the following gates is equivalent to XNOR? ( A ) A. B. C. D. 4. Which of the following connection is correct? ( C ) A. B. C. D. 5. Which of the

6、following expressions has no hazard? ( B ) A. F=WY+WZ+XYZ B. F=WY+WZ+YZ C. F=WY+WZ+XYZ+YZ D. F=WY+WZ+XYZ+WXY 6. Which of the following statements is correct? ( D ) A. The duality of the minimal sum expression is its minimal product. B. The minimum sum-of-product expression has no static-1 hazard. C.

7、 The canonical sum must have hazard. D. The minimum sum-of-product expression has no static-0 hazard. 7. The minimum sum of product for AB+AC+BCDEFGH is ( A ). A. AB+AC B. AB+AC C. AB+AC+BC D. AB+AC+BC 8. Given A=(0011 1111 . 0100)2, its equivalent values for A10 and A16 are ( B ) A. (96.58)10, (60.

8、94)16 B. (63.25)10, (3F.4)16 C. (96.58)10, (60.49)16 D. (63.25)10, (3F.94)16 9. Given the timing diagram as shown in Figure 2, the output function is ( A ). A. xyzf )7,6,5,3( B. xyzf )4,2,1,0( C. xyzf )6,2,1,0( D. xyzf )7,2,1,0( Figure 2 10. A self-dual logic function is a function such that F=FD. W

9、hich of the following functions is self-dual? ( C ) A. xyzF )7,5,2,1( B. F = XYZ+XYZ+XZ C. F = XY+XZ+YZ D. )4,3,0( xyzF III. Combinational Circuit Analysis And Design: 40 1. Given F(A,B,C,D)= (B C BC)+AD(BC), the constraint condition is A(B+C)=0. Simplify the logic function F(A,B,C,D) into the minim

10、al sum using Karnaugh map, and write out NAND-NAND logic expression of the minimal sum. (8) 参考评分标准: ( 1) 填写 F 的卡诺图正确 得 4 分 , 其中 d 占 1 分 ,错一格 扣 0.5 分,扣完为止 。 ( 2) 化简的表达式正确 得 3 分,错一个乘积项扣 1 分 。 Fminimal-sum (A,B,C,D) = BC+BD+CD ( 3) “与非 -与非 ” 表达式正确 得 1 分 。 FNAND-NAND (A,B,C,D) = (BC)(BD)(CD) 2. A combin

11、ational circuit is shown as below. (8) (1) Write out the sum-of-product expression of output F(W,X,Y,Z) for the circuit. (2) Analysis all conditions that the static hazard may exit for the circuit, and indicate types of static hazard. (3) Write out the minimal sum of output F(W,X,Y,Z) for the hazard

12、-free. 参考评分标准: ( 1) 表达式正确 得 3 分 , 只要是 正确的 积之和形式就算对,不管是否为原始积之和 ,错一 个( 或 多一个或少一个)乘积项扣 1 分 ,扣完为止 : F(W,X,Y,Z) = WXY+XYZ+XY ( 2) 指出所有静态冒险 及 存在的条件 得 2 分, 其中 指出静态冒险类型 1 分 ,具体如下: 当 W=Z=1, Y=0, X 变化时( 1 分),存在静态 1 冒险( 0.5 分) 当 X=Z=1, Y 变化时( 1 分),存在静态 1 冒险( 0.5 分) ( 只要描述 正确 就得分 ,不一定要画卡诺图 。 ) ( 3) 无冒险的最小和表达式正确

13、 得 2 分 , 错一个( 或 多一个或少 一个)乘积项扣 0.5 分, 扣完为止 。 F hazard-free (W,X,Y,Z) = WXY+WYZ+XY+XZ 3. Implement F(U,V,W,X,Y,Z) = U,V,W,X,Y,Z (3,5,7,19,23) using only a 74x138 and a NAND gate. (6) (1) Write out the canonical sum expression of F(U,V,W,X,Y,Z). (2) Draw the logic diagram. 参考评分标准: ( 1) F 的标准和表达式正确 得 2

14、分 , 错一项扣 0.5,扣完为止。 F(U,V,W,X,Y,Z) = UVWXYZ + UVWXYZ + UVWXYZ + UVWXYZ + UVWXYZ ( 2) 电路图 输入正确 得 2 分,输出正确 得 2 分, 错一处扣 0.5 分,扣完为止。 【答题提示:从第( 1)小题写出的表达式可以看出,公因子是 UWZ,因此 有 F(U,V,W,X,Y,Z) = UWZ (V XY+VXY+ VXY+VXY+VXY) 】 4. A combinational circuit is shown as below, which contains two 74x148 priority encod

15、er and some gates. Input X9_L has the highest priority, and X0_L has the lowest priority. (8) (1) List out the truth table for the circuit. (2) Indicate the logic function of the circuit. 参考评分标准: ( 1) 真值表正确 得 6 分,错一 行 扣 1 分,扣完为止。 ( 2) 电路功能描述正确 得 2 分: 8421 BCD 优先编码器 (只写 BCD,未写 8421 的扣 1 分) 或者, 写出 正确的

16、 输出逻辑表达式也算正确 : Y3 = X9_L + X9_LX8_L Y2 = X9_LX8_LX7_L + X9_LX8_LX7_LX6_L + X9_LX8_LX7_LX6_LX5_L + X9_LX8_LX7_LX6_LX5_LX4_L Y1 = X9_LX8_LX7_L + X9_LX8_LX7_LX6_L + X9_LX8_LX7_LX6_LX5_LX4_L X3_L + X9_LX8_LX7_LX6_LX5_LX4_L X3_LX2_L Y0 = X9_L + X9_LX8_LX7_L + X9_LX8_LX7_LX6_LX5_L + X9_LX8_LX7_LX6_LX5_LX4

17、_L + X9_LX8_LX7_LX6_LX5_LX4_L X3_LX2_L X1_L 5. Design a converter circuit of Binary code (B3 B2 B1 B0) to Gray code (G3 G2 G1 G0) using only one 74x157 and some gates. Please select B2 as the selection input of 74x157. Please (1) Write out the four logic expressions of output G3, G2, G1, G0. (2) Dra

18、w the logic diagram. (10) ( 1) 四个表达式 正确得 6 分,每错一个表达式扣 1.5 分,扣完为止 。 ( 仅 真值表正确给 2 分,没有真值表不扣分) B3 B2 B1 B0 G3 G2 G1 G0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 1 0 1 1 0 0 1 0 1 0 1 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 0 1 1

19、1 1 1 0 1 1 0 0 1 0 1 0 1 1 0 1 1 0 1 1 1 1 1 0 1 0 0 1 1 1 1 1 1 0 0 0 ( 2) 逻辑 电路 图总分 4 分,根据实际解题思路酌情给分。 ( 不用 B2 作为选择端扣 完 4 分 ) 【答题提示: 从第( 1)小题写出的表达式可以得到, 当 B2 = 0 时, G3 = B3, G2 = B3, G1 = B1, G0 = B1 B0 当 B2 = 1 时, G3 = B3, G2 = B3, G1 = B1, G0 = B1 B0 】 最佳答案 : 或 者: G3 = B3 0 或 B3 G2 = B3 B2 或 B3B2 + B3B2 G1 = B2 B1 或 B2B1 + B2B1 G0 = B1 B0 或 B1B0 + B1B0 (此答案勉强算对, 但 74x157 未发挥 实际 作用) 或者:(还有其他功能正确的解答方法,此处略)

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!