Nt1330 Unit 1 Study Guide

1096 Words3 Pages

1. The issue of resource utilization shows up in different forms in different types of operating systems. List what resources must be managed carefully in the following settings: a. Mainframe or minicomputer systems b. Workstations connected to servers c. Mobile computers 2. How are network computers different from traditional personal computers? Describe some usage scenarios in which it is advantageous to use network computers. 3. What is the purpose of interrupts? How does an interrupt differ from a trap? Can traps be generated intentionally by a user program? If so, for what purpose? 4. Direct memory access is used for high-speed I/O devices in order to avoid increasing the CPU’s execution load. a. How does the CPU interface with the device to coordinate the b. How does the CPU know when the memory operations are complete? c. The CPU is …show more content…

These attributes services as resources of system calls for user process execution. • File manipulation instructions: If a code program of any type (c, c++, and java) want to run, operating system itself should have file manipulation instructions. These instructions acts interface between source codes to target codes like compiler, interpreters by compiling the code. • Files mapping into permanent storage and back up files in nonvolatile storage. 9. Would it be possible for the user to develop a new command interpreter using system-call interface provided by the operating system? Answer: User should be able to create a new interpreter by using system call interface, instructions provided by the OS. And the developed interpreter must allow a user to determine ways to create and manage processes through files and channels (communication). By this way all this process are accessed by an user level program using system calls and user should be able to develop a new command -line

More about Nt1330 Unit 1 Study Guide

Open Document