Free Essay

Operating Systems Assignment 1

In:

Submitted By virus2001y
Words 662
Pages 3
General:
1. What devices do you own with operating systems (smartphones, tablets, computers). For each (up to 3): (5 points)
a. What OS does it run? What version? What is the update mechanism?
Answer) my computer OS is windows 8 and my smartphone OS is IOS 7. Windows update mechanism is Windows Updates and IOS update mechanism is ITunes.
Chapter 2
2. What is the main advantage for an operating-system designer of using a virtual-machine architecture? What is the main advantage for a user? (10 points)
Answer) OS designers can solve debug, network problem and security problem easily.
Users also can undergo many different OS on one physical system. It is easy to research and develop.

Chapter 3
3. Discuss three major complications concurrent processing adds to an OS. (10 points)
Answer) 1. Processes and system resources should protected from each other. 2. More than one process executing concurrently for protect performance degradation 3. It occurs deadlocks. So you can m

Chapter 4:
4. Provide a programming example where multithreading does not provide better performance than a single-threaded solution. (5 points)
Answer) Sequential program is not good at threaded. So example is Shell program.

5. Can a multithreaded solution using multiple user-level threads achieve better performance on a multiprocessor system than on a single-processor system? How does this change if kernel-level threads are used? Explain. (10 points)
Answer) multiple user-level threads cannot make different processors in multiprocessor system at the same time. So, it shows lower performance. But If change kernel-level threads, it can make different processors at the same time. It is good at multiprocessor system

Chapter 5 complications
6. Discuss how the following pairs of scheduling criteria conflict in certain settings. (15 points)
a. CPU utilization and response time
Answer) CPU utilization should increase with minimized of context switching. If context switching is maximized, response time will increase.

b. Average turnaround time and maximum waiting time
Answer) Shortest tasks provide short turnaround time and waiting time will decrease. But long-running tasks provide long turnaround time and waiting time will increase

c. I/O device utilization and CPU utilization
Answer) I/O-bound give bed effect to I/O device utilization and bed I/O device utilization give bed effect to CPU utilization.

7. Consider the following set of processes, with the length of the CPU-burst time given in milliseconds: (15 points)
Process Burst Priority
P1 12 3
P2 1 1
P3 2 3
P4 1 4
P5 4 2
a. Draw four Gantt charts illustrating the execution of these processes using FCFS, SJF, nonpreemptive priority (a smaller priority number implies a higher priority), and RR (quantum = 1) scheduling.
Answer) 1. FCFS
| P1 | P2 | P3 | P4 | P5 |
0 12 13 15 16 20

2. SJF
| P2 | P4 | P3 | P5 | P1 |
0 1 2 4 8 20

3. Nonpremptive priority
| P2 | P5 | P1 | P3 | P4 |
0 1 5 17 19 20

4. RR
| P1 | P2 | P3 | P4 | P5 | P1 | P3 | P5 | P1 | P5 | P1 | P5 | P1 |
0 1 2 3 4 5 6 7 8 9 10 11 12 20
b. What are the turnaround time and waiting time of each process for each of the algorithms above?
1. FCFS Turnaround time Waiting Time
P1 12 0
P2 13 12
P3 15 13
P4 16 15
P5 20 16

2. SJF Turnaround time Waiting Time
P1 20 8
P2 1 0
P3 4 2
P4 2 1
P5 8 4

3. Nonpremptive priority Turnaround time Waiting Time
P1 17 5
P2 1 0
P3 19 17
P4 20 19
P5 5 1

4. RR Turnaround time Waiting Time
P1 20 8
P2 2 1
P3 7 5
P4 4 3
P5 12 8

c. Which algorithm yields minimum average waiting time (over all processes)?
Average waiting time
FCFS 11.2
SJF 3
Non P 8.4
RR 5 Answer) So, SJF (Shortest Job First) is shortest average waiting time on the algorithm

Similar Documents

Premium Essay

Operating System

