查询course表中的前5行,正确的语法是( )。
A. select top 5 * from course
B. select top(5) from course
C. select top 5 from course
D. select top(5*) from course
查看答案
select * from student where sno=’05880101’ union select * from student where sno=’05880102’ 与此查询语句等价的选项是( )。
A. select * from student where sno=’05880101’ and sno= ’05880102’
B. select * from student where sno=’05880101’ or sno= ’05880102’
C. select * from student where sno=’05880101’
D. select * from student where sno=’05880102’
由两个模数分别为M和N的计数器级联成的计数器,其总的模数为
A. M
B. N
C. MN
D. M/N
D/A转换器的转换时间的数值越小,表示D/A转换器工作速度( )。
A. 越高
B. 越低
C. 不能确定
D. 与之无关
要获得较高的D/A转换精度,除了正确选用D/A转换器的位数外,还要选用( )的运算放大器。
A. 高零漂
B. 增益大
C. 低零漂
D. 增益小