BAB 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT. User interface – –a program that controls a display for the user (usually on a computer monitor) and.

Slides:



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

Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
Lesson 4 0x Operating Systems.
Operating System.
Objectives Overview Define an operating system
Operating-System Structures
Essential Introduction to Computers. What is a Computer? An electronic device, operating under the control of instructions stored in its own memory, that.
Operating systems This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts: popular.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Operating Systems: Software in the Background
Ch2: Operating Systems Dr. Basel Mahafzah. What is an Operating System? An operating system (OS) is a collection of programs which initializes the hardware.
Spring 2007Introduction to OS1 IT 3423: Operating System Concepts and Administration Instructor: Wayne (Weizheng) Zhou
Application Software CSC151.
Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random access memory.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Installing Windows Vista Lesson 2. Skills Matrix Technology SkillObjective DomainObjective # Performing a Clean Installation Set up Windows Vista as the.
SOFTWARE.
Computer for Health Sciences
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
DOS Understanding what you can do. Operating System Traits An OS only works with one type of processor –X86 processors for us; Motorola for Mac –Must.
Software GCSE ICT.
CS 0004 –Lecture 1 Wednesday, Jan 5 th, 2011 Roxana Gheorghiu.
Chapter 4 System Software.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Software GCSE COMPUTING.
OS provide a user-friendly environment and manage resources of the computer system. Operating systems manage: –Processes –Memory –Storage –I/O subsystem.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Most modern operating systems incorporate these five components.
Introduction to Interactive Media Interactive Media Tools: Software.
Explain the purpose of an operating system
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
IST 222 Introduction to Operating Systems Fall, 2004.
APPLICATION SOFTWARE. EXAMPLE S What’s an application software ? Application software consists of programs designed to make users more productive and/or.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
5 The Shell, the IOCS, and the File System. © 2005 Pearson Addison-Wesley. All rights reserved Figure 5.1 The components of a modern operating system.
Computer Components: Software Computer Technology.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Digital Communication Systems Comp Functions of the Operating System.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
MULTIMEDIA TECHNOLOGY SMM 3001 OPERATING SYSTEM. how operating systems software manage the computer how operating systems software manage the computer.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
Operating System (Reference : OS[Silberschatz] + Norton 6e book slides)
Computer Software. Two Major Types of SW System SW Programs that generally perform the background tasks in a computer. These programs, many times, talk.
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Lesson 4 0x Operating Systems.
Lecture 1-Part 2: Operating-System Structures
Operating System.
Chapter 12: File System Implementation
Introduction to Operating Systems
TexPREP Summer Camp Computer Science
Chapter 2: System Structures
Information Technology Ms. Abeer Helwa
Lecture 1-Part 2: Operating-System Structures
Software - Operating Systems
Presentation transcript:

BAB 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

User interface – –a program that controls a display for the user (usually on a computer monitor) and that allows the user to interact with the system) –the users -> interact with the system File system – –a file system (often also written as filesystem) is a method of storing and organizing computer files and the data they contain to make it easy to find and access them Input output control system (IOCS) – – A set of flexible routines that supervise the input and output operations of a computer at the detailed machine-language level. –Ex: BIOS Definitions of User interface, File system and IOCS

Type of user interface Command interface is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. Also know as command line interface (CLI) Eg :

Cont… Menu interface the menu interface provides a list of boot entries to the user to choose from. Use the arrow keys to select the entry of choice, then press to run it. Eg:

Cont… Graphical user interface Its use graphical icons, and visual indicators, as opposed to text-based interfaces, typed command labels or text navigation to fully represent the information and actions available to a user. Eg:

Cont… Voice-actuated interface Use by the intelligent machine control and it control by voice. Input/instruction from voice

Cont Web form interface Accept input & provide output by generating web pages, transmitted via the internet and viewed by the user using a web browser prog. resemble paper forms because internet users fill out the forms using checkboxes, radio buttons, or text fields E.g.: –Mysql webform interface –Citrix web interface

Basic functions perform by OS user interface User interface(UI) is a hardware and software which facilitate communication between the user and the computer UI brings structure to the interaction between a user and the computer the user interface is a program or set of programs that sits as a layer above the operating system itself

Functions perform by File System The method for storing and retrieving files on a disk The file system manages a folder/directory structure, which provides an index to the files, and it defines the syntax used to access them File systems dictate how files are named as well as the maximum size of a file or volume example, –FAT32 and NTFS are Windows file systems, and –HFS use on Macs. –Linux use ext2, ext3 and FAT32

Logical I/O Logical I/Os are read operations Buffers are cached in shared memory Most logical I/Os can be satisfied from cache The remainder will result in physical I/Os Logical I/Os include –current reads –consistent reads

Physical I/O Physical Disk I/O: This is the portion of the I/O that involves the transfer of data to or from the physical hardware. Traditionally, I/O troubleshooting focuses on this portion of the I/O process.

Directory management vs disk space management The organization and maintenance of a directory service, which manages user access in a network The organization of folders (directories) on a storage medium such as a hard disk manage your disk space is to ensure optimal performance Managing disk space involves maintaining separate file systems, providing sufficient disk space, using shared devices for storage, managing temporary files

Functions of input output control system A set of flexible routines that supervise the input and output operations of a computer at the detailed machine-language level. Abbreviated IOCS

Boot process is a process that starts operating systems when the user turns on a computer system. Then boot sequence will initial set of operations that the computer performs when power is switched on.