...------------------------------------------------- BCN 2053 – OPERATING SYSTEMS – Assignment 1 ------------------------------------------------- Top of Form INSTRUCTIONS – Detail instructions is given below, please follow accordingly. This assignment carries a total of 10 marks. When we talk about operating systems, the most popular words are Windows and Linux. This assignment is all about exploring both types of operating systems. Each group require to: 1. Draw and explain in brief the evolution of both operating systems from the beginning up to today. Explanations may include : a. Year of release b. Version release c. Features 2. Compare between this two very popular Operating Systems, Windows VS Linux in terms of : a. Memory management 1. Focus on how both operating systems handle their memory management especially on virtual memory. To support your research, you may include relevant scenario of how memory being access. 2. Explain any limitation of maximum or minimum memory required by each operating systems especially on 64bit or 32bit architecture 3. Compare and recommend which operating systems utilize its memory more efficient in terms of: i. Normal usage (everyday usage by normal user) ii. Server usage (server environment) b. Process management 4. Focus on how both operating systems handle their process management when it comes to many processes request for CPU resources. You...

Words: 486 - Pages: 2

Premium Essay

Fin 370 Week 1 Individual Assignment Defining Financial Terms

...FIN 370 Week 1 Individual Assignment Defining Financial Terms Get Tutorial by Clicking on the link below or Copy Paste Link in Your Browser https://hwguiders.com/downloads/fin-370-week-1-individual-assignment-defining-financial-terms/ For More Courses and Exams use this form ( http://hwguiders.com/contact-us/ ) Feel Free to Search your Class through Our Product Categories or From Our Search Bar (http://hwguiders.com/ ) Finance System including circulation for money, grant of credit, investment opportunities, and banking faculties Without finance, there would be no resource allocations for operating or functional expenditures. Efficient market Efficient market, information is simultaneously available with corresponding funds example – stock market To make intellectual and well-intended fiscal decisions, information pertaining to funds must be readily accessible and available to provide insight and information for clients/investors/brokers. Primary market A market where the security is purchased directly from the issuer by the investor The primary market allows companies to offer bonds and stock to the public for the first time. It is closely related to the secondary market dependent upon one another to be most effective. Secondary market The transactions of stock from investors and dealers without the involvement of the company This market allows for the trading and selling of shares in stock. Without this market, the stock market would not exist...

Words: 3811 - Pages: 16

Free Essay

Unit 8 Assignment 1 Video Summary 6

...Unit 8 Assignment 1 Video Summary 6 VIDEO #3.01 Topics: * Microsoft Operating Systems * Other Operating Systems Terms: * DOS – Disk Operating System is an acronym for several closely related operating systems that dominated the IBM PC compatible market between 1981 and 1995 * UNIX - is a family of multitasking, multiuser computer operating systems that derive from the original AT&T UNIX. * Command Line Interface - also known as command-line user interface, console user interface, and character user interface (CUI), is a means of interacting with a computer program where the user issues commands to the program in the form of successive lines of text (command lines). Summary: The video taught me that everything that was developed after series 9x of operating systems is built on the NT platform. Also the NT did not have a device manager or a hardware wizard as well as not supporting plug and play. I also learned that Linux was developed by a Finnish student named Linus Torvalds. This information is not really useful for me its old information that for me has no value unless I want to be a technology historian. Unit 8 Assignment 1 Video Summary 6 VIDEO #3.02 Topics: * Partitioning * Creating Partitions * Create/Delete Partitions Terms: * Partition - In personal computers, a partition is a logical division of a hard disk created so that you can have different operating systems on the same hard disk or to create the appearance...

Words: 819 - Pages: 4

Premium Essay

Itech 1005

