




免费预览已结束,剩余2页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
is responsible for Organization training, and implementation, and check; 12, master workshops annual economic indicators of implementation, reporting to financial health on a regular basis; 13, is responsible for the daily oversight in the allocation and use of funds; 14, responsible for all Department statistics, collecting, sorting, reporting of accounting reports; 15, the company responsible for the supervision of the Treasury, including the third grade library, a library of materials, products for regular inventory handling, sampling, storage monitoring, the picking work, and provide the inventory report, and make the appropriate accounting treatment; 16, responsible for waste and recycling, transportation and settlement; 17, is responsible for all product sales accounting functions; 18, responsible for the companys raw materials, auxiliary materials, account management; 19, is responsible for the flow of control of all assets of the company, according to the changes in accounting treatment of fixed assets and assets to the departments responsible for clearing, settlement and asset monthly report submitted to the asset management section of the Finance Department of the company organized on a company-wide special inspection of asset management; 20, according to the companys business activities, monthly projects involved in the business activities of the company (including expenses, business management, cost control, cash flow, revenue, etc) financial analysis, provide a basis for decisions for the company, the business of the company responsible for monitoring, forecasting and risk analysis; 21, responsible for the settlement of transactions with the Bank; 22, is捷成计算机等级考试四级模拟试题(第四套)1) P(n) is the predicate if 4 divide n then 2 divides n. A) 10 B) F C) T D) None of the above 2) What is the definition of a Path A) A sequence and the edges formed by each successive pair of vertices. B) A walk with distinct vertices. C) A walk with distinct edges. D) None of the above. 3) Which UNIX command creates a symbolic link named myfile in the current directory to the file/etc/hosts A) ln -s /etc/hosts myfile B) ln -s myfile /etc/hosts C) link -s /etc/hosts myfile D) link -s myfile /etc/hosts 4) Which MS-DOS command is correct A) DEL /S *.bat B) DEL *.exe/SP C) DEL *.objNUL: D) DEL *.com *.sys5) A virtual memory system has five virtual pages numbered zero through four and three page frames. All the page frames are initially empty. How many page faults are generated with the following access sequence using a FIFO replacement policy 0 1 2 3 0 1 4 0 1 2 3 4 A) 8 B) 9 C) 10 D) 11 6) Which element is NOT part of a microkernel? A) basic I/O B) a file system C) IPC mechanisms D) memory management 7) Which is local to a thread instead of a process? A) a stack B) an open file C) a semaphores D) an address space8) What is a subselect statement? A) a select statement that selects a subset of fields in a table B) a select statement that returns a subset of the data in a table C) a select statement that appears within another select statement D) a select statement that returns a subset of the constraints on a field 9) In developing a hospital database, it is determined that on the average, each patient will have 6 treatments during a hospital stay. The average length of a stay is three days. The hospital has 1000 beds. There are on the 800 patients occupying beds each day. The relationship between PATIENT and TREATMENT is 1:M. The relationship between PATIENT and BED is 1:1, conditional. If treatment record occurrences are archived as soon as a patient is discharded from the hospital, how many occurrences of the TREATMENT records will be stored in the TREATMENT database file on the average? A) 6,000 B) 4,800 C) 18,000 D) 1,60010) Which of the following conditions will make a relation that is in first normal from to be in second normal form? . every non-key attribute is functionally dependent on the full set of primary key attributes. . no non-key attributes exist in the relation. . the primary key consists of only one attribute. A) only B) and only C) and only D) any of them 11) The most commonly used locking level in implementing concurrency control is at which of the following levels? A) database B) table C) record D) field 12) Which function is NOT served by building a prototype? A) It takes the place of the final system. B) It assists in gathering software requirements. C) It assists in estimating the cost of the project. D) It is used as the fundation of the larger projects.13) Software document is an important part of software and a basis of software development phase. It also influnces softwares? A) Reusability B) Maintanence C) Expansibility D) Portability 14) Which phase of the software development requires the most development time? A) the design phase B) the testing phase C) the maintenance phase D) the development phase 15) Black-box and white-box testing method are often used in software testing phase, in which, the white-box is mainly used to test softwares? A) reasonableness of structure B) correctness of a program C) external function of a program D) internal logic of a program 16) How does Booths Algorithm improve binary multiplication? A) It prevents overflow. B) It prevents underflow. C) It preserves the sign of the multiplication operation. D) It enhances the speed of the operation significantly.17) A cache has 64 blocks; each block is 16 bytes. Which block does byte 1200 map to? A) 25 B) 60 C) 75 D) 10018) Which is NOT a characteristic of an RISC processor? A) a high clock speed B) a highly optimized pipeline C) a few general-purpose registers D) a limited amount of small instructions19) You are performing two sums: the first is a sum of two scalar variables and the second is a matrix sum of a pair of two-dimensional arrays-size 1000 by 1000. What speedup is achieved when the calculations are performed on size 1000 processors? A) 50 B) 100 C) 999 D) none of above20) According to Shannons equation, what is the channel capacity of an analog voice-grade phone line with a bandwidth of 3100 Hz and a signed-to-noise ratio or 30dB? A) 9.1 Kbps B) 9.3 Kbps C) 30.9 Kbps D) 30.17 Kbps 21) The X.25 standard specifies three layers of functionality. Which layers of the OSI model correspond to the X.25 layers? A) the Physical, Network, and Session Layers B) the Physical, Data Link, and Network Layers C) the Physical, Data Link, and Transport Layers D) the Physical, Session, and Presentation Layers 22) Which routing algorithm is described below? It is a mechanism in which the sending station determines the route the frame will follow and includes the routing information with the frame;bridges read the routing information to determine if they should forward the frame. A) Fixed Routing B) Spanning Tree C) Source Routing D) Frame Forwarding23) Which OSI layer does a bridge operate at? A) the Physical Layer B) the Network Layer C) the Transport Layer D) the Data Link Layer 24) There are several periods in a computer, the shortest period is? A) Instruction period B) Machine period C) Beat period D) CPU period 25) What is the contrapositive of the following implication? If it is raining, then I get wet. A) If I get wet, then it is raining. B) If I am wet, then it is raining. C) If it is not raining, I do not get wet. D) If I do not get wet, then it is not raining. 26) Which property does R posses? Let A=1,2,3,4 and let R=,. A) Symmetry B) Reflexivity C) Asymmetry D) Antisymmetry27) When walking a tree, which traversal method yields a prefix, or Polish,form? A) Inorder B) Preorder C) Postorder D) Reorder 28) In the following statement about graph operations, which one is NOT correct? A) Spanning tree of a graph may not be unique. B) Minimum spanning tree of a graph may not be unique. C) Finding critical path is an operation on directed graph. D) Finding critical path is an operation on undirected graph. 29) What storage scheme does MS-DOS use for storing files on a disk? A) I-nodes B) a linked list allocation C) a continuous allocation D) a linked list with index30) Which traversal method for a binary tree does the following Pascal code illustrate? procedure traverse(p:pointer); begin if q nil then begin traverse(p.left) ; process(p) ; traverse(p.right) ; end end; A) Inorder B) Preorder C) Postorder D) Reorder31) Which of the following is NOT a condition for deadlock? A) Starvation B) Circular Wait C) No Preemption D) Mutual Exclusion32) Assume that an operating system uses a round-robin scheduler. The processs quantum is 20msec, and the context switch is 5 msec. What percentage of the CPUs time is spent on administrative overhead? A) 5% B) 15% C) 20% D) 25%33) What state is a process in when it cant run because it needs a resource to become available? A) Ready B) Interrupt C) Blocked D) Running34) The following sectors are requested from the disk: 11,1,36,16,34,9,12 What is the order of the sector reads if you are using the elevator algorithm? A) 1,9,11,12,16,34,36 B) 11,1,36,16,34,9,12 C) 11,12,9,16,1,34,36 D) 11,12,16,34,36,9,135) What is the candidate key of a relational database? A) A field with a constraint placed on it. B) A set of fields that have no data in them. C) A set of fields in a table used to identify a record uniquely. D) Fields from multiple tables that are used for sorting records.36) Which operating system can Oracle database NOT be used in? A) DOS B) UNIX C) Windows95 D) IBM Mainframes37) Which values are NOT permitted to be part of the primary key? A) NULL B) punctuation C) special characters D) alpha-numeric characters38) Which phase of the software engineering process results in the Software Requirements Specification? A) difinition phase B) engineering phase C) maintenance phase D) development phase39) When drawing multilevel data flow chart of top-down, the balance between parent chart and son chart must be taken into account, and to pass judgment for the balance of the charts is regularly maintained by? A) Output data B) Data dictionary C) Processing number D) Input data40) Which is the strictest form of cohesion? A) logical B) functional C) procedural D) coincidental 41) Which is NOT a concept of White Box Testing? A) You should execute all loops at their boundary conditions. B) You should execute all interfaces at their boundary conditions. C) You should execute all logical decisions on their true and false sides. D) You should execute all independent paths within a module at least once. 4
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 【正版授权】 ISO 17299-6:2025 EN Textiles - Determination of deodorant property - Part 6: Gas chromatography method using automated dosing and sampling
- GB/T 27534.7-2025畜禽遗传资源调查技术规范第7部分:骆驼、羊驼
- 经济体系中的社会公平性研究试题及答案
- 材料疲劳断裂数据校正重点基础知识点
- 养牛场火灾应急预案(3篇)
- 高考数学学习计划与试题及答案
- 行政管理应对策略试题与答案
- 突发高楼火灾应急预案(3篇)
- 防火灾应急预案演练银行(3篇)
- 高速网络设计中的试题及答案总结
- 2024年我国人口老龄化问题与对策
- 《学前教育中幼儿创新思维培养的策略探究》开题报告5500字
- DB14-T2547-2022制药企业质量控制化学药品实验室管理规范
- 自由搏击基础理论知识单选题100道及答案解析
- 民间非营利组织审计报告(模板)
- 《智慧体育竞技科技助力新突破》演讲课件
- 2024年10月自考试02899生理学部分真题含解析
- 2023-2024届高考作文模拟写作谚语中的经验与智慧导写及范文(含答案)
- DB4417T4-2022地理标志产品 阳江豆豉
- 中考英语688高频词大纲词频表
- DL∕T 1819-2018 抽水蓄能电站静止变频装置技术条件
评论
0/150
提交评论