Explain the concept of user interfaces

Assignment Help Operating System
Reference no: EM131977851 , Length:

Operating Systems

Purpose of the assessment (with ULO Mapping)

The purpose of this assignment is to report on some important characteristics of Operating Systems. Students must answer Multiple Answer questions and provide written answer about process, file and device management, deadlock, and UNIX commands. After successful completion of this assignment, students should be able to:

a. Report on the basics, and provide examples, of operating systems structure and functionality, including memory allocation, virtual memory, demand paging and process and devicemanagement.

b. Describe the integration of hardware, operating systems and application software.

c. Explain in detail the functioning of some devices such as peripherals (e.g. printers and network connections).

d. Discuss the most common file systems structure and technology.

e. Explain the concept of user interfaces and their role in the functionality of an OS.

f. Demonstrate competency in the use of a command line interface to operate with and manage an OS such as UNIX, and perform simple UNIX (Linux) administration.

g. Support and troubleshoot operating systems and applications at an introductory level.

Q1 - Device Handler Seek Strategies and Primary and Secondary storage

a) On a hard disk, the queue of track requests is as follows:

20

35

1

27

2

11

18

60

23


Assume that the head starts at track 20.
Draw a diagram for arm movement for each of the following seek strategies.
i) FCFS
ii) SSTF
iii) LOOK

b) Calculate the total number of tracks and the average number of tracks travelled by the head to satisfy the requests in B-Q1-a (Details of the calculations is essential).

Q2 - Deadlock and File Management

a) What is a race condition? Explain race condition with an example (do not use the example from the lecture slide). Use your own example and explain in your own words.

Give references and cite the sources if you use any external source for this task.

b) Consider a system with four dedicated resources and four processes (process P1, P2, P3 and P4) that require a maximum of two devices to complete a task. Draw a directed graph of the scenario that demonstrates there is a deadlock in the system. Explain your graph with details.

c)

I. Files can be formatted with fixed-length or variable-length fields. Explain them in your own words with example (make sure your example is different from the one used in the lectures).

II. Explain relative and complete file name in your own words with example.
Give references and cite the sources that you used for this task.

Q3

a) Document the following UNIX commands (in clear and concise form):

- grep
- chmod
- wc
- ls

Each of the above commands must be documented to the extent so that the reader of your report could understand how each command works, including the following points:

- Brief introduction of the function of the command in your own words (in 2-3 sentences)
- The basic syntax of the command, including options. Where appropriate, give a brief description in your own words of at least two options of the command.
- At least two examples of the usage of the command that you have used in lab (provide screen capture).

Give references and cite the sources that you used for this task.

Verified Expert

The solution file is prepared in ms word which discussed about the disk scheduling problem, and calculate total number of tracks and average tracks, basic unix commands grep,ls,wc and chmod , deadlock and race condition. The report has screen shot of all commands and disk scheduling diagrams. References are included end of the report

Reference no: EM131977851

Questions Cloud

Find an equation of the least squares regression line : (a) Find an equation of the least squares regression line. Show all work; writing the correct equation.
What is the probability that the sample will have : What is the probability that the sample will have between 31?% and 44?% of companies in Country A that have three or more female board? directors?
Determine the standard error of the proportion : If the population proportion is 0.70, determine the standard error of the proportion.
Account accrues interest at compounded quarterly : Veronica's savings account has a balance of $6,400.00. If she makes no deposits or withdrawals for 4 years, and the account accrues interest at 5% compounded
Explain the concept of user interfaces : BN104 - Operating Systems - Explain the concept of user interfaces and their role in the functionality of an OS - Demonstrate competency in the use of a command
Mean of all sales supervisory salaries in industry : A personnel manager is conducting a study of sales supervisory salaries in this industry. A survey for the salaries of 36 sales supervisors found a mean
Determine the sample proportion : In a random sample of 72 people, 54 are classified as "successful." a. Determine the sample proportion, p, of "successful" people.
The pension obligations will resemble perpetuity : Pension funds pay lifetime annuities to recipients. If a firm remains in business indefinitely, the pension obligations will resemble a perpetuity.
Why is a reliability test ran into spss during research : Why is a reliability test ran into SPSS during research studies? When your reliability test is .779 and .731, what do they each mean? Explain your answers.