...ITECH1002 Assignment 1 Lecturer’s Name: Sanjay Jha ATMC Sydney Assignment has to be submitted online on Moodle on or before the due date. SUBJECT CODE: ITECH1004 SUBJECT TITLE: NETWORK OPERATING SYSTEM ASSIGNMENT NUMBER AND TITILE: 1- NETWORKING ASSIGNMENT WORD COUNT (IF APPLICABLE): 3274 DUE WEEK: WEEK-6 LAB/TUTORIAL GROUP: LAB 2 LECTURER: SANJAY JHA TUTOR: SANJAY JHA STUDENT ID (FedUni): 30314027 STUDENT FAMILY NAME: KIRAN STUDENT GIVEN NAMES: RIJAL I declare that this assignment is my individual work. I have not worked collaboratively nor have I copied from any other student’s work or from any other source except where due acknowledgement is made explicitly in the text, nor has any part been written for me by another person. I realize that the penalties may ensure for late submission or any other breaches of assignment rules. 1 20 December 2015 ITECH1002 Assignment 1 Lecturer’s Name: Sanjay Jha Kiran Rijal Student ID: 30314027 Contents 1. INTRODUCTION ................................................................................................................... 3 1.1 VIRTUALIZATION .................................................................................................................... 3 1.2 NUMBER SYSTEM .................................................................................................................. 3 CONVERSION .....................................................

Words: 3418 - Pages: 14

Premium Essay

Window 7

...• Click the link above to submit your assignment. Students, please view the "Submit a Clickable Rubric Assignment" in the Student Center. Instructors, training on how to grade is within the Instructor Center. Assignment 1: IT Consultation for Mr. Green Due Week 6 and worth 100 points You are a private computer consultant. Anew client, Mr. Green, has approached you to offer general IT consultation to his small business. Mr. Green’s business is currently not networked. However, his business is growing substantially and he is thinking about becoming networked. His IT infrastructure, as small as it is, consists of several stand-alone machines installed with Windows 7 Home Premium. Write a two to three (2-3) page paper in which you analyze and solve the following issues: Mr. Green recommends installing the Windows 7 Ultimate version since he believes all the networking features he requires can be provided by this “ultimate” version. Mr. Green’s stand-alone machines consist of 2 GHz processors, 4 GBs of system memory, and approximately 350 GBs of free hard drive space. At the same time, Mr. Green is concerned that this potential new edition may not be the correct one for his needs although he wants to experiment with it and be able to resort back to the previous version, if possible. 1. List and explain the concerns about Windows 7 Ultimate’s capabilities that Mr. Green should be aware of currently. 2. List and explain the concerns about Windows 7 Ultimate’s capabilities...

Words: 910 - Pages: 4

Free Essay

It 286 Complete Class

...286 COMPLETE CLASS IT 286 Week 1 Quiz IT 286 Week 1 DQs IT 286 Week 2 Exercise: Toolwire® Lab: Using the Add Hardware Wizard and Device Manager IT 286 Week 2 Assignment: Troubleshooting Computer Hardware IT 286 Week 3 Quiz IT 286 Week 3 DQs IT 286 Week 4 Assignment: Collaborative Troubleshooting Operating Systems Paper IT 286 Week 4 Exercise: Toolwire® Lab: Troubleshooting Application Installation IT 286 Week 4 Exercise: Toolwire® Lab: Troubleshooting the Windows Vista® Operating Systems IT 286 Week 5 DQs IT 286 Week 5 Quiz IT 286 Week 6 Exercise: Toolwire® Lab: Troubleshooting Printer Hardware in Windows Vista® IT 286 Week 6 Assignment: Troubleshooting Computer Hardware IT 286 Week 7 CheckPoint: Network Troubleshooting Case Study IT 286 Week 7 DQs IT 286 Week 8 CheckPoint: Social Engineering Article Review IT 286 Week 8 Assignment: Toolwire® Lab: Configuring Windows XP Policies IT 286 Capstone Quiz IT 286 Capstone DQ IT 286 Maintaining and Optimizing Windows Vista® Operations Toolwire® IT 286 Final Project: Maintaining and Optimizing Windows Vista® Systems Lab and Study Guide Activity mode aims to provide quality study notes and tutorials to the students of IT 286 COMPLETE CLASS in order to ace their studies. IT 286 COMPLETE CLASS To purchase this visit here: http://www.activitymode.com/product/it-286-complete-class/ Contact us at: SUPPORT@ACTIVITYMODE.COM IT 286 COMPLETE CLASS IT 286 Week 1 Quiz IT 286 Week 1 DQs IT 286 Week 2 Exercise: Toolwire®...

Words: 449 - Pages: 2

Free Essay

