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##%_YZPRLFH_%##000100100101

测验01-2 基本逻辑门

1、单选题:
‏A pulse is applied to each input of a 2-input NAND gate. One pulse goes HIGH at t=0 and goes back LOW at t=1ms. The other pulse goes HIGH at t=0.8ms and goes back LOW at t=3ms. The output pulse can be described as follows:​‏一个两输入“与非”门的每个输入端都送入一个脉冲。其中一个脉冲在t=0ms时升为高电平,t=1ms时返回低电平;另外一个脉冲在t=0.8ms时升为高电平,t=3ms时返回低电平。则这个门电路的输出脉冲可以描述成​‏​
选项:
A: It goes LOW at t=0 and back HIGH at t=3ms.该脉冲在t=0ms降为低电平,t=3ms时返回高电平。
B: It goes LOW at t=0.8ms and back HIGH at t=3ms.该脉冲在t=0.8ms降为低电平,t=3ms时返回高电平。
C: It goes LOW at t=0.8ms and back HIGH at t=1ms.该脉冲在t=0.8ms降为低电平,t=1ms时返回高电平。
D: It goes HIGH at t=0.8ms and back LOW at t=1ms.该脉冲在t=0.8ms升为高电平,t=1ms时返回低电平。
答案: 【  It goes LOW at t=0.8ms and back HIGH at t=1ms.该脉冲在t=0.8ms降为低电平,t=1ms时返回高电平。

2、单选题:
‍A pulse is applied to each input of a 2-input NOR gate. One pulse goes HIGH at t=0 and goes back LOW at t=1ms. The other pulse goes HIGH at t=0.8ms and goes back LOW at t=3ms. The output pulse can be described as follows:‏‍一个两输入“或非”门的每个输入端都送入一个脉冲。其中一个脉冲在t=0ms时升为高电平,t=1ms时返回低电平;另外一个脉冲在t=0.8ms时升为高电平,t=3ms时返回低电平。则这个门电路的输出脉冲可以描述成:‏
选项:
A: It goes LOW at t=0 and back HIGH at t=3ms.该脉冲在t=0ms降为低电平,t=3ms时返回高电平。
B: It goes LOW at t=0.8ms and back HIGH at t=3ms.该脉冲在t=0.8ms降为低电平,t=3ms时返回高电平。
C: It goes LOW at t=0.8ms and back HIGH at t=1ms.该脉冲在t=0.8ms降为低电平,t=1ms时返回高电平。
D: It goes HIGH at t=0.8ms and back LOW at t=1ms.该脉冲在t=0.8ms升为高电平,t=1ms时返回低电平。
答案: 【 It goes LOW at t=0 and back HIGH at t=3ms.该脉冲在t=0ms降为低电平,t=3ms时返回高电平。

3、单选题:
‍An inverter‏‍一个“非”门‏‍‏
选项:
A: performs the NOT operation.执行求“反”操作。
B: changes a HIGH to LOW把高电平变为低电平。
C: changes a LOW to HIGH把低电平变为高电平。
D: does all the operations of other option.执行所有其他选项的操作。
答案: 【 does all the operations of other option.执行所有其他选项的操作。

4、单选题:
​‌​The output of an AND gate is HIGH when‌​当()时候一个“与”门的输出是高电平‌
选项:
A: any input is HIGH任意一个输入为高电平
B: all inputs are HIGH所有的输入都是高电平
C: no inputs are HIGH没有高电平输入
D: any input is LOW任意一个输入为低电平
答案: 【 all inputs are HIGH所有的输入都是高电平

5、单选题:
‍The output of an OR gate is LOW when‎‍当()时候一个“或”门的输出是低电平‎‍‎
选项:
A: any input is HIGH任意一个输入为高电平
B: all inputs are HIGH所有的输入都是高电平
C: no inputs are HIGH没有高电平输入
D: any input is LOW任意一个输入为低电平
答案: 【 no inputs are HIGH没有高电平输入

6、判断题:
​The basic logic operations are AND, OR, and MAYBE.‌​基本的逻辑操作是:与、或、可能。‌
选项:
A: 正确
B: 错误
答案: 【 错误

7、判断题:
‍If the inputs of an exclusive-NOR gate are different, the output is LOW (0).‏‍如果一个“同或”门的两输入取值不同,则输出为低电平(0)。‏
选项:
A: 正确
B: 错误
答案: 【 正确

