Lesson 6 Operating Systems and Software

Slides:



Advertisements
Similar presentations
Objectives Overview Define an operating system
Advertisements

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.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
Introduction to windows operating system i
Chapter 5 System Software.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Computer Parts There are many parts that work together to make a computer work.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Computing Fundamentals Module Lesson 4 — Computer 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.
Computer for Health Sciences
Lesson 4 Computer Software
Lesson 4: What Is Software?
Operating Systems Operating System
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 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 8 Operating Systems
Ms. Tracy. Directions: Answer bell ringer, login, navigate to Edmodo -> Small Group (Module 1 – Lesson 8) Question: A graphic that is saved as a.PNG is.
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
Chapter 4 System Software.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Explain the purpose of an operating system
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
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©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Computing Fundamentals Module Lesson 23 — Computer Software
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Operating Systems Morrison / WellsCLB: A Comp Guide to IC 3 3E 1 Morrison / Wells.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Computer Operating Systems And Software applications.
1 Lesson 8 Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Operating System and Utility Programs
Computers: Tools for an Information Age
Operating System Review
Computer Software.
5 SYSTEM SOFTWARE CHAPTER
Operating System Review
Lesson 8 Operating Systems
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Presentation transcript:

Lesson 6 Operating Systems and Software Computer Concepts BASICS 4th Edition Wells

Objectives Distinguish between software and hardware Describe the difference between applications software and system software Describe the three categories of systems programs Describe operating systems for microcomputers Describe network operating systems 2

Vocabulary applications software basic input/output system (BIOS) booting graphical user interface (GUI) language translator Linux Mac OS MS-DOS multitasking network operating system (NOS) 3

Vocabulary (continued) operating system (OS) system software UNIX user interface utility program Windows Windows Embedded CE Windows Mobile 4

Hardware and Software Hardware refers to the tangible, physical computer equipment that can be seen and touched such as the keyboard and printer Software is a set of instructions issued to the computer so that specific tasks are performed. Microsoft Word is an example of software. 5

Types of Software There are two basic types of software: Applications software is productivity software designed for an end user such as word processors System software is a group of programs that control the resources and operations of a computer system and include operating systems, utilities, and language translators 6 6

Types of Software (continued) Operating Systems: Part of the system software, an operating system (OS) provides an interface between the user or application program and the computer hardware An example of an operating system is Windows 7

Types of Software (continued) Operating system: an interface between users and computers 8

Types of Software (continued) Utilities: Utility programs help you perform housekeeping chores such as: formatting a disk copying a file backing up the hard drive consolidating fragmented files 9 9

Types of Software (continued) Language Translators: Language translators convert English-like software programs into machine language that the computer can understand For example, the translator would change each of the Visual Basic programming statements into machine language 10 10

Microcomputer Operating Systems All computers have operating systems There are two types of user interfaces: command-line and graphical interface. Several popular operating systems are available for microcomputers: DOS A combination of DOS and Windows A stand-alone version of Windows 11

Microcomputer Operating Systems (continued) Early computers used command-line interfaces With this type of interface, you must type the exact command you want to execute The first IBM PC in 1981 used this type of interface called DOS (Disk Operating System) The user can run only one program at a time DOS still is accessible in all Windows OS versions 12 12

Microcomputer Operating Systems (continued) Command-line interface showing an example of the Ping command. 13

Microcomputer Operating Systems (continued) Graphical User Interfaces: Graphical user interfaces (GUIs) make computers easy to use When the user turns on the computer a symbolic desktop is displayed with various icons representing files, disks, and programs Most people use a mouse to click the icons and execute commands 14 14

Microcomputer Operating Systems (continued) Graphical user interface 15

Microcomputer Operating Systems (continued) Mac OS: Macintosh’s operating system, the Mac OS, was introduced in1984 with a GUI Microsoft introduced its own GUI called Windows in 1983 Windows 95 was Microsoft’s first true multitasking operating system 16 16

Microcomputer Operating Systems (continued) Windows: Windows 98 was released in June of 1998 and introduced integrated Web browsing and the Active Desktop with a browser-like interface Microsoft’s newest operating system is called Windows Vista and includes features such as live icons and a stronger firewall 17 17

Microcomputer Operating Systems (continued) Turn off the computer by clicking the Start button and then the Power button on the Start menu Vista Shut down options: Restart: Shuts down and restarts computer Sleep: Power-saving option; works the same as the Power button Hibernate: Power-saving option; allows you to return to same programs and files Shut Down: Turns everything off 18 18

Microcomputer Operating Systems (continued) Embedded Operating Systems: Embedded operating systems include technology and tools that enable developers to create a broad range of devices This operating system, which resides on a ROM chip, is used on small handheld computers and wireless communication devices such as PDAs 19 19

Microcomputer Operating Systems (continued) UNIX: UNIX is an operating system frequently used by scientists and programmers, originally developed by AT&T UNIX is considered a multitasking, portable operating system that can run on almost any hardware platform There are several variants of the language, such as Linux and IBM’s AIX 20 20

Loading the Operating System Booting is the process of starting a computer When you start your computer, operating system commands are loaded into memory Each operating system boots or starts the computer in its own way 21

Loading the Operating System (continued) 1. Turn on your computer (based on Windows OS) Basic input/ output system (BIOS) is activated followed by a series of diagnostic tests 2. BIOS searches for the boot record 3. Boot record is loaded into RAM These files contain programming configuration instructions for hardware devices and software applications that are installed on your computer 22 22

Loading the Operating System (continued) 4. Software drivers are loaded Drivers are what enable you to use your printer, modem, scanner, or other devices 5. The GUI is loaded When loading the GUI, the operating system reads the commands for your desktop configuration and programs in the Startup folder 6. If everything goes as it should, the GUI appears and the computer is ready to use 23 23

Loading the Operating System (continued) Sharing Files on Different Operating Systems: It is often necessary to share files across operating system platforms A hardware file share solution is an emulation card loaded on the motherboard that gives the computer the ability to run programs for another OS Another solution is to save files in a format that is readable across systems, such as .txt 24 24

Network Operating Systems A network operating system (NOS) resides on a network server and allows a group of computers (also called clients) to be connected and to share resources One of the main goals of the operating system is to make the resources appear as though they are running from the client computer 25

Summary Hardware refers to the tangible, physical computer equipment that can be seen and touched. Software is a set of instructions that tells the computer what to do; software also is called a program. The two basic types of computer software are applications software and system software. Applications software also is known as productivity software. 26

Summary (continued) System software coordinates and controls the resources and operations of a computer system. Three major categories of system software are operating systems, utilities, and language translators. Operating systems provide an interface between the user and application program and the computer hardware. Utility programs help users complete specialized tasks such as file management. 27

Summary (continued) Language translators convert English-like software programs into machine language. A programmer uses a programming language to write program statements. All computers have operating systems. The user interface is the part of the operating system with which we are most familiar. The two most common user interfaces are command-line interfaces and graphical user interfaces. 28

Summary (continued) The Mac operating system is used with Apple’s Macintosh computers. Icons are symbols that represent documents, software programs, disks, and so forth. DOS was introduced with the IBM PC in 1981 and is a character-based operating system. Microsoft introduced the first version of Windows in 1983; this was an operating environment. Windows 95 was Microsoft’s first true multitasking operating system. 29

Summary (continued) Windows Embedded CE is a scaled-down Windows operating system used for small handheld computers. UNIX and Linux are portable operating systems. Network operating systems allow a group of two or more microcomputers to be connected. Several methods are available for sharing files on different operating systems. 30