CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

Similar documents
Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Chapter 8 Operating Systems and Utility Programs

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

OPERATING SYSTEMS & UTILITY PROGRAMS

Last Class: OS and Computer Architecture. Last Class: OS and Computer Architecture

Download from Powered By JbigDeaL

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.)

How to install the software of ZNS8022

User. Applications. Operating System. Hardware

Using the PXI-8150B in a PXI-1025 Chassis NOTE TO USERS

Introduction to Operating Systems (Part II)

KEMENTERIAN PELAJARAN MALAYSIA

3 INSTALLING WINDOWS XP PROFESSIONAL

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Computers: Tools for an Information Age. System Software

Chapter 3: Operating-System Structures

1. A folder inside a folder is called. a) Mini Directory b) Sub Directory c) Root Folder d) Child Folder e) None of these

NEC Versa 500D/550D Windows 98 Upgrade Information

LabSim Mapping Matrix

NG6000 Firmware Update Process

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

OS structure. Process management. Major OS components. CSE 451: Operating Systems Spring Module 3 Operating System Components and Structure

LabSim Mapping Matrix

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Module 3: Operating-System Structures

Operating Systems. Overview. Dr Alun Moon. Computing, Engineering and Information Sciences. 27th September 2011

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost.

CASPER SECURE DRIVE BACKUP

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

Operating-System Structures

Computers Are Your Future Chapter 4

Chapter 2: Operating-System Structures

About the XenClient Enterprise Solution

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION

NEC Versa 4200 Windows 98 Upgrade Information

Chapter 3: Operating-System Structures

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

Technical Reference: BIOS Updates & Settings for POS Terminals

New Vision of the Computer Operating System

Lab Install Windows 8

Course Details. Operating Systems with C/C++ Course Details. What is an Operating System?

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

Module 3: Operating-System Structures. Common System Components

Getting to a command prompt

LabSim Mapping Matrix

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM

Instructor. Suleiman Muhammad citp(mcpn,mncs) Institute of Computing and ICT, Ahmadu Bello University, Zaria.

Operating System Services

Installing the Operating System or Hypervisor

COP 1170 Introduction to Computer Programming using Visual Basic

C H A P T E R 1. Introduction to Computers and Programming

LabSim Mapping Matrix

Chapter 2: Operating-System Structures. Chapter 2: Operating-System Structures. Objectives. Operating System Services

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Finding information on your computer

CASPER SECURE SERVER EDITION 3.0 USER GUIDE

Downloaded from various sources on the NET

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems

The following documents are included with your Sony VAIO computer.

I. Ch 5 System Software

System Software. System software

Lab - Install Windows 7 or Vista

Instrument Software Update Instructions. X-Series Multi-touch instruments

Operating Systems. Lecture Course in Autumn Term 2015 University of Birmingham. Eike Ritter. September 22, 2015

Windows 2000 Disk Management

The City School PECHS Junior Boys 1 st Term

Sun VirtualBox Installation Tutorial

200" LFC Test and Checkout (Rev )

Instrument Software Update Instructions

Installing macos High Sierra

The instruction in this document is applicable on Cisco FireSIGHT Management Center FS2000 and FS4000 models.

Computers Are Your Future

Lesson 1: Preparing for Installation

Table of Contents. Configuring SATA Hard Drive(s) (Controller Intel ICH6R)... 2

OS and Computer Architecture. Chapter 3: Operating-System Structures. Common System Components. Process Management

VISUAL QUICKPRO GUIDE

SBI PO COMPUTER MODEL QUESTIONS

Exam : Title. : A+ OS Technologies

Windows Me Navigating

Chapter 2 Operating-System Structures

IT 05: Fundamental Operating Systems Online Study Questions

Windows Xp Installation User Manually Create Bootable Usb Flash Drive

LabSim Mapping Matrix

ROBO-698 is a full-sized SBC, and therefore is able to run on any PICMG backplane, active or passive.

OPERATING SYSTEM. Functions of Operating System:

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

Chapter 3: Operating-System Structures

Installation of PC Wrapper

Zebra ET5X Windows 10 Upgrade Instructions: Contents. Version 3.0

About the Presentations

Introduction. What is an Operating System? A Modern Computer System. Computer System Components. What is an Operating System?

Reinstalling the Operating System on the Dell PowerVault 745N

Allow the.zip file to be downloaded to your local computer. Unzip the Driver files to a directory on your PC Hard Disk, or to a Floppy Diskette.

Getting Started with OpenSolaris An Introduction for Technical Evaluators

Transcription:

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

Types of User Interface USER INTERFACE Command Interface Menu Interface Graphical User Interface Voice actuated Interface Web- form Interface

User interface Controls how you enter data and instructions and how information displays on screen command-line interface menu-driven interface

Graphical User Interface (GUI) User interacts with menus and visual images such as icons and buttons

Voice actuated interface Which accept input and provide output by generating voice prompts. The user is made by pressing keys or buttons, or responding verbally to the interface.

Web-Form Interface Accept input and provide output by generating web pages which are transmitted via the internet and viewed by the user using a web browser program.

FILE SYSTEM File systems support directories which contain the names of files and other directories along with additional information about the files and directories. (e.g. when they were created and last modified). A file is the long term storage entity : a named collection of persistent information that can be read or written. Secondary storage devices (disk) are too crude to use directly for long term storage. The file system provide logical objects and operation on these object (files).

The file system provides file management, a standard interface to: - To create and delete files and directories. - Manipulate (read, write, extend, rename, copy, protect) files and directories. - map files onto secondary storage. The file system also provides general services such as backups, maintaining mapping information, accounting and quotas.

I/O Control System The I/O system supports communication with external devices : terminal, keyboard, printer, mouse. The I/O system : Support buffering and spooling of I/O. Provides a general device driver interface, hiding the differences among devices, often mimicking the file system interface. Provides device driver implementations specific to individual devices,

Logical I/O an Physical I/O Physical" I/O is an actual fetch of data from a storage device such as a disk. Logical" I/O is a programmatic request for data satisfied by a memory (block, buffer) access. A logical I/O may cause a physical I/O in the first place, or a logical I/O may retrieve a part of a block (buffer) of data from memory.

Disk management A hard disk is a rigid disk inside a computer that stores and provides relatively quick access to large amounts of data. It is the type of storage most often used with Windows. The system also supports removable media. hard disk can contain one or more logical regions called partitions. Partitions are created when the user formats a hard disk as a basic disk hard disk can contain one or more logical regions called partitions. Partitions are created when the user formats a hard disk as a basic disk. The creation of multiple partitions on a drive allows the appearance of having separate hard drives. For example, a system with one hard disk that has one partition contains a single volume, designated by the system as drive C. A system with a hard disk with two partitions typically contains drives C and D. Having multiple partitions on a hard disk can make it easier to manage the system, for example to organize files or to support multiple users.

Directory management A directory is a hierarchical collection of directories and files. The only constraint on the number of files that can be contained in a single directory is the physical size of the disk on which the directory is located.

Boot Process Booting Process of starting or restarting a computer Cold boot Turning on computer that has been powered off Warm boot Restarting computer that is powered on

A personal computer boot up process Step 1. Power supply sends signal to components in system unit Step 2. Processor accesses BIOS to start computer Step 3. BIOS runs tests, called the POST, to check components such as mouse, keyboard, and adapter cards Step 4. Results of POST are compared with data in CMOS chip Step 5. BIOS looks for system files on a USB drive, in floppy disk drive or CD/DVD drive, and then hard disk Step 6. Kernel (core) of operating system loads into RAM Step 7. Operating system loads configuration information and displays desktop on screen