首页 考试吧论坛 Exam8视线 考试商城 网络课程 模拟考试 考友录 实用文档 求职招聘 论文下载
2011中考 | 2011高考 | 2012考研 | 考研培训 | 在职研 | 自学考试 | 成人高考 | 法律硕士 | MBA考试
MPA考试 | 中科院
四六级 | 职称英语 | 商务英语 | 公共英语 | 托福 | 雅思 | 专四专八 | 口译笔译 | 博思 | GRE GMAT
新概念英语 | 成人英语三级 | 申硕英语 | 攻硕英语 | 职称日语 | 日语学习 | 法语 | 德语 | 韩语
计算机等级考试 | 软件水平考试 | 职称计算机 | 微软认证 | 思科认证 | Oracle认证 | Linux认证
华为认证 | Java认证
公务员 | 报关员 | 银行从业资格 | 证券从业资格 | 期货从业资格 | 司法考试 | 法律顾问 | 导游资格
报检员 | 教师资格 | 社会工作者 | 外销员 | 国际商务师 | 跟单员 | 单证员 | 物流师 | 价格鉴证师
人力资源 | 管理咨询师考试 | 秘书资格 | 心理咨询师考试 | 出版专业资格 | 广告师职业水平
驾驶员 | 网络编辑
卫生资格 | 执业医师 | 执业药师 | 执业护士
会计从业资格考试会计证) | 经济师 | 会计职称 | 注册会计师 | 审计师 | 注册税务师
注册资产评估师 | 高级会计师 | ACCA | 统计师 | 精算师 | 理财规划师 | 国际内审师
一级建造师 | 二级建造师 | 造价工程师 | 造价员 | 咨询工程师 | 监理工程师 | 安全工程师
质量工程师 | 物业管理师 | 招标师 | 结构工程师 | 建筑师 | 房地产估价师 | 土地估价师 | 岩土师
设备监理师 | 房地产经纪人 | 投资项目管理师 | 土地登记代理人 | 环境影响评价师 | 环保工程师
城市规划师 | 公路监理师 | 公路造价师 | 安全评价师 | 电气工程师 | 注册测绘师 | 注册计量师
缤纷校园 | 实用文档 | 英语学习 | 作文大全 | 求职招聘 | 论文下载 | 访谈 | 游戏

计算机等级考试四级考试笔试模拟试题三