Reviews

len1977851

5/10/2018 1:40:40 AM

Deadlock All topics are pertinent and covered in depth. Ability to think critically and source material is demonstrated Topics are relevant and soundly analysed. Generally relevant and analysed. Some relevance and briefly presented. This is not relevant to the assignment topic. and File Manageme nt /20 Unix/Linux /15 All topics are pertinent and covered in depth. Ability to think critically and source material is demonstrated Topics are relevant and soundly analysed. Generally relevant and analysed. Some relevance and briefly presented. This is not relevant to the assignment topic. Reference style /5 Clear styles with excellent source of references. Clear referencing style Generally good referencing style Sometimes clear referencing style Lacks consistency with many errors

len1977851

5/10/2018 1:40:30 AM

Example Marking Rubric for Assignment 2: Total Marks 100 Grade Mark HD 80-100 DI 70-79 CR 60-69 P 50-59 Fail <50 Excellent Very Good Good Satisfactory Unsatisfactory Online Quiz /40 Outstanding effort made Extremely good effort Good effort made but not outstanding Made some effort. Very little attempt. Device handler seek strategies, & Primary & Excellent use of creditable sources. Accurate referencing. Obvious that outstanding effort made Extremely good effort Good effort made but not outstanding Made some effort. For example, Web searches only Very little attempt to reference. Lazy effort with inaccuracies secondary storage /20

len1977851

5/10/2018 1:40:23 AM

Marking criteria: Marks are allocated as indicated on each question, taking the following aspects into account: Section to be included in the report Description of the section Marks Online Quiz Complete the online Quiz on Moodle 40 Device handler seek strategies, and Primary and secondary storage Answer question related to device handler seek strategies, and based on the understanding on the topic students need justify their answer. 20 Deadlock and File Management Students need to demonstrate their understanding of the concept of file management and the deadlock conditions in a system. 20 Unix/Linux Students need to demonstrate their competency in the use of UNIX commands. 15 Reference style Follow IEEE reference style 5 Total 100

len1977851

5/10/2018 1:40:07 AM

Due Date 5 PM, 30 (Thursday, week 11) Submission Guidelines • All work must be submitted on Moodle by the due date along with a title Page. • The assignment must be in MS Word format, 1.5 spacing, 11-pt Calibri (Body) font and 2.54 cm margins on all four sides of your page with appropriate section headings. • Reference sources must be cited in the text of the report, and listed appropriately at the end in a reference list using IEEE referencing style.

Write a Review

Operating System Questions & Answers

  Implementation of algorithms for process management

The Shortest Job Next (SJN) algorithm queues processes in a way that the ones that use the shortest CPU cycle will be selected for running rst.

  Develop a user mode command interpreter

Develop a user mode command interpreter which support list-short.

  Memory allocation in operating system

Analysis and implementation of algorithms for memory allocation in operating system, Explain First- t and best- t methods are used in memory allocation in operating systems.

  Stand alone child process

Forking the child process

  Write a multi-threaded program

Write a multi-threaded program to solve producer and consumer problem

  Marginal and average cost curves

n a competitive market place (pure competition) is it possible to continually sell your product at a price above the average cost of production.

  Simulating operating systems scheduling

Simulate the long-term scheduler, the short-term scheduler and the I/O scheduler of the computer using the First-Come-First-Serve algorithm.

  Issues with trusted platform module

Research paper discussing the issues with Trusted Platform Module (TPM)

  Threads

Explain a complication that concurrent processing adds to an operating system.

  Design and programming

Use the semaphore methods to control the concurrency of the solution

  Virtual machines

Virtual machines supported by a host operating system

  Discuss an application that benefits barrier synchronization

Discuss an application that would benefit from the use of barrier synchronization

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd