Operating Systems Chapter 4.

Slides:



Advertisements
Similar presentations
Operating-System Structures
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Lesson 4 0x Operating Systems.
What is an operating system? Is it software?
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
System Software © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Computing Essentials 2013.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Chapter 8 Operating Systems and Utility Programs.
Operating Systems: Software in the Background
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
The Operating System and the User Interface
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Operating System.
SOFTWARE.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Computer for Health Sciences
Lesson 4 Computer Software
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.
How do people communicate with computers?
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter Three OPERATING SYSTEMS.
Ch 26 & 27 User Interfaces.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and Software
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
SOFTWARE.
Chapter 4 System Software.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Software GCSE COMPUTING.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
PPT Slides by Dr. Craig Tyran & Kraig Pencil Information Systems Software MIS 320 Kraig Pencil Summer 2013.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
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.
© 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.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Computer Operating Systems And Software applications.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Chapter 5 Operating Systems.
Computers: Tools for an Information Age
Tech Level Cyber Security
Lecture 1-Part 2: Operating-System Structures
Computer Software Digital Literacy.
System Software EIT, © Author Gay Robertson, 2016.
Computer Software Digital Literacy.
What is an Operating System?
Chapter 4.
Lecture 1-Part 2: Operating-System Structures
ICT Programming Lesson 3:
Software - Operating Systems
Presentation transcript:

Operating Systems Chapter 4

Chapter Objectives Define an operating system and its main functions. List the main operating systems in use today. Identify the features and advantages of a CLI. Identify the features and advantages of a GUI. Explain DOS. Compare major operating systems.

Introduction to Operating Systems Common operating systems are: Microsoft Windows, Mac OS, UNIX, Linux. The operating system is basically the ‘manager’ of the computer Without an operating system no other software applications could work. The OS must manage processor resources, memory, storage, input/output and the user interface.

Operating System Basic Tasks Manage Memory Manage CPU resources Manage Storage Resources Control Input and Output Establish Basic Elements of the User Interface

User Interfaces A user interface can be broadly defined as the space or environment where interaction between humans and machines occurs. A good user interface does the following: Allows the user to manipulate a system Allows the system to indicate the effects of the users' manipulation .

Two Types of Computer Interfaces Command Line Interface (CLI) Early computers used a command line interface that required users to type memorized commands to run programs and accomplish tasks. Graphical User Interface (GUI) A GUI is an interface built around visual things

DOS Disk Operating System

DOS: Disk Operating System DOS is an acronym for Disk Operating System. DOS was released in 1981 by Microsoft and was a non-graphical command line operating system. DOS is considered the first commercial operating system to be released for use on a microcomputer.

Graphical User Interface (GUI) First developed in 1981 Pronounced as”gooey” or”gee you eye” GUI uses windows, icons, and menus to execute such command such as opening files or folders, moving, copying or deleting files. Easy to learn and use.

Graphical User Interface (GUI) In 1983 Apple releases the LISA computer as the first GUI computer.

Graphical User Interface (GUI) A GUI is an interface built around visual things: Windows are areas of the screen that are used to display information or controls Icons are small graphics that are used to represent tasks and applications. Menus are graphical boxes that list options the user can select from. A pointer is graphic that can be moved around the screen to select tasks.

Graphical User Interface (GUI) Microsoft Windows GUI

CLI versus GUI

CLI versus GUI Because of the memorization and familiarity needed to operate a command line interface new users find it much more difficult Users have much more control of their file system and operating system in a command line interface. Does not offer the ability to view multiple things at once on one screen. Command line Interface is fast. A computer that is only using the command line takes a lot less of the computers resources. CLI

CLI versus GUI GUI Easy to learn and use. Using a mouse and keyboard to control your operating system for many things is going to be much slower than someone who is working in a command line. A GUI will require a lot more system resources because of each of the elements that need to be loaded such as icons, fonts, etc. GUI users have windows that enable a user to easily view, control, and manipulate multiple things at once. GUI

Using a CLI Within Microsoft Windows Easy to learn and use. Using a mouse and keyboard to control your operating system for many things is going to be much slower than someone who is working in a command line. A GUI will require a lot more system resources because of each of the elements that need to be loaded such as icons, fonts, etc. GUI users have windows that enable a user to easily view, control, and manipulate multiple things at once. GUI

Other Operating Systems UNIX is a powerful OS Originally designed for network computers Developed by Bell Labs in 1960’s. All of the most popular Operating Systems are UNIX based with the exception of MS Windows

Other Operating Systems Derived from UNIX Free to download Open source Powerful alternative to MS Windows

Other Operating Systems MAC OS X Mac OS X is Apple’s current OS Its interface is built on a UNIX foundation This OS has improved stability, security and performance It is a great alternative to Windows 7 if you are in the market for an Apple computer

What is the best operating system? The Mac OS X has better security controls to limit the spread of viruses. Apple computers are still much more expensive than other computers. Apple computers are notoriously easy to use. Apple computers are designed for graphics and multimedia. Windows based computers have a wider selection of software. Windows based computers are better for gaming. Windows based computers do very well with graphics and multimedia. Windows based computers are better for business application. Windows based computers have a 90% market share. Linux/UNIX based systems are very stable. Linux/UNIX has many features found in other operating systems. Linux is free and is open source.

What is the best operating system? If you are in the market for a new computer or an upgraded operating system, it is suggested that you try out different operating systems at retail stores. Talk to experts and research each operating system. In the case of Linux you can download it for free from the Internet.

Mobile Operating Systems A mobile operating system, also known as a mobile OS, is the operating system that controls a mobile device or other information device.

Mobile Operating Systems Devices running a mobile OS include: Smart phones Tablet computers Personal digital assistants

Mobile Operating Systems Major companies producing Mobile OS: Google Apple Nokia RIM Palm Microsoft

Mobile Operating Systems Most popular mobile operating systems Google Android Apple iOS Blackberry OS

End of Chapter Chapter Four Complete