ROM的英文是什么?
A. Write and output Memory
B. Write only Memory
C. Read only Memory
D. Read and output Memory
uchar LED_CODE[16] = {0xC0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x83, 0xa7 };则LED_CODE[6] 的 值为( )
A. 0xf8
B. 0x82
C. 0xb0
D. 0x99
按位或运算经常用于把指定位(),其余位不变的操作。
A. 清0
B. 取反
C. 置1
D. 以上都不是
单片机并行I/O口线P1.0到P1.3连接了4个LED,用来显示某些状态,此时它是( )功能?
A. 通信口
B. 串行口
C. 输入接口
D. 输出接口