




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、Chapter 1 -Computer Systems OverviewTrue / False Questions:T / F -The operat ing system acts as an in terface betwee n the computer hardware and the huma n user.T / F -One of the processor s main functions is to exchange data with memory.T / F -User-visible registers are typically accessible to syst
2、em programs but are not typically available to applicati on programs.T / F -Data registers are general purpose in nature, but may be restricted to specific tasks such as perform ing float in g-po int operati ons.T / F -The Program Status Word contains status information in the form of con diti on co
3、des, which are bits typically set by the programmer as a result of program operati on.T / F -The processing required for a single instruction on a typical computer system is called the Execute Cycle.T / F -A fetched instruction is normally loaded into the Instruction Register (IR).T / F -An interrup
4、t is a mechanism used by system modules to signal the processor that no rmal process ing should be temporarily suspe nded.T / F -To accommodate interrupts, an extra fetch cycle is added to the in structi on cycle.T / F -The minimum information that must be saved before the processor tran sfers con t
5、rol to the in terrupt han dler routi ne is the program status word (PSW) and the locati on of the curre nt in structio n.T / F -One approach to dealing with multiple interrupts is to disable all in terrupts while an in terrupt is being processed.T / F -Multiprogramming allows the processor to make u
6、se of idle time caused by Ion g-wait in terrupt han dli ng.T / F Tn a two-level memory hierarchy, the Hit Ratio is defined as the fracti on of all memory accesses found in the slower memory.T / F -Cache memory exploits the principle of locality by providing a small, fast memory betwee n the processo
7、r and mai n memory.T / F T n cache memory design, block size refers to the unit of data excha nged betwee n cache and main memoryT / F -The primary problem with programmed I/O is that the processor must wait for the I/O module to become ready and must repeatedly in terrogate the status of the I/O mo
8、dule while wait ing.Multiple Choice Questi ons:The general role of an operating system is to:Act as an in terface betwee n various computersProvide a set of services to system usersMan age files for applicati on programsNone of the aboveThe four main structural elements of a computer system are:a. P
9、rocessor, Registers, I/O Modules & Main Memory b. Processor, Registers, Main Memory & System Bus c. Processor, Main Memory, I/O Modules & System Bus d. None of the aboveThe two basic types of processor registers are:User-visible and Control/Status registersControl and Status registersUser-visible an
10、d user-invisible registersNone of the aboveAddress registers may contain:Memory addresses of dataMemory addresses of instructionsPartial memory addressesAll of the aboveA Control/Status register that contains the address of the next instruction to be fetched is called the:Instruction Register (IR)Pr
11、ogram Counter (PC)Program Status Word (PSW)All of the aboveThe two basic steps used by the processor in instruction processing are:Fetch and Instruction cyclesInstruction and Execute cyclesFetch and Execute cyclesNone of the aboveA fetched instruction is normally loaded into the:Instruction Register
12、 (IR)Program Counter (PC)Accumulator (AC)None of the aboveA common class of interrupts is:ProgramTimerI/OAll of the aboveWhen an external device becomes ready to be serviced by the processor, the device sends this type of signal to the processor:Interrupt signalHalt signalHandler signalNone of the a
13、boveInformation that must be saved prior to the processor transferring control to the interrupt handler routine includes:Processor Status Word (PSW)Processor Status Word (PSW) & Location of next instructionProcessor Status Word (PSW) & Contents of processor registersNone of the aboveOne accepted met
14、hod of dealing with multiple interrupts is to:Define priorities for the interruptsDisable all interrupts except those of highest priorityService them in round-robin fashionNone of the aboveIn a uniprocessor system, multiprogramming increases processor efficiency by:Increasing processor speedTaking a
15、dvantage of time wasted by long wait interrupt handlingEliminating all idle processor cyclesAll of the aboveAs one proceeds down the memory hierarchy (i.e., from inboard memory to offline storage), the following condition(s) apply:Increasing cost per bitDecreasing capacityIncreasing access time d. A
16、ll of the aboveSmall, fast memory located between the processor and main memory is called:WORM memoryCache memoryCD-RW memoryNone of the aboveWhen a new block of data is written into cache memory, the following determines which cache location the block will occupy:Block sizeCache sizeWrite policyNon
17、e of the aboveDirect Memory Access (DMA) operations require the following information from the processor:Address of I/O deviceStarting memory location to read from or write toNumber of words to be read or writtenAll of the aboveQuestions, 1.4, 1.7, 1.8Problems, 1.3, 1.4, 1.5, 1.7Chapter 2 -Operati n
18、g System OverviewTrue / False Questions:T / F -An operati ng system con trols the executi on of applicatio ns and acts as an in terface betwee n applicati ons and the computer hardware.T / F -The operati ng system mai ntai ns in formatio n that can be used for billi ng purposes on multi-user systems
19、.T / F -The operating system typically runs in parallel with application programs, on it s own special O/S processor.T / F -One of the driving forces in operating system evolution is adva nceme nt in the un derly ing hardware tech no logy.T / F Tn the first computers, users in teracted directly with
20、 the hardware and operat ing systems did not exist.T / F Tn a batch-processing system, the phrasecontrol is passed to a jobmea ns that the processor is now fetchi ng and executi ng in structio ns in a user program.T / F -Un iprogram ming typically provides better utilizati on of system resources tha
21、 n multiprogram ming.T / F Tn a time sharing system, a user s program is preempted at regularin tervals, but due to relatively slow huma n react ion time this occurre nce is usually tran spare nt to the user.T / F -A process can be defined as a unit of activity characterized by a single seque ntial
22、thread of executi on, a curre nt state, and an associated set of system resources.T / F -A virtual memory address typically con sists of a page nu mber and an offset with in the page.T / F Tmpleme nting priority levels is a com mon strategy for short-term scheduli ng, which invo Ives assig ning each
23、 process in the queue to the processor accordi ng to its level of importa nee.T / F -Complex operat ing systems today typically con sist of a few thousa nd lines of in structi ons.T / F -A mono lithic kernel architecture assig ns only a few esse ntial fun cti ons to the kern el, i ncludi ng address
24、spaces, in terprocess com muni cati on and basic scheduli ng.T / F -The hardware abstracti on layer (HAL) maps betwee n gen eric hardware comma nds/resp on ses and those unique to a specific platform.Multiple Choice Questi ons:A primary objective of an operat ing system is:ConvenienceEfficiencyAbili
25、ty to evolveAll of the aboveThe operating system provides many types of services to end-users, programmers and system desig ners, in clud ing:Built-in user applicationsError detect ion and resp onseRelational database capabilities with the internal file systemAll of the aboveThe operating system is
26、unusual n it s role as a control mechanism, in that:It runs on a special processor, completely separated from the rest of the systemIt frequently relinquishes control of the system processor and must depend on the processor to regain control of the systemIt never relinquishes control of the system p
27、rocessorNone of the aboveOperating systems must evolve over time because:Hardware must be replaced when it failsUsers will only purchase software that has a current copyright dateNew hardware is designed and implemented in the computer systemAll of the aboveA major problem with early serial processi
28、ng systems was:Setup timeLack of input devicesInability to get hardcopy outputAll of the aboveAn example of a hardware feature that is desirable in a batch-processing system is:Privileged instructionsA completely accessible memory areaLarge clock cyclesNone of the aboveA computer hardware feature th
29、at is vital to the effective operation of a multiprogramming operating system is:Very large memoryMultiple processorsI/O interrupts and DMAAll of the aboveThe principle objective of a time sharing, multiprogramming system is to:Maximize response timeMaximize processor useProvide exclusive access to
30、hardwareNone of the aboveWhich of the following major line of computer system development created problems in timing and synchronization that contributed to the development of the concept of the process?Multiprogramming batch operation systemsTime sharing systemsReal time transaction systemsAll of the
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 新時(shí)代中小學(xué)體育教師隊(duì)伍建設(shè)的重要性
- 職稱課題申報(bào)書(shū)怎么寫(xiě)
- 2025年消防設(shè)施操作員之消防設(shè)備中級(jí)技能強(qiáng)化訓(xùn)練試卷A卷附答案
- 天津校園文化課題申報(bào)書(shū)
- 顱底骨折課件
- 小學(xué)語(yǔ)文識(shí)字課題申報(bào)書(shū)
- 合同范例范例字體
- 基于核心素養(yǎng)的高中生物課堂情境教學(xué)策略研究
- 員工工傷辭職合同范本
- 商用冷庫(kù)租賃合同范本
- 2025年湖南水利水電職業(yè)技術(shù)學(xué)院?jiǎn)握新殬I(yè)技能測(cè)試題庫(kù)附答案
- 2025年哈爾濱鐵道職業(yè)技術(shù)學(xué)院?jiǎn)握新殬I(yè)適應(yīng)性測(cè)試題庫(kù)1套
- 2025年湖南食品藥品職業(yè)學(xué)院?jiǎn)握新殬I(yè)傾向性測(cè)試題庫(kù)參考答案
- 2025年湖南水利水電職業(yè)技術(shù)學(xué)院?jiǎn)握新殬I(yè)適應(yīng)性測(cè)試題庫(kù)1套
- 國(guó)網(wǎng)公司安全責(zé)任清單
- 2025屆高考百日誓師大會(huì)校長(zhǎng)發(fā)言稿
- 2025年家政服務(wù)策劃免責(zé)聲明協(xié)議
- 膀胱癌護(hù)理疑難病例討論
- 2025年春期六年級(jí)班主任工作計(jì)劃
- 譯林版小學(xué)英語(yǔ)四年級(jí)上冊(cè)單詞表(分單元含音標(biāo))
- 2025年江蘇無(wú)錫市屬國(guó)有企業(yè)招聘筆試參考題庫(kù)含答案解析
評(píng)論
0/150
提交評(píng)論