问题
填空题
视频扫描仪的垂直扫描频率又被称为 【18】 。
答案
参考答案:刷新频率。
视频扫描仪的垂直扫描频率又被称为 【18】 。
参考答案:刷新频率。
阅读下列说明,回答问题1至问题3。
[说明]
某测试小组对两个网站进行了系统测试。图1是连接速度的测试界面。
说明中的链接测试页面图1实现的功能是:如果在10秒钟内链接不上指定网站,则显示“链接超时”,否则显示链接时间(单位为秒)。请根据以上功能描述,补齐代码: …… <script> tim=1 ∥时间初值 (1) ("tim++",100);∥定时调用时间设定 bTestFinish=0 c=1 var b=1 var autourl=new Array() autorul[1]="61.236.219.100" autorul[2]="220.181.26.132"∥测试网站IP地址 function butt() { document.write("<form name=autof>") for(var i=1;i<autourl.1enght; i++) { if(i==1 || i==3 || i==5) { document.write("<input type=text class=nobordername=url"+i+"value=htttp:∥"+autourl[i]+" ;size=40>→ ; ;<input type= textname=txt"+i+"size=10 class=noborder value=测试中……><br><br>") } e1Se { document.write("<input type=text class=nobordername=url"+i+"value=htttp:∥"+autourl[i]+" ;size=40>→ ; ;<input type= textname=txt"+i+"size=10 class=noborder value=测试中……><br><br>") } } document.write(“<br><div align=’center’><input type=submit value=重新测试></div></form>") ∥初始测试页面 } butt() function auto(c) { if(tim> (2) ) {document.forms[0]["txt"+c].value="链接超时"} e1Se {document.forms[0]["txt"+c].value="时间"+tim/10+"秒") }∥测试结果判断 function run() { for(vat i=1;i<autourl.lenght;i++) { document.write("<IMG onClick=over(this) title=放大src=http:∥"+autourl[i]+"/"+Math.random()+"width=1 height=1 onerror= (3) (’ "+i+" ’)>"); } }∥运行测试 run(); </script> |