Texting and Driving

...themselves with various operating systems Overview of Assignment 1. Get out the Chromebook. 2. Click on Apps and Select the QR Code Reader. 3. Go to Google.com/intl/en/chrome/devices/features-different.html to learn about Chromebook features. 4. Compare the information of different operating systems. Preparation for In-Class Activity N/A Click here to describe what the student needs to do before coming to class in preparation for the activity. Read Chapter 4– Operating Systems and File Management In class Activity This is a group activity. Each group will consist of 2 or more students. Students will learn about System Software. Write Answers to the following questions: 1. Define Google Chrome (browser). Define Chrome OS (operating system). 2. List some features of Chrome. Discuss the portability of using these with several different computer platforms (PC, tablet, phone, etc). 3. Give 3 advantages of Chrome over Windows8 or Mac. Name some disadvantages as well. Would you want a Chromebook or an IPAD or Surface? Why? 4. What did you like about this assignment and why? 5. What suggestion, if any, you have to improve this assignment? Suggested Grading Rubric Criteria Points Possible Points Earned Define Chrome (OS and Browser) 5 Features of Chrome 5 Advantages/Disadvantages: Chromebook, IPAD or Surface 5 What did you like about this assignment and why? 3 What suggestion, if any, you have to improve this assignment? 2 ...

Words: 251 - Pages: 2

Premium Essay

Operations and Material Management in Business

...Week 8 Developing Good Business Sense Assignment 67/75 92% A- | Operations and Material Management in Business | | Heidi Belieu | BUS/210 | Robert Shereda | 11/4/2012 | Developing Good Business Sense- Why Do Operating Systems Differ? Many people take the way goods and services are provided to them for granted. They do not think about the nature of the operating system that produces the goods and services they receive. To improve your understanding of how OMM processes work, complete the following assignment. 1. Choose three companies and observe how employees do their tasks. These can be three different fast-food restaurants or three entirely different types of companies, such as a fast-food restaurant, department store, or the emergency room of a hospital. 2. Think about the differences in the operations involved in the input, operations, and output stages of these companies. Try to identify the nature of their operating systems. Are employees organized in different ways? If so, why? If possible, talk to the managers and employees in these operations to further your analysis. 3. What are the main kinds of OMM costs companies have? How does this affect their OMM operations? 4. How do companies design their operating systems to give them a competitive advantage? Operations and Material Management in Business | I will establish the differences in the operations involved in the input, operations, and output stages of three local businesses that I access almost...

Words: 2278 - Pages: 10

Free Essay

Stuff

...| IT250 Linux Operating System | Jerry Black | Spring 2012 | | | | Course Description: Installation, configuration and management of a Linux operating system will be explored. Focus will be on functions that resemble the UNIX environment. Directory and file management, user account management and certain device management (such as drives, printers, interface cards, etc.) will be discussed. Prerequisite(s) and/or Corequisite(s): Prerequisite: IT103 Operating Systems Credit hours: 4 Contact hours: 50 (30 Theory Hours, 20 Lab Hours) Syllabus: Linux Operating System Instructor | Jerry Black | Office Hours | Thursday, 4PM-6PM | Class Hours | Monday, 6:00PM – 10:20PM | Contact | Ms. Travis, 937-264-7707 | | jblack@itt-tech.edu | Major Instructional Areas 1. Introduction to Linux 2. Linux installation 3. Graphical user interface (GUI) desktops 4. Command-line interface (CLI) essentials 5. Hardware configuration: display, network, and printer 6. Networking: Resource sharing and remote access 7. Backup and restore utilities 8. Installing software in Linux 9. Scripting: Bourne Again Shell (bash) and Perl 10. Apache Web Server installation and configuration Course Objectives 1. Discuss the history and unique characteristics of the Linux operating system. 2. Perform an installation of Linux. 3. Use the components and features of the GNOME desktop environment. 4. Perform basic tasks by...

Words: 2032 - Pages: 9

Premium Essay

It140 Introduction to Operating Systems Key Assignment

