问答题

简答题

51.Today life is much better than before.Vision phone(可视电话)is used in some provinces.Maybe it will be used in every family.People can have an examination abouttheir health without a doctor or a nurse in the room.52.Now some people do some shopping at home.
53.And how about our education?There have been more educational(教育的)programs on the radio,on TV or on the Internet.Some children live very far away from their schools,more and more of them don’t need to go to school every day now.They can study at home.54.Teachers teach them on the Internet.
In the future,each family will have a robot.55.Robots will help people with their housework.In some years people can have a trip on the moon and some people can live under the sea in hot summer.

51.Today life is much better than before.

【参考答案】

如今的生活比以前好多了。

热门 试题

未分类题
阅读下列说明,根据网页显示的效果图,回答问题1至问题3。【说明】 某商务网站用ASP实现了一个手机性能评价投票网页,主页文件名为“index. asp”,用IE打开该网页后的效果如图4-9所示。程序中使用的Access数据表结构如表 4-1所示。[index.asp 文档的内容] <html> <head> <title>投票程序< title> <% Set cnn=Server. CreateObject('ADODB.Connection') Set rec=Server. CreateObject('ADODB.Recordset') cnn. ConnectionString='Driver={Microsoft Access Driver (*.mdb)};Uid=;Pwd=; DBQ=' & Server.MapPath('data.mdb') cnn. (1) dim rsql rsql = (2) ten.open rsql,cnn,3,3 rec.movefirst() %> < head> <body> <form. name='piao' action='results.asp' method='post' > <table width='237' border='l' align='center'> <tr> <td valign=top width='216'> <p align='center'> (3) < td> < tr> <tr> <td valign=top width='216'> <font size='2'> (4) <% dim num num= 0 do while not rec.eof num=num+l %> <Input name='rd' type='radio' value='<%num%>' id='<%=num%>' <%if num=l then response.write 'checked'%>> <%=rec.fields('content')%> <% rec. (5) loop %> < font> < td> < tr> <tr> <td valign=top width='216'> <input name='submit00' type='submit' id='submit00'value='投票'> < rd> < tr> < table> < body> < html>从以下备选答案中为程序中(1)~(5)处空缺内容选择正确答案,填入答题纸对应的解答栏内。(1)A.CreatObject()B.connect0 C.go()D.open()(2)A.'select*from data' B.'select*fromvote' C.select*from data D.select*from vote(3)A.<pic border='0' src='mobile.bmp'> B.<pictureborder='0'src='mobile.bmp'> C.<IMG nClick=over(this)title=放大border='0',src='mobile.bmp'> D.<imageborder='O' src='mobile.bmp'>(4)A.<p align='left'>您认为这款手机的性能如何?< p> B.<p align='center'>您认为这款手机的性能如何?< p> C.<talign='left'>您认为这款手机的性能如何?< p> D.<talign='center'>您认为这款手机的性能如何?<t>(5)A.6r3t() B.next() C.movenext() D.nextrecord()
未分类题