频率合成式的彩电遥控系统中是依靠调节()来实现频道调节的。
参考答案:分频比
在E盘当前目录文件夹下建立一个名为“Student.txt”,的随机文件,要求用InputBox函数输入5个学生的姓名(StuName)、年级(StuGrade)和年龄(StuAge)。在程序中有下列记录类型和窗体的事件过程,请选择正确的语句完成程序( )。 Private Type studentStuName As String*10StuGrade As String*10StuAge As Integer End Type Private Sub Form_Click() Dim s As studentOpen"c:\student.txt"For Random As#1 Len=Len(s)For i=1 To 1 s.StuName=InputBox("请输入姓名") s.StuGrade=InputBox("请输入年级号") s.StuAge=Val(InputBox("请输入年龄")) ______Next iClose#1 End Sub
A.Prim#1,s
B.Print#1,1
C.Put#1,,s
D.Put#1,,i
以下不属于硬件侦错技术的是()。
A.主板提供的指示灯型
B.语音提示型()
C.Debug卡
D.ECC技术