...IT140 Introduction to Operating Systems and Client/Server Environments Key Assignment David Anderson Instructor: Mohammed Majid 02/24/2014 Table of Contents Week 1: Introduction to Operating Systems Week 2: Components of a Computer System Week 3: Managing Client Server Environments Week 4: Securing Operating Systems Week 5: System Administrators Week 1 Introduction to Operating Systems For this assignment I have chosen Microsoft because I am most familiar with them and their affiliates. Microsoft is a multibillion dollar organization and without them we would not be where we are today in the world of computers and technology. They have Cloud Computing, Bing search engine, and even Microsoft Dynamics, Lync systems, and even windows server which is used by IT specialists to increase the reliability of their server infrastructures. Each of these services is separately installed and you can buy them real cheap off their website at http://www.microsoft.com/government/ww/safety-defense/products/Pages/index.aspx. I chose Windows 8 because I am currently using it on my computer and I wanted to learn more about this specific operating system. I chose Ubuntu as my choice for Linux distributor because it was number one on the list and the first one I saw and I like the name. The name Ubuntu comes from African culture and it means “I am what I am because of who we all are”. Ubuntu on the other hand comes from...

Words: 377 - Pages: 2

Premium Essay

Marketing Design and Innovation

...Strategy and Enterprise 13 Marketing Design and Innovation Customer Name Contents Acknowledgement: 3 Reflective Essay 4 The Apple IPhone line 5 The Introduction of the IOS Operating System 6 The IPhone 1 matches up to expectations 7 The Marketing Genius of IPhone 1 7 The Benefits of the IPhone series and how the customers take advantage from them: 8 The Uniqueness of the Apple IPhone Line 10 The Brand Appeal of Apple IPhone Series 11 Conclusion: 13 Bibliography 14 Acknowledgement: I would like to start this document by thanking all my instructors who played a vital role in ensuring that I had the necessary knowledge to attempt this assignment successfully. I would also like to thank my fellow students who not only supported me morally throughout the course of this assignment but also took on the duty of completing the proof reading process of this assignment and pointing out small typing errors and general grammatical deficiencies. I would also like to thank my parents who supported me entirely in the course of this assignment. Reflective Essay The company that I have chosen for this assignment is Apple. Apple is one of the largest technological giants of the world with products ranging from LED televisions to Smart Phones. In this particular assignment, we will be focusing on the Smart Phone line of Apple. Apple is embroiled in a technological battle with Apple, Nokia, HTC, Sony and other famous Mobile Phone manufacturers for the dominance...

Words: 3937 - Pages: 16

Premium Essay

Business Management

...------------------------------------------------- ITS-F ASSIGNMENT ONE. Due date: Friday 13 March 2014 Computers are used by all types of people, in a variety of situations. The computer equipment, peripherals and software used differ according to the situation requirements. Using an effective computer system is an essential component of business or student life. This assignment requires you to interview a person or organization who makes use of a computer on a daily basis, and detail: The computer system needs of the person/organization The computer system currently in use. Why and how the components of that system are used. You may interview/describe any ONE of the following: * Your own personal computer system * The computer system used by a family member, friend, lecturer or tutor * The computer system at TSIBA * The computer system used by a local INTERNET CAFÉ * The computer system used by an organization of your choice * PART A * Give a brief description of the person/organization, and explain their computer needs. * PART B * Give a comprehensive description of the computer system used, and detail how and why it is used * Hardware * Names of parts of the system. Specify if the system is NETWORKED or not. * Specifications of the parts i.e. Size of the hard drive/s, types of monitor, mouse, keyboard, modem, etc. Give brand and model names where applicable. * Details of any peripheral attachments, and state their...

Words: 502 - Pages: 3

Premium Essay

Air Asia Financial Analysis

