数字口可以输出(),可以输入()。
A: 0(LOW)或1(HIGH);0-1023
B: 0(LOW)或1(HIGH);0.1023
C: 0(LOW)或1(HIGH);0或1
D: 0(LOW)或1(HIGH);0
A: 0(LOW)或1(HIGH);0-1023
B: 0(LOW)或1(HIGH);0.1023
C: 0(LOW)或1(HIGH);0或1
D: 0(LOW)或1(HIGH);0
举一反三
- 数字口的输出只有两种情况,0(LOW)或1(HIGH),我们既可以读取数字口的值,也可以给它输入一个值(0或者1)。以LED为例,通常,LED被点亮,我们给数字口1(高电压),请问此时输出的是开关量,还是模拟量? A: 开关量 B: 模拟量
- Each time a pulse is applied to the clock input of a flip-flop, its outputs change their logic state from high (logic 1) to low (logic 0) or vice versa.
- 折半查找,完善以下程序: #include main() { int a[10]={1,3,5,7,9,11,13,15,17,19},k,low,high,mid,cnt; low=0;high=9;cnt=0; printf("请输入要查找的数:"); scanf("%d",&k); while( 空1 ) { cnt++; mid=(low+high)/2; if(k == a[mid]) break; else if(k > a[mid]) 空2 空3 }
- 1或0或0或0等于( )。 A: -1 B: -0 C: 0 D: 1
- 1或0或0或0等于( )。 A: -1 B: 0 C: -0 D: 1