2020 数字逻辑学-国教发电Z191-2-于源(沈阳工程学院) 最新满分章节测试答案

2025年1月12日 分类:免费网课答案 作者:网课帮手
文章目录[隐藏]

本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-24到2020-06-30
本篇答案更新状态:已完结

【作业】Unit 01- Preliminaries(数电入门) Homework-1

1、 问题:1. Convert the following binary number to decimal: 101011. Show your work. [2]
评分规则: 【 要求有解题过程1分,结果1分

2、 问题:Convert the following decimal number to binary: 27. You may choose either the sum of powers of 2 or the repeated division by 2 method. Show your work. [3]
评分规则: 【 过程2分,结果1分,两种计算方法均可得分

3、 问题:3a. Convert the following binary number to hexadecimal. Show your work. [2] 01000101111010101101
评分规则: 【 过程1分,结果1分

4、 问题:b. Write the list of hexadecimal numbers in order, beginning at 19H and ending at 20H. [3]
评分规则: 【 全对满分,写对4个2分,4>n>1个1分

Unit 01- Preliminaries(数电入门) 测验01-1 数字基本概念

1、 问题:A quantity having continuous values is具有连续取值的量是
选项:
A:a digital quantity数字量
B: an analog quantity模拟量
C:a binary quantity二进制量
D: a natural quantity自然量
答案: 【 an analog quantity模拟量

2、 问题:The time interval on the leading edge of a positive pulse between 10% and 90% of the amplitude is the在一个正脉冲的前沿上,幅值的10%到幅值的90%之间的时间间隔被称为
选项:
A:rise time上升时间
B: fall time下降时间
C:pulse width脉冲宽度
D: period周期
答案: 【rise time上升时间

3、 问题:A pulse in a certain waveform occurs every 10ms. The frequency is某波形每间隔10ms有一个脉冲,则该波形频率为:
选项:
A:1kHz
B:1Hz
C:100Hz
D:10Hz
答案: 【100Hz

4、 问题:In a certain digital waveform, the period is twice the pulse width .The duty cycle is在某一数字波形中,周期是脉冲宽度的二倍。则其占空比为:
选项:
A:100%
B:200%
C:50%
D:25%
答案: 【50%

5、 问题:An analog quantity is one having continuous values.模拟量具有连续的取值。
选项:
A:正确
B:错误
答案: 【正确

6、 问题:A digital quantity has ten discrete values.数字量有十个离散的数值。
选项:
A:正确
B:错误
答案: 【错误

7、 问题:There are two digits in the binary system.二进制系统中有两个数值。
选项:
A:正确
B:错误
答案: 【正确

8、 问题:The term bit is short for binary digit.短语“bit”是“二进制位”的缩写。
选项:
A:正确
B:错误
答案: 【正确

9、 问题:In positive logic, a LOW level represents a binary 1.在正逻辑体制中,低电平代表二进制值1。
选项:
A:正确
B:错误
答案: 【错误

10、 问题:If the period of a pulse waveform increases, the frequency also increases.如果某脉冲波形的周期增大了,则其频率也增大了。
选项:
A:正确
B:错误
答案: 【错误

11、 问题:A timing diagram shows the timing relationship of two or more digital waveforms.时序图展示了两个或两个以上数字波形之间的时序关系。
选项:
A:正确
B:错误
答案: 【正确

12、 问题:The binary number 10110011 is equal to the hexadecimal number ( ).二进制数10110011等于十六进制数( )。
答案: 【B3

13、 问题:The binary number 110011.01 is equal to the decimal number ( ).二进制数110011.01等于十进制数( )。
答案: 【51.25

14、 问题:The decimal number 48.0625 is equal to the binary number ( ).十进制数48.0625等于二进制数( )。
答案: 【110000.0001

15、 问题:The hexadecimal number BD16 is equal to the decimal number ( ).十六进制数 BD16等于十进制数( )。
答案: 【48406

16、 问题:The 8421 BCD 10010111 is equal to the decimal number ( ). 8421 BCD码10010111等于十进制数( )。
答案: 【97