...ASSIGNMENT – BMMF5103 OUM BUSINESS SCHOOL SEPTEMBER 2014 BMMF5103 MANAGERIAL FINANCE MATRICULATION NO IDENTITY CARD NO. TELEPHONE NO. E-MAIL LEARNING CENTRE : : : : : CGS00965001 830825-14-5638 019-2289044 nuraishah.baharudin@gmail.com Kuala Lumpur Learning Centre ASSIGNMENT – BMMF5103 TABLE OF CONTENT Introduction to the companies’ background…………………………………………………….….2 Calculation of relevant financial ratios of both companies……..………………………………….4 Analysis of the relevant financial for both companies and Comparison and evaluation of the two companies financial performance based on the computed ratios…………………………………..13 Conclusion…………………………..……………………………………………………………...42 References…………………………..………………………………………………………….…..45 Appendix A Appendix B 1 ASSIGNMENT – BMMF5103 Introduction to the Companies’ Background Malaysia Airlines Berhad Malaysia Airlines’ journey in achieving its current reputable position has been a remarkable one. On 12th October 1937, Malayan Airways Limited (MAL) was born. In 1965, with the separation of Singapore from Malaysia, MAL became a bi-national airline and was renamed Malaysia-Singapore Airlines (MSA). Malaysia introduced Malaysian Airline Limited, which was subsequently renamed Malaysian Airline System, headquartered at the Sultan Abdul Aziz Shah Airport in Subang, Selangor, and took to the skies on 1st October 1972. The airline operates a fleet of 129 aircrafts, flying to nearly 111 destinations...

Words: 12646 - Pages: 51

Premium Essay

Healthcare

...APPENDIX Checklists A Checklist A-1 Reviewing a Budget 1. Is this budget static (not adjusted for volume) or flexible (adjusted for volume during the year)? 2. Are the figures designated as fixed or variable? 3. Is the budget for a defined unit of authority? 4. Are the line items within the budget all expenses (and revenues, if applicable) that are controllable by the manager? 5. Is the format of the budget comparable with that of previous periods so that several reports over time can be compared if so desired? 6. Are actual and budget for the same period? 7. Are the figures annualized? 8. Test one line-item calculation. Is the math for the dollar difference computed correctly? Is the percentage properly computed based on a percentage of the budget figure? 333 334 APPENDIX A Checklists Checklist A-2 Building a Budget 1. What is the proposed volume for the new budget period? 2. What is the appropriate inflow (revenues) and outflow (cost of services delivered) relationship? 3. What will the appropriate dollar cost be? (Note: this question requires a series of assumptions about the nature of the operation for the new budget period.) 3a. Forecast service-related workload. 3b. Forecast non–service-related workload. 3c. Forecast special project workload if applicable. 3d. Coordinate assumptions for proportionate share of interdepartmental projects. 4. Will additional resources be available? 5. Will this budget accomplish the appropriate managerial objectives for...

Words: 33826 - Pages: 136

Free Essay

Pos 355 Week 1 Dq 2

...In this pack of POS 355 Entire Course you will find the next docs: POS-355 Week 1 DQ 1.doc POS-355 Week 1 DQ 2.doc POS-355 Week 1 Lectures Lecture 1.1 Computer Basics.doc POS-355 Week 1 Lectures Lecture 1.2 OS Basics.doc POS-355 Week 2 Assignments Individual Real-time Operating System.doc POS-355 Week 2 DQ 1.doc POS-355 Week 2 DQ 2.doc POS-355 Week 3 Assignments Individual IND.doc POS-355 Week 3 DQ 1.doc POS-355 Week 3 DQ 2.doc POS-355 Week 4 Assignments Individual IND.doc POS-355 Week 4 DQ 1.doc POS-355 Week 4 DQ 2.doc POS-355 Week 5 DQ 1.doc POS-355 Week 5 DQ 2.doc General Questions - General General Questions POS 355 Week 1 Individual Assignment Memory Management Paper For this assignment, you will choose one the following options: ·  Option 1: Write a 2-page paper that explains memory management requirements. ·  Option 2: Write a 2-page paper that explains the differences in memory management between Windows® and Linux®. Format your paper consistent with APA guidelines. UNIX/Linux Versus Mac Versus Windows Write an 8- to 10-page paper that compares and contrasts the basic system differences between UNIX®/Linux®, Mac®, and Microsoft ® Windows® operating systems. Include discussion and comparison of the following: ·  Memory management ·  Process management ·  File management ·  Security Format your paper consistent with APA guidelines....

Words: 367 - Pages: 2