8、判断题:
‌The dual symbol for a NAND gate is a negative-AND symbol.‍‌“与非”门的二重符号是“非与”符号。‍
选项:
A: 正确
B: 错误
答案: 【 错误

9、判断题:
​Negative-OR is equivalent to NAND.‌​“非或”操作等价于“与非”操作。‌
选项:
A: 正确
B: 错误
答案: 【 正确

10、判断题:
‌The output of an exclusive-OR is 0 if the inputs are opposite.‏‌如果两输入取值相反,则“异或”门的输出为0。‏
选项:
A: 正确
B: 错误
答案: 【 错误

11、判断题:
‏A NOR gate can be considered as an OR gate followed by an inverter.‎‏一个“或非”门可以看成是一个“或”门后跟随一个“非”门。‎
选项:
A: 正确
B: 错误
答案: 【 正确

12、判断题:
‍An NAND gate has an output that is opposite the output of an AND gate.‍‍“与非”门的输出是“与”门输出的“反”。‍
选项:
A: 正确
B: 错误
答案: 【 正确

13、填空题:

‎Examine the conditions indicated in the figure. The figure (    ) and (    ) are correct.

检查图中标明的各逻辑关系。图(    )和(    )是正确的。

注意:请直接填写两个小写字母,中间不要有空格。

‏答案: 【 ac##%_YZPRLFH_%##ca

14、填空题:
If the input to an inverter is a 1, the output is a (       )‌如果一个“非”门的输入是1,则输出为(      )。‌‍‌
答案: 【 0##%_YZPRLFH_%##LOW##%_YZPRLFH_%##低电平

Unit 02-Integrated Circuit Technologies(集成门电路技术)

测验02 集成门电路

1、单选题:
​A positive-going pulse is applied to an inverter. The time interval from the leading edge of the input to the leading edge of the output is 7 ns. This parameter is‌​一个正脉冲作用在一个反相器上,从输入的前沿到输出的前沿间隔 7 ns。这个参数描述的是:‌
选项:
A: speed-power product.速度功率积。
B:  propagation delay, tPHL.传输延迟时间,tPHL。
C: propagation delay, tPLH.传输延迟时间,tPLH。
D: pulse width.脉冲宽度。
答案: 【  propagation delay, tPHL.传输延迟时间,tPHL。

2、单选题:
‎Once you measure the period of a pulse waveform , the frequency is found by‏‎如果你测量了一个脉冲波形的周期,则其频率可以‏
选项:
A: using another setting.通过其他设置得到。
B: measuring the duty cycle.通过测量占空比得到。
C: finding the reciprocal of the period.求取周期的倒数得到。
D: using another type of instrument.通过使用其他仪器得到。
答案: 【 finding the reciprocal of the period.求取周期的倒数得到。

3、单选题:
‌COMS operates more reliably than TTL in a high-noise environment because of its‎‌在高噪声环境中,CMOS电路比TTL电路更可靠是因为它的‎
选项:
A:  lower noise margin.低噪声容限。
B: input capacitance.输入电容。
C: higher noise margin.高噪声容限。
D: smaller power dissipation.较小的功率消耗。
答案: 【 higher noise margin.高噪声容限。

4、单选题:
‎Which of the following is not a TTL circuit?‏‎下列哪个不是TTL电路系列?‏
选项:
A: 74F00
B: 74AS00
C:  74HC00
D: 74ALS00
答案: 【  74HC00

5、单选题:
‏If  two unused inputs of a LS TTL gate (gate A) are connected to an input being driven by another LS TTL gate (gate B), the total number of remaining unit loads that can be driven by gate B is​‏如果一个低功耗的TTL门电路(门A)的两个无用的输入端连接在了被另一个低功耗的TTL门电路(门B)驱动的一个输入端上,则门B还能够驱动的总单元负载个数为:​
选项:
A: seven.七个。
B: eight. 八个。   
C:  seventeen.十七个。
D: unlimited.无限个。
答案: 【  seventeen.十七个。

6、单选题:
‌An LS TTL gate can drive a maximum of‍‌一个低功耗的TTL门电路最大能够驱动‍
选项:
A:  20 unit loads. 20个单元负载。
B: 10 unit loads.   10个单元负载。
C:  40 unit loads. 40个单元负载。
D: unlimited unit loads.无限个单元负载。
答案: 【  20 unit loads. 20个单元负载。