来源:考试吧Exam8.com) 2007-6-10 13:12:53 考试吧:中国教育培训第一门户 模拟考场

  (71) In order to append a standard output to an existing file, which of the following operators is used in the UNIX system? ____. 
  A) |  B) &  C) >  D) >>  
    
  (72) Consider the following figure, where the shaded parts represent already assigned blocks of memory,  and the unshaded parts represent free blocks. (2分)  If there is a request for 40KB of memory and the best-fit algorithm is used, then the beginning address of memory that is allocated in response to the request is ____.          A) 100KB B) 190KB C) 330KB D) 410KB
    
  (73)  On a certain disk, there are 200 tracks, numbered 0-199, the current position of the disk head is track 53. If the shortest-seek-time-first scheduling algorithm is used when the tracks  
  98, 183, 37, 122, 14, 124, 65, 67  
  are requested, then the head-moving sequence that results will be (2分)  
  A) 65, 67, 37, 14, 98, 122, 124, 183  
  B) 65, 67, 37, 98, 122, 124, 183, 14  
  C) 65, 67, 98, 122, 124, 183, 37, 14  
  D) 98, 183, 37, 122, 14, 124, 65, 67  
    
  (74) Whant operation on relations R and S produces the relation shown below?____.   
  {tuple│tuple∈R۸tuple∈\ S}  
  A) Union B) Difference C) Intersection D) Division  
    
  (75) When embedding SQL in a C language program, the prefix that should be added   to all SQL statements in order to distinguish SQL statements from the host language statements is____.   
  A) : B) EXEC C) EXEC SQL D) SQL  
    
  (76) In the ORACLE system,sets of SQL statements and control flow statements that have been named,compiled,and stored tn the database are referred to as stored____.   
  A) batches B) procedures C) triggers D) transactions  
    
  (77) Which of the following statements about object oriented databases is NOT correct? ____. (2分)  
  A) Each object has a unique object identity in the system.  
  B) Encapsulation and inheritance are two important features of object oriented databases.  
  C) A subclass can inherit the attributes and methods of all its superclasses.  
  D) A superclass includes the attributes and methods of all its subclasses.  
    
  (78) In the design phase of software engineering, decomposition of the program into modules should follow the principles of ____.  
  A) low cohesion with low corpling   B) low cohesion with high coupling  
  C) high cohesion with low coupling  D) high cohesion with high coupling  

    
  (79) Specifications for software should contain&nbs  p;several components, e.g., specifications of   
  information flow,  
  user interface,  
  functional requirements, and  
  design constraints.  
  Two other important components are specifications of the____.  (2分)  
  A) methods of testing and ways to obtain quality assurance  
  B) criteria for testing and ways to obtain quality assurance  
  C) methods of testing and criteria for function assurane  
  D) criteria for testing and methods of function assurance 

  (80) Which of the following statements about testing software with data is (are) true?____.   
  I. The primary purpose of such testing is to find errors.  
  II. Such testing can demonstrate the existence of errors but cannot  
  demonstrate the absence of errors.  
  A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ  
    
  (81) The type of testing done during software implementation and beforemodule integration is called ____.  
  A) unit testing      B) beta testing  
  C) system testing D) acceptance testing  
    
  (82) Which of the following is (are) true about software portability? ____.  
   I. Using a high-level language that conforms to an ISO standardguarantees portability   across the range of machines that support the language.  
   II. Portability is guaranteed across all machines that have the same instruction set and operating system. (2分)  
   A) Neither  B) Ⅰ only   C) Ⅱ only   D) Ⅰ and Ⅱ  
    
  (83) A memory-memory, machine instruction for a certain machine has the following format.  
  (Such an instruction is similar to a register-register instruction  
  except that the operands are displaced addresses in memory.)  
  opcode meml displ1 mem2 displ2  
  Which of the following could be an assembly lanuage instruction that would be translated into a memory-to-memory instruction for this machine? ____.  
  A) ADD 10(R1), 20(R2) B) ADD(10R1), (20R2)  
  C) ADD R1, 10(R2), 20 D) ADD R1, 10, 20(R2)  
    
  (84) In a certain cache system, the modified cache block is written to main memory only when the block is replaced. All of the following are used to describe this policy EXCEPT____.   
  A) store-in B) write-back C) copy-back D) write-through  
    
  (85) When an amount of memory is requested that is less than the size of a page, but a full page is allocated, the r  esulting waste of memory is called ____.  
  A) external fragmentation B) internal fragmentation  
  C) inaccessible page faults D) inaccessible garbage  
    
  (86) The time that the CPU spends on a given program can be computed using all of the following expressions EXCEPT ____. (2分)  
  A) (CPU clock cycles for the program)*(clock cycle time)  
    B) CPU clock cycles for the program  
   clock rate  
  C) (Instruction count)*CPI  
   clock rate  
  D) (CPU clock cycles for the program)*CPI  
   clock rate  
    
  (87) The methods used in Asynchronous Transfer Mode (ATM) are switch technology and which of the following is used to describe this mode?____.   
  A) cell exchange          B) packet exchange  
  C) message exchange D) information exchange  
    
  (88) In a data communication system, the transport media with the widest frequency band and best reliability is the ____.  
  A) telephone line B) coaxial cable  
  C) radio channel D) fiber optic cable  
    
  (89) Which of the following statements about the Internet is (are) true?____.    I. It is possible to have multiple names corresponding to the same IP address.  II. All host names must be registered with an Internet-wide central registry.  
  A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ  
    
  (90) According to the principle of CRC calculation, given a frame-bit series M =11100111 and the multiple-term formula, frame-bit series generated by the CRC G =110011, then the CRC is ____.(2分)  
  A) 111101 B) 00011 C) 11010011 D) 1101001  
    
  二、论述题(两个论述题可任选其一,并只选其一,多选无效,满分30分。)  
  论述题 1  
  局域网是当前计算机网络研究与应用的一个热点,而符合IEEE 802.3标准的传统Ethenet(MAC层采用CSMA/CD方法,物理层采用 10BASE-T标准)应用最为广泛。随着网络应用的发展,以及大型信息系统与多媒体技术的应用,人们对局域网性能提出了越来越高的要求,出现了符合 100BASE-T标准的Fast Ethernet、交换局域网Switching LAN与ATM等高速局域网产品。尽管高速局域网技术发展十分迅速,但是Ethernet仍然会被广泛地使用。今后的网络应该是传统Ethernet、FastEthernet LAN与ATM共存的结构。因此,研究 Ethernet的基本工作原理、优点与缺点,讨论高速局域网络发展的趋势与特点,对我们学习和掌握局域网应用技术是十分重要的。  
  (1) 请用Ethernet发送与接收流程框图说明CSMA/CD介质访问控制方法的基本工作原理。(15分)  
  (2) 为什么说CSMA/CD属于共享介质、随机争用型的介质访问控制方法?这种方法主要缺点是什么? (5分)  
  (3) 你认为Fast Ethernet与ATM、Switching LAN是从哪两个方面改进了传统的Ethernet?它们各有什么优缺点? (10分)  

  论述题 2  
  进程通信就是进程之间进行信息交换。系统中各进程异步执行,但有些进程之间必须保持一定的联系,以便协调一致地完成指定任务。这种联系就是通过交换一定数量的信息来实现的。  
  消息缓冲通信技术是一种高级通信机制,由Hansen首先提出。其基本思想是:根据"生产者-消费者关系"原理,利用公共消息缓冲区实现进程之间的信息交换。  
  (1) 试叙述高级通信机制与低级通信机制P、V原语操作的主要区别。(5分)  
  (2) 试叙述解释消息缓冲通信技术的基本原理。 (10分)  
  (3) 消息缓冲通信机制中提供发送消息原语。Send(receiver,a)和接收消息原语Receive(a)。调用参数a分别表示发送消息的内存区首地址或接收进程的内存消息区首地址。试设计相应的数据结构,并用P、V操作原语实现Send和Receive原语。 (15分)

希望与更多计算机等级考试的网友交流,请进入计算机等级考试论坛

更多信息请访问:考试吧计算机等级考试栏目

上一页  1 2 3 4 5  下一页
文章搜索
版权声明:如果计算机等级考试网所转载内容不慎侵犯了您的权益,请与我们联系800@exam8.com,我们将会及时处理。如转载本计算机等级考试网内容,请注明出处。