Top-Rated Free Essay
Preview

Operating Systems

Satisfactory Essays
332 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Operating Systems
1. Briefly, what is an operating system?
An operating system serves as a hardware/software interface, acts as a repository for common, shared routines and defines a platform for constructing and executing application software.
2. An operating system presents an application programmer with a relatively "friendly" hardware/software interface. What does this mean? Why is it important?
The user interface, sometimes called the shell, provides a mechanism for the user and application programs to communicate with the operating system and request operating system support. It is important because it incorporates a user interface for file management routines, device management routines, memory management routines, and processor management routines.
5. List and briefly describe the five primary components of a modern operating system?
User Interface which provides a mechanism for the user and application programs to communicate with the operating system and request operating system support. File management which incorporates a routine that allows the user or programmer to create, delete, modify, and manipulate files by mane. The device management function is responsible for controlling communications with the system's peripheral devices such and the keyboard, the display screen, the printer, and secondary storage.
Memory management is concerned with managing the system's main memory resources as the computer runs, allocating space to applications as needed and ensuring that those applications do not interfere with each other. Processor management is concerned with efficiently managing the processor's time.
6. The components of an operating system are not independent; they work closely together. Briefly explain.
Say you have just issued a request to the shell to open a file. The file system accepts the file name and determines the file's actual location on disk. The device management routines then use that physical location to physically access the disk and read the file. Meanwhile, memory management ensures that space is available to hold the file once it enters memory, and processor management guides the processor through the task of supporting the I/O operating.

You May Also Find These Documents Helpful

  • Good Essays

    In this report I will briefly explain about the features and functions of different operating systems. I have chosen to compare windows 7 Mac OS.…

    • 537 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Nt1330 Unit 1 Assignment

    • 4639 Words
    • 19 Pages

    An operating system (OS) is an interface between hardware and user which is responsible for the management and coordination of activities and the sharing of the resources of the computer that acts as a host for computing applications run on the machine. As a host, one of the purposes of an operating system is to handle the details of the operation of the hardware. This relieves application programs from having to manage these details and makes it easier to write applications. Almost all computers (including handheld computers,desktop computers, supercomputers, video game consoles) as well as some robots, domestic appliances (dishwashers, washing machines), and portable…

    • 4639 Words
    • 19 Pages
    Powerful Essays
  • Better Essays

    BIS 320 Week 2 Asm

    • 1188 Words
    • 5 Pages

    An operating system that is out dated, can present computer software freeze ups, loss of data, and eventually loss of productivity.…

    • 1188 Words
    • 5 Pages
    Better Essays
  • Good Essays

    Random-access-memory (RAM) is a very important specification of the computer. By ensuring you have enough RAM, the faster your system processes, you can store more data, and allow more programs to run at the same time. As the OS allows the different task to complete for the processor, the RAM is used as temp storage, when the processor no longer needs them the OS clears it. Virtual memory is the hard drive space borrowed to use if there isn’t enough…

    • 580 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Extra credit: SOCI 2201 Name: Lauryn Tonou Sociological analysis of “The House I Live In” The incarceration system in the country has become predicated on economics rather than justice. Drug abuse is not a crime against the society, it is mainly medical as problem. Ethnic and racial prejudice rooted social control in American anti-drug policy. Those are arguments deftly assembled in the documentary by Eugene Jarecki with assistance from David Simon, former crime reporter.…

    • 412 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    4. Give an example of how hardware can influence the operating system and software and vice versa.…

    • 816 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Mr Ramos ITSC 1405 CHAP 1

    • 1157 Words
    • 4 Pages

    3. The impact of the evolution of computer hardware and the accompanying evolution of operating system software is as follow: As experience with a combination of hardware and software matures; users and engineers gain new visions of what they would like to do next. New hardware is usually paralleled by operating system and system software development. The fielding of new systems results in user and operator feedback that leads to operating system and system software improvement. Innovative users try equipment and software for applications not envisioned by the hardware and software vendors. Successes lead to additional sales and use, which leads to further supporting software development. If there is perceived economic benefit, the hardware vendor will seek ways to adapt to the new needs without necessarily sacrificing basic capabilities. Often this consists of creating a more efficient interface.…

    • 1157 Words
    • 4 Pages
    Powerful Essays
  • Good Essays

    Exam 1

    • 6600 Words
    • 27 Pages

    3. Name the program that coordinates computer resources, provides an interface between users and the computer, and runs applications?…

    • 6600 Words
    • 27 Pages
    Good Essays
  • Satisfactory Essays

    Personal Computers Dq

    • 270 Words
    • 2 Pages

    As you have discovered, there are a variety of computers available, from the smallest computer in a domestic device to the supercomputers used in industry. Despite the different uses of computers, they all have basics elements in common- each computer system involves hardware, software, data, & users. Think about the role of each component of your home or work computer. How do the components of your computer system interact within the system? What improvements or additions to your system do you think would benefit you or make the system more user-friendly? Why?…

    • 270 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Dramatic Monologue

    • 640 Words
    • 3 Pages

    Hello, I wanted to send you an email about something that was concerning to me after the game today. Kate came off the field very upset and unfortunately I had two other players with me that I was transporting home so I didn’t get much of a chance to discuss this with her until tonight. She wouldn’t tell me what was wrong right away, but one of the other players told me she was upset because her coach said there were three players that didn’t hustle and just stood there during the game today. Now I have taught for many years and also coached and take everything an 8 year old tells me with a grain of salt.…

    • 640 Words
    • 3 Pages
    Good Essays
  • Good Essays

    1. System Software on a Unix System perform the same basic services as System Software on a Microsoft Windows System. However, there are some fundamental differences in how the system software is designed and developed. Describe at least two differences.…

    • 567 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Nursing Practice Quiz

    • 3948 Words
    • 16 Pages

    4. DOS (Dist Operating System) – it serves as an interface between the user and the hardware and between the hardware and another software.…

    • 3948 Words
    • 16 Pages
    Good Essays
  • Satisfactory Essays

    Operating Systems

    • 1023 Words
    • 5 Pages

    1) An OS should be constructed in such a way as to permit the effective development, testing, and introduction of new system functions without interfering with service. (True)…

    • 1023 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Assignment 1,Section I

    • 326 Words
    • 2 Pages

    Memory management is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to the computer system.…

    • 326 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Ch01 08essay Answers

    • 7620 Words
    • 34 Pages

    Chapter 1 – 8 Essay Question Review 1. Explain why an operating system can be viewed as a resource allocator. Ans: A computer system has many resources that may be required to solve a problem: CPU time, memory space, file-storage space, I/O devices, and so on. The operating system acts as the manager of these resources.…

    • 7620 Words
    • 34 Pages
    Good Essays