7、单选题:

Determine the output level of each TTL gate in the following figures.

确认下图中各TTL门电路的输出电平。

‎选项:
A: (a)HIGH(高电平)(b)Floating(悬置)(c)HIGH(高电平)(d)High-Z(高阻)
B: (a)HIGH(高电平)(b)Floating(悬置)(c)LOW(低电平)(d)High-Z(高阻)
C: (a)HIGH(高电平)(b)HIGH(高电平)(c)Floating(悬置)(d)High-Z(高阻)
D: (a)HIGH(高电平)(b)Floating(悬置)(c)HIGH(高电平)(d)HIGH(高电平)
答案: 【 (a)HIGH(高电平)(b)Floating(悬置)(c)HIGH(高电平)(d)High-Z(高阻)

8、单选题:

Determine the output level of each TTL gate in the following figures.

确认下图中各TTL门电路的输出电平。

‌选项:
A: (a)LOW(低电平)(b)LOW(低电平)(c)LOW(低电平)
B: (a)HIGH(高电平)(b)LOW(低电平)(c)LOW(低电平)
C: (a)LOW(低电平)(b)HIGH(高电平)(c)LOW(低电平)
D: (a)LOW(低电平)(b)LOW(低电平)(c)HIGH(高电平)
答案: 【 (a)LOW(低电平)(b)LOW(低电平)(c)LOW(低电平)

9、多选题:
‌An open TTL NOR gate input‌‌一个悬空的TTL“或非”门的输入端‌
选项:
A: acts as a LOW.看作低电平。
B: acts as a HIGH.看作高电平。
C: should be grounded.应该接地。
D: should be connected to VCC through a resistor.应该通过一个电阻接VCC。
答案: 【 acts as a HIGH.看作高电平。;
should be grounded.应该接地。

10、多选题:
An open TTL NAND gate input​一个悬空的TTL“与非”门的输入端​
选项:
A: acts as a LOW.看作低电平。
B: acts as a HIGH.看作高电平。
C: should be grounded.应该接地。
D: should be connected to VCC through a resistor.应该通过一个电阻接VCC。
答案: 【 acts as a HIGH.看作高电平。;
should be connected to VCC through a resistor.应该通过一个电阻接VCC。

11、多选题:
‏An open TTL OR gate input‌‏一个悬空的TTL“或”门的输入端‌
选项:
A: acts as a LOW.看作低电平。 
B: acts as a HIGH.看作高电平。
C: should be grounded.应该接地。
D: should be connected to VCC through a resistor.应该通过一个电阻接VCC。
答案: 【 acts as a HIGH.看作高电平。;
should be grounded.应该接地。

12、判断题:
‏Two types of fixed-function logic integrated circuits are bipolar and NMOS.​‏两种固定功能的集成逻辑电路类型是双极型和NMOC型。​
选项:
A: 正确
B: 错误
答案: 【 错误

13、判断题:
​Fan-out is the number of similar gates that a given gate can drive.​​扇出系数是指一个给定的门电路驱动相似门的个数。​
选项:
A: 正确
B: 错误
答案: 【 错误

14、判断题:
‍The dc supply voltage for TTL is typically +5V.‍‍TTL门电路的典型直流供电电压是+5V。‍
选项:
A: 正确
B: 错误
答案: 【 正确

15、判断题:
‍The fan-out of a logic gate is the number of gates in an IC package.‎‍逻辑门的扇出系数是指一个集成芯片中所包含的门的个数。‎
选项:
A: 正确
B: 错误
答案: 【 错误

16、判断题:
​An open-collector gate must be connected to an external resistor.‎​集电极开路的门电路必须连接外接电阻使用。‎
选项:
A: 正确
B: 错误
答案: 【 正确

17、判断题:
‍A tristate output can be HIGH, LOW or high-impedance.‎‍一个三态输出可能是高电平、低电平或者高阻态。‎
选项:
A: 正确
B: 错误
答案: 【 正确

18、判断题:
‌Propagation delay is a measure of the speed of a logic gate.‏‌传输延迟时间是衡量逻辑门电路运行速度的一种方法。‏
选项:
A: 正确
B: 错误
答案: 【 正确

Unit 03- Boolean Algebra(逻辑代数)

