問題詳情
EThe internet will open up new vistas (前景),creat the global village- -you can make new friends all around the world That,at least, is what it promised us. The difficulty is thatIt did not take the human mind into account. The reality is that we cannot keep relationship than a limited number of people. No matter how hard the internet tries to putYou in communication, its best efforts will be defeated by your mindThe problem is twofold(双重的). First, there is a limit on the number of people we can hole in mind and have a meaningful relationship with. That number is about 150 and is set by the size of our brain. Second, the quality of your relationships depends on the amount of time you invest (投入) in then. We invest a lot in a small number of people and then distribute what’s left among as many others as we can. The problem is that if we invest little time in a person, our engagement with that person will decline (减弱)until eventually it dies into “someone I once knew”.This is not, of course, to say that the internet doesn’t serve a socially valuable function. Of course it does. But the question is not that it allows you to increase the size of your social circle to include the rest of the world, but that you can keep your relationships with your existing friends going even though you have to more to the other side of the worldIn one sense, that’s a good thing. But it also has a disadvantage. If you continue to invest in your old friends even though you can no longer see then, then certainly you aren’t using your time to make new friends where you now live. And I suspect that probably isn’t the best use of your time. Meaningful relationships are about being able to communicate with each other, face to face. The internet will slow down the rate with which relationships end, but it won’t stop that happening eventually.
72.What is stressed in the first paragraph?
(A) The present situation of the internet.
(B) The difficulty in communication on the internet.
(C) The socially valuable function of the internet.
(D) The role of the human mind in the internet communication.
72.What is stressed in the first paragraph?
(A) The present situation of the internet.
(B) The difficulty in communication on the internet.
(C) The socially valuable function of the internet.
(D) The role of the human mind in the internet communication.
參考答案
答案:D
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)
內容推薦
- 下列叙述中正确的是 (A)程序执行的效率与数据的存储结构密切相关 (B)程序执行的效率只取决于程序的控制结构 (C)程序执行的效率只取决于所处理的数据量 (D)以上三种说法都不对
- We can learn from the passenger that____.(A) people can get tickets easily for the festival(
- 25)假设有student表,可以正确添加字段“平均分数”的命令是(A)ALTER TABLE student ADD 平均分数 F(6,2)(B)ALTER DBF student ADD 平均分数
- 下列何者為新生兒立即護理的優先護理項目?(1)戴手圈(2)剪斷臍帶(3)維持呼吸道通暢(4)保暖(A)(1)(B)(2)(C)(3)(D)(4)
- 35)假设客户表中有客户号(关键字)C1~C10共10条客户记录,订购单表有订单号(关键字)OR1~OR8共8条订购单记录,并且订购单表参照客户表。如下命令可以正确执行的是(A)INSERT INTO
- If you are interested in native Americans, you may read the book by _____.(A) Elizabeth Macl
- 下列叙述中,不符合良好程序设计风格要求的是 (A)程序的效率第一,清晰第二 (B)程序的可读性好 (C)程序中要有必要的注释 (D)输入数据前要有提示信息
- 27)打开已经存在的表单文件的命令是(A)MODIFY FORM (B)EDIT FORM(C)OPEN FORM (D)READ FORM
- 24)执行命令MyForm=CreateObject(“Form”)可以建立一个表单,为了让该表单在屏幕上显示,应该执行命令(A)MyForm.List (B)MyForm.Display(C)MyF
- 34)查詢订购单的数量和所有订购单平均金额的正确命令是(A)SELECT COUNT(DISTINCT 订单号),AVG(数量*单价)FROM 产品 JOIN 订购单名细 ON 产品.产品号=订购单名
內容推薦
- 在结构化程序设计中,模块划分的原则是(A) 各模块应包括尽量多的功能(B) 各模块的规模尽量大(C) 各模块之间的联系应尽量紧密(D)模块内具有高内聚度、模块间具有低耦合度
- The underlined sentence in the last paragph probably means this(A)Jscqueline’s ended up as an
- The underlined word “engagement” in the second paragraph probably means “____”.(A) appointme
- 下列叙述中正确的是(A)数据的逻辑结构与存储结构必定是一一对应的(B)由于计算机存储空间是向量式的存储结构,因此,数据的存储结构一定是线性结构(C)程序设计语言中的数组一般是顺序存储结构,因此,利
- What can be inferred from the passage?(A) Jscqueline’s two marriages lasted more than 20 year
- According to the passenger, the author holds the view that____.(A) the internet fails to pla
- 冒泡排序在最坏情况下的比较次数是(A)n(n+1)/2 (B)nlog2 n (C)n(n-1)/2 (D)n/2
- 一棵二叉树中共有70个叶子结点与80个度为1的结点,则该二叉树中的总结点数为(A)219 (B)221 (C)229 (D)231
- 下列叙述中正确的是(A)数据库系统是一个独立的系统,不需要操作系统的支持(B)数据库技术的根本目标是要解决数据的共享问题(C)数据库管理系统就是数据库系统(D)以上三种说法都不对
- 已知表中有字符型字段职称和姓别,要建立一个索引,要求首先按职称排序、职称相同时再按性别排序,正确的命令是(A)INDEX ON 职称+性别 TO ttt (B)INDEX ON 性别+职称TO
- 下列叙述正确的是(A) 软件测试的主要目的是发现程序中的错误(B) 软件测试的主要目的是确定程序中错误的位置(C) 为了提高软件测试的高利率,最好由程序编制者自己来完成软件测试的工作(D)软件测试
- 在Visual Foxpro中,Unload事件的触发时机是(A)释放表单 (B)打开表单(C)创建表单 (D)运行表单
- 下面选项中不属于面向对象程序设计特征的是(A)继承性 (B)多态性 (C)类比性 (D)封装性
- 在SQL SELECT 语句中为了将查詢结果存储到临时表应该使用短语(A)TO CURSOR (B)INTO CURSOR(C)INTO DBF (D)TO DBF
- 下列对队列的叙述正确的是(A)队列属于非线性表 (B)队列按“先进后出”原则组织数据(C)队列在队尾删除数据 (D)队列按“先进先出”原则组织数据
- 在表单设计中,经常会用到一些特定的关键字、属性和事件。下列各项中属于属性的是(A)This (B)ThisForm (C)Caption (D)Click
- 命令SELECT 0的功能是(A)选择编号最小的未使用工作区 (B)选择0号工作区(C)关闭当前工作区的表 (D)选择当前工作区
- 中華民國建國一百年社會福利政策綱領中指出,我國在40年代經歷第一個社會福利的「黃金10年」,其主要是確立了何種社會福利體系?(A)社會救助(B)社會保險(C)福利服務(D)就業安全
- 下列叙述中正确的是(A)为了建立一个关系,首先要构造数据的逻辑关系(B)表示关系的二维表中各元组的每一个分量还可以分成若干数据项(C)一个关系的属性名表称为关系模式(D)一个关系可以包括多个二维
- 下面程序计算一个整数的各位数字之和。在下划线处应填写的语句是SET TALK OFFINPUT”x=”TO xs=0DO WHILE x!=0s=s+MOD(x,10)ENDDO?sSET TA
- SQL的SELECT语句中,“HAVING”用来筛选满足条件的(A)列 (B)行 (C)关系 (D)分组
- 下面有关数据库表和自由表的叙述中,错误的是(A)数据库表和自由表都可以用表设计器来建立(B)数据库表和自由表都支持表间联系和参照完整性(C)自由表可以添加到数据库中成为数据库表(D)数据库表可以
- 对下列二叉树进行前序遍历的结果为 (A)DYBEAFCZX (B)YDEBFZXCA (C)ABDYECFXZ (D)ABCDEFXYZ
- 11) 在Visual Foxpro中,通常以窗口形式出现,用以创建和修改表、表单、数据库等应用程序组件的可视化工具称为(A)向导 (B)设计器 (C)生成器 (D)项目管理器
- 在SQL的ALTER TABLE语句中,为了增加一个新的字段应该使用短语(A)CREATE (B)APPEND (C)COLUMN (D)ADD