2021 Principle of Single Chip Microcomputer and the Application in Automobile(Chang’an University) 最新满分章节测试答案
- Lesson 1 Basic Knowledge of Microcomputer Unit Testing
- Lesson 2 the Structure and Principle of Single Chip Microcomputer Unit Testing
- Lesson 3 Timer Unit Testing
- Lesson 4 Interrupt System Unit Testing
- Lesson 5 Instruction System and Application Program Design Unit Testing
- Lesson 6 Single Ship Microcomputer Expansion and Interface Technology Unit Testing
- Lesson 7 A – D, D – A Conversion and Keyboard Display Technology Unit Testing
- Lesson 8: 89C51 Serial Port and Serial Communication Technology Unit Testing
本答案对应课程为:点我自动跳转查看
本课程起止时间为:2021-02-26到2021-05-31
Lesson 1 Basic Knowledge of Microcomputer Unit Testing
1、 问题:Information in E²PROM
选项:
A:needs to be erased with special equipment UV
B:is solidified and cannot be erased
C:is the same as the reading and writing speed of RAM
D:can be erased electrically
答案: 【can be erased electrically】
2、 问题:Binary 11010110 is converted to hexadecimal as
选项:
A:DCH
B:ACH
C:D6H
D:A6H
答案: 【D6H】
3、 问题:Which of the following are part of the computer
选项:
A:Printer
B:Microprocessor
C:Interface adapter
D:Memory
答案: 【Microprocessor;
Interface adapter;
Memory】
4、 问题:The data in RAM is not lost after power-off.
选项:
A:正确
B:错误
答案: 【错误】
5、 问题:A single chip is a chip.
选项:
A:正确
B:错误
答案: 【正确】
6、 问题:The microprocessor includes an arithmetic unit and
答案: 【Controller】
Lesson 2 the Structure and Principle of Single Chip Microcomputer Unit Testing
1、 问题:What is stored in the program counter PC
选项:
A:The address of the next instruction to be executed by the CPU.
B:The address of the memory.
C:The next instruction to be executed by the CPU.
D:The data of the memory.
答案: 【The address of the next instruction to be executed by the CPU.】
2、 问题:What is the second function of P2 port?
选项:
A:Access data from off-chip memory.
B:The input of external Interrupt.
C: Access the address of the upper 8 bits of the off-chip memory.
D: Access the address of the lower 8 bits of the off-chip memory.
答案: 【 Access the address of the upper 8 bits of the off-chip memory.】
3、 问题:Suppose the frequency of the crystal oscillator is 12MHZ, what is the time of one machine cycle?
选项:
A:0.167 μs
B:0.0833 μs
C:4 μs
D:1 μs
答案: 【1 μs】
4、 问题:Which one of these 4 ports is without the second function?
选项:
A:P3
B:P1
C:P0
D:P2
答案: 【P1】
5、 问题:The power supply voltage of the microcomputer power supply is 220V
选项:
A:正确
B:错误
答案: 【错误】
6、 问题:The interrupt vector address is the first address of the space reserved for each interrupt source in ROM.
选项:
A:正确
B:错误
答案: 【正确】
7、 问题:Each bit in the bit addressable area has a bit address, and the bit address representation is the same as the byte address representation.
选项:
A:正确
B:错误
答案: 【正确】
Lesson 3 Timer Unit Testing
1、 问题:Timed working mode is to count
选项:
A:Instruction cycle
B:Clock cycle
C:Oscillation period
D:Machine cycle
答案: 【Machine cycle】
2、 问题:The gate control bit is 0, which means that the timer is turned on?
选项:
A:Only controlled by TR0
B:Controlled by TR0 and INT0 simultaneously
C:Simultaneously controlled by TR0 and INT1
D:Only controlled by INT0
答案: 【Only controlled by TR0】
3、 问题:When T0 works in mode 3, it is two 8-bit timers. When the upper 8 bits are full and overflow, the overflow flag is ( )
选项:
A:TR0
B:TF0
C:TF1
D:TR1
答案: 【TF1】
4、 问题: When the timer T1 generates an interrupt ( ) bit will be 1
选项:
A:TR0
B:TF1
C:TF0
D:TR1
答案: 【TF1】
5、 问题:The counting mode is to count the external pulse of P0 port
选项:
A:正确
B:错误
答案: 【错误】
6、 问题:The working mode register TMOD is not bit addressable
选项:
A:正确
B:错误
答案: 【正确】
7、 问题:When the timer works in mode 2, when the lower 8 bits are full and overflow, the upper 8 bits reload the timer constant into the lower 8 bits, and no interrupt is generated at this time.
选项:
A:正确
B:错误
答案: 【错误】
8、 问题:Timer interrupt refers to applying for interrupt to the CPU when the timer is full and overflows.
选项:
A:正确
B:错误
答案: 【正确】
Lesson 4 Interrupt System Unit Testing
1、 问题:The interrupt flag bit of external interrupt 1 is __
选项:
A:TI
B:IE1
C:IT1
D:TF1
答案: 【IE1】
2、 问题:Which of the following input/output methods is processed by the CPU, and avoids the disadvantages of "requires peripherals to always be in a ready state" and "CPU must wait during processing".
选项:
A:Unconditional transmission
B:Interrupt method
C:Query transmission
D:DMA method
答案: 【Interrupt method】
3、 问题:If the interrupt service program of the timer/counter 0 of a MCS-51 single-chip microcomputer system is placed in a space at the beginning of the 3000h address in the program storage area, the instruction LJMP 3000h that jumps to the interrupt service program of the timer/counter 0 should be placed in the ROM address area at the beginning of the ( ) interrupt vector address.
选项:
A:0032H
B:0003H
C:000BH
D:0013H
答案: 【000BH】
4、 问题:When 89C51 single chip microcomputer allows CPU to respond to interrupt request of serial port, its ( ) bit in ie must be 1.
选项:
A:ET1and EA
B:EX0 and ET0
C:EA and ET0
D:ES and EA
答案: 【ES and EA】
5、 问题:When the serial port sends an interrupt request to the CPU of the MCU, if the CPU allows and accepts the interrupt request, the CPU will automatically go to the following address ( ) to execute.
选项:
A:0023H
B:0013H
C:000BH
D:0003H
答案: 【0023H】
6、 问题:Among the five interrupt sources, the software can determine whether the interrupt level of each interrupt source is high or low, but in the same level, the highest priority of queuing by hardware is ( ) interrupt.
选项:
A:External interrupt INT0
B:Timer T1
C:Timer T0
D:External interrupt INT1
答案: 【External interrupt INT0】
7、 问题:In the interrupt allow register, the EA bit of the interrupt control register is used to?
选项:
A:Allowed control bit of an interrupt source
本文章不含期末不含主观题!!
本文章不含期末不含主观题!!
支付后可长期查看
有疑问请添加客服QQ 2356025045反馈
如遇卡顿看不了请换个浏览器即可打开
请看清楚了再购买哦,电子资源购买后不支持退款哦