测验03 逻辑代数及函数化简

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 4-cell group of 1s4个组合在一起的取值为1的单元格
B: a 2-cell group of 1s2个组合在一起的取值为1的单元格
C: an 8-cell group of 1s8个组合在一起的取值为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'+AB
B: A'B+AB'C+ABD
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+AC'+AB'C
B: A+B(C+D)
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 ANDs ORed together两个"与"项“或”在一起
B: two ORs ANDed together两个"或"项“与”在一起
C: a 4-input AND gate一个4输入“与”门
D: an exclusive-OR异或操作
答案: 【 two ANDs ORed together两个"与"项“或”在一起

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

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

10、单选题:
According to the distribute law‎‎根据分配律‎
选项:
A: A(B+C)=AB+AC
B: A(BC)=(AB)C
C: A(A+1)=A
D: A+AB=A
答案: 【 A(B+C)=AB+AC

11、单选题:
According to the associate law of multiplication‌‎根据乘法结合律‌
选项:
A: A(BC)=(AB)C
B: B=BB
C: A+B=B+A
D: B=B(B+0)
答案: 【 A(BC)=(AB)C

12、单选题:
According to the commutative law of addition‎‏根据加法交换律‎
选项:
A: A+B=B+A
B: AB=BA
C: A=A+A
D: A+(B+C)=(A+B)+C
答案: 【 A+B=B+A

13、单选题:
The domain of the expression AB'CD+AB'+C'D+B is‍‌表达式AB'CD+AB'+C'D+B的域是‍
选项:
A: A ,B,C, and DA、B、C和D
B: A and DA和D
C: B only只有B
D: none of these这些都不对
答案: 【 A ,B,C, and DA、B、C和D

14、单选题:
The Boolean expression AB'CD' is‎‏布尔表达式AB'CD'是‎
选项:
A: a product term一个乘积项
B: a sum term一个和项
C: a literal term一个字母项
D: always 1总是1
答案: 【 a product term一个乘积项

15、单选题:
The Boolean expression A+B'+C is‎布尔表达式A+B'+C是‎
选项:
A: a sum term一个和项
B: a literal term一个字母项
C: a product term一个乘积项
D: a complemented term一个求反项
答案: 【 a sum term一个和项

16、单选题:
The complement of a variable is always‎‎一个变量的反变量总是‎
选项:
A: the inverse of the variable等于这个变量的反
B: 0
C: 1
D: equal to the variable等于这个变量
答案: 【 the inverse of the variable等于这个变量的反

17、判断题:
Variable, complement, and literal are all terms used in Boolean algebra.​‏变量、反变量和字母都是布尔代数中的术语。​
选项:
A: 正确
B: 错误
答案: 【 正确

18、判断题:
The commutative law, associate law, and distribute law are all laws in Boolean algebra.‌‎交换律、结合律和分配律都是布尔代数中的定律。‌
选项:
A: 正确
B: 错误
答案: 【 正确

19、判断题:
Addition in Boolean algebra is equivalent to the OR function.‍‍布尔代数中的加法运算等价于“或”运算。‍
选项:
A: 正确
B: 错误
答案: 【 正确

20、判断题:
Multiplication in Boolean algebra is equivalent to the NAND function.‎‎布尔代数中的乘法运算等价于“与非”运算。‎
选项:
A: 正确
B: 错误
答案: 【 错误

21、判断题:
The complement of a 1 is 0.​‍1的反变量是0.​
选项:
A: 正确
B: 错误
答案: 【 正确

22、判断题:
When a Boolean variable is multiplied by its complement, the result is the variable.​‌当一个布尔变量跟它的反变量相乘,结果是这个变量本身。​
选项:
A: 正确
B: 错误
答案: 【 错误

23、判断题:
"The complement of a product of variables is equal to the sum of the complements of each variable" is a statement of DeMorgan's theorem.‏‏“变量乘积的反等于每个变量求反后的和”是德摩根定律的陈述。‏
选项:
A: 正确
B: 错误
答案: 【 正确

24、判断题:
SOP means series of products.‍‍SOP表示系列产品。‍
选项:
A: 正确
B: 错误
答案: 【 错误

25、判断题:
Karnaugh maps can be used to simplify Boolean expressions.​‍卡诺图可以用来化简逻辑函数。​
选项:

剩余75%内容付费后可查看

发表评论

电子邮件地址不会被公开。 必填项已用*标注