Match the following Operating System concepts with definition A to E.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Utility program + driver program Thomas Wat 4D (21)
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to interact with computers) that uses windows, icons and menus.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Computer Components.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Chapter 8 Operating Systems and Utility Programs.
Operating Systems: Software in the Background
Computer Hardware.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Figure 1.1 Interaction between applications and the operating system.
Part two. 3.2 operating system architecture  Software have two categories  Application software  System software  Application software: consists of.
* SOFTWARE * Computer software, or just software, is a collection of computer programs and related data that provides the instructions. It can not be touched.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Week 6 Operating Systems.
1 CP586 © Peter Lo 2003 Multimedia Communication Standards and Delivery Methods.
Chapter 3 Operating Systems Introduction to CS 1 st Semester, 2015 Sanghyun Park.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Configuration.
University of Management & Technology 1 Operating Systems & Utility Programs.
Computer main parts. Hardware  It refers to all physical parts of a computer system.
Introduction to Interactive Media Interactive Media Tools: Software.
Software.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
What is a computer? Computer is a device for processing information.
Operating Systems. Overview What is an Operating System (OS) What is an Operating System (OS) What Operating Systems do. What Operating Systems do. Operating.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
1 Sec (3.2) Operating System Architecture OS. 2 Software dividing into two categories: 1. Application software 2. System Software  Operating System 
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Outcome 1: Describe the structure and function of an operating system.
CIS250 OPERATING SYSTEMS Chapter One Introduction.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Computer Parts and Functions. How A Computer Works.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Silberschatz and Galvin  Operating System Concepts Module 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming.
Introduction to Computing Lecture # 5 Introduction to Computing Lecture # 5.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
Operating System Review
Definitions, intro, history
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
Chapter 8 Operating Systems and Utility Programs.
Chapter 4 The Power behind the Power
Operating System Review
חוברת שקפים להרצאות של ד"ר יאיר ויסמן מבוססת על אתר האינטרנט:
Operating System Architecture OS
Print Services.
Operating System Review
Chapter 4 The Power behind the Power
Please find the definitions of the following terms
The Operating system Gives life to the hardware
Subject Name: Operating System Concepts Subject Number:
Operating System Introduction.
TOPIC: HARDWARE AND SOFTWARE
Introduction to Operating Systems
A very basic introduction
An Introduction to Operating Systems
Presentation transcript:

Match the following Operating System concepts with definition A to E. A : this type of OS is designed for server-grade computer systems, which need high processing power. Q1 - kernel B : the heart of an operating system, it is optimized for interaction with the hardware of a computer, such as CPU and Main Memory. Q2 – Driver programs Q3 – utility programs C : execution of several concurrent programs is possible in that computer systems. Q4 – support multi-tasking D : software to control a hardware component or peripheral device of a computer such as a magnetic disk, scanner or printer. Q5 – support multi-processing E : system software designed to help analyze, configure, optimize or maintain a computer.

Q6. Name ONE utility program which is used to detect computer files whose contents are broken across several locations on the hard disk, and move the fragments to one location to increase efficiency.

Q7. Name ONE utility program which is used to prevent phosphor burn-in on CRT and plasma computer monitors by blanking the screen or filling it with moving images or patterns when the computer is not in use.

Q8. Name ONE utility program which is used to make copies of all information stored on a disk and restore the entire disk in an event of disk failure.

Q9. Write ONE advantage of eliminating the System Software layer in most embedded systems. Q10. Write ONE disadvantage of eliminating the System Software layer in multi-purpose computers.