17、 问题:The decimal number 125 is equal to 8421 BCD ( ). 十进制数125等于8421 BCD码( )。
答案: 【0001 0010 0101

Unit 01- Preliminaries(数电入门) 测验01-3 逻辑代数及函数化简

1、 问题:The minimum SOP expression of the following Boolean expression is下面布尔表达式的最简与或式是:
选项:
A:F=AC+CD+B’D’
B:F=AC+CD+A’B’D’
C:F=AC+A’CD+B’D’
D:F=AC+CD+B’D’+A’BD
答案: 【F=AC+CD+B’D’

2、 问题:A 3-variable Karnaugh map has一个3变量的卡诺图有
选项:
A:eight cells8个单元格
B:three cells3个单元格
C:sixteen cells16个单元格
D:four cells4个单元格
答案: 【eight cells8个单元格

3、 问题:In a 4-variable Karnaugh map, a 2-variable product term is produced by在一个4变量的卡诺图中,产生一个2因子的乘积项需要
选项:
A:a 2-cell group of 1s2个组合在一起的取值为1的单元格
B:an 8-cell group of 1s8个组合在一起的取值为1的单元格
C:a 4-cell group of 1s4个组合在一起的取值为1的单元格
D:a 4-cell group of 0s4个组合在一起的取值为0的单元格
答案: 【a 4-cell group of 1s4个组合在一起的取值为1的单元格

4、 问题:The expression A’BCD+ABCD’+AB’C’D表达式 A’BCD+ABCD’+AB’C’D
选项:
A:cannot be simplified.不能化简了。
B:can be simplified to A’BC+AB’.可以化简成 A’BC+AB’。
C:can be simplified to ABCD’+A’BC’.可以化简成 ABCD’+A’BC’。
D:None of these answers is correct.这些答案都不对。
答案: 【cannot be simplified.不能化简了。

5、 问题:An example of a standard SOP expression is标准积之和(最小项之和)表达式的例子是
选项:
A:A’B+AB’C+ABD
B:A’B+AB’+AB
C:AB’C+AC’D
D:A’BC’D+B’C+A
答案: 【A’B+AB’+AB

6、 问题:An example of a sum-of-products expression is一个乘积项相加的表达式的例子是
选项:
A:A+B(C+D)
B:A’B+AC’+AB’C
C:(A’+B+C)(A+B’+C’)
D:A(B+CD’)
答案: 【A’B+AC’+AB’C

7、 问题:The Boolean expression X=AB+CD represents布尔表达式X=AB+CD表示
选项:
A:two ORs ANDed together两个”或”项“与”在一起
B:a 4-input AND gate一个4输入“与”门
C:two ANDs ORed together两个”与”项“或”在一起
D:an exclusive-OR异或操作
答案: 【two ANDs ORed together两个”与”项“或”在一起

8、 问题:According to DeMorgan’s theorems, the following equality(s) is(are) correct:根据德摩根定律,下列等式正确的是
选项:
A:(AB)’=A’+B’
B:(XYZ)’=X’+Y’+Z’
C:(A+B+C)’=A’B’C’
D:all of these全部都是
答案: 【all of these全部都是

9、 问题:Which one of the following is not a valid rule of Boolean algebra?下列哪个不能表达正确的布尔代数规则
选项:
A:A+1=1
B:A=A’
C:AA=A
D:A+0=A

本门课程剩余章节答案为付费内容
本文章不含期末不含主观题!!
本文章不含期末不含主观题!!
支付后可长期查看
有疑问请添加客服QQ 2356025045反馈
如遇卡顿看不了请换个浏览器即可打开
请看清楚了再购买哦,电子资源购买后不支持退款哦
请输入手机号或商家订单号
打不开请联系客服QQ 2356025045 商家订单号在哪里?点此了解

商家订单号查看步骤

打开支付宝
方法一:我的 > 账单 > 账单详情 > 更多>复制商家订单号
方法二:我的 > 账单 >搜索关键字【网课小帮手】
> 账单详情 > 更多>复制商家订单号
方法三:联系客服QQ 2356025045
微信支付
我 > 支付 > 钱包 > 账单 > 账单详情

继续阅读