Computer Management & Support: 3.0, 4.0, 5.0, 5.1, 6.0, 7.0, 8.0, 9.0, 10.0 Technology Education (9-12): 3.0, 3.1, 3.2, 11.0, 15.0 Courses of Study and.

Slides:



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

Understanding the Boot Process and Command Line
Lesson 4 0x Operating Systems.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.
Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.
Chapter 3 Understanding the Boot Process and Command Line.
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.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Operating Systems: Software in the Background
Operating Systems BTEC IT Practitioners.
1 Operating Systems Ch An Overview. Architecture of Computer Hardware and Systems Software Irv Englander, John Wiley, Bare Bones Computer.
The Operating System and the User Interface
Connecting with Computer Science, 2e
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.
PC Maintenance: Preparing for A+ Certification
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Operating System.
SOFTWARE.
Week 6 Operating Systems.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
Lesson 4 Computer Software
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
IT Essentials - Chapter 4 Operating System Fundamentals.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Operating Systems Operating System
Version 3 Operating System Fundamentals Module 4.
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.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Chapter 8 Operating Systems and Utility Programs
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
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
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.
Understanding the Boot Process and Command Line
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
Gene Perkins, Lassen High School Networking Academy
Connecting with Computer Science, 2e Chapter 9 Operating Systems.
Computer Hardware PC Operating Systems. What is an operating system? An OS is the interface between the user and the computer hardware It provides the.
University of Management & Technology 1 Operating Systems & Utility Programs.
How Hardware and Software Work Together
Operating Systems TexPREP Summer Camp Computer Science.
System Software CSCI-N 100 Department of Computer and Information Science.
14 Step-by-Step Instructions for an Upgrade Installation n Prepare for the installation Verify that all devices and applications are Windows 2000 compatible.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Digital Communication Systems Comp Functions of the Operating System.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
Operating Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Computers: Tools for an Information Age
Operating System & Application Software
Lesson 4 0x Operating Systems.
Chapter Objectives In this chapter, you will learn:
Operating System Review
Chapter 5: Using System Software
TexPREP Summer Camp Computer Science
Computer Technology Notes #3
Chapter 4 The Power behind the Power
Operating System Review
Chapter Overview Operating System Basics
Chapter 4 The Power behind the Power
Presentation transcript:

Computer Management & Support: 3.0, 4.0, 5.0, 5.1, 6.0, 7.0, 8.0, 9.0, 10.0 Technology Education (9-12): 3.0, 3.1, 3.2, 11.0, 15.0 Courses of Study and Strands

The Essential Question How is technology used in today’s society?

Unit Questions What is the difference between hardware and software? Why do we need operating systems? Content Questions What are some of the terminology used with operating systems? What are some major characteristics of operating systems used today? Which operating system works best for our school? Why? What is the trend of future operating systems?

Purpose and Objectives Identify various computer operating systems. Discuss the evolution of computer operating systems. Explain minimum requirements of an operating system. Describe the three core DOS files. Explain the differences between various versions of the Windows operating system Describe the boot process. Describe the relationship of application software, operating systems, BIOS, and system hardware components Describe the common characteristics of different operating systems.

What is an Operating System? The operating system (OS) provides the user with a file system structure and with the means of communicating with the computer hardware. The OS communicates with disk storage units, monitors, printers, memory, and other computer components. It makes sure that programs do not interfere with each other. User Application Software Operating System Software BIOS Computer Hardware The relationship of computer Hardware and software Components.

Operating Systems Characteristics Operating Systems characteristics is the way the operating system handles activities such as storing data, user interface, data presentation, or retrieving data. Multitasking – the ability of the operating system and hardware to support two or more programs running simultaneously. (i.e. playing a computer game and surfing on the internet at the same time.) Preemptive multitasking – sometimes called time slicing allows different programs to share the CPU of the computer system. This is pseudo-multitasking. If two programs try to use the same area of RAM at the same time the system freezes up. Common in Windows 95, Me, XP, Vista, NT, 2000, OS/2, MAC OS X these all use preemptive multitasking. Windows 7 also uses this type of multitasking. Cooperative multitasking – one program will dominate the operating system but will allow another program to run while it is idle. Common for MAC-OS 9 and earlier and Windows 3.x

User Interface Text line command (Command line Prompt) – interface is accomplished by the user typing the commands for the computer in a text format. Used by DOS, PCDOS, Linux, and Unix operating systems. Root Directory Sub Directories (folders) DOS command

Examples of DOS Commands CommandExampleDefinition copyC:\>copy c:memo1 a:Copies memo1 file from C drive to drive A dirC:\>dirDisplays files and directories (folders) in root directory C mdC:\>md C:\gamesMakes a directory (folder) games in the root directory C rdC:\>rd C:\gamesRemoves (deletes) directory (folder) games in the root directory C pingC:\>ping Sends a signal to IP address chkdskC:\>chkdsk c:Checks a disk for errors and displays findings on the monitor Command Line Examples

Windows 2000, Me, XP, Vista and Windows 7 utilize a DOS emulator in troubleshooting and advanced network administration. ping tracert creating script files disable fixmbr chkdsk ren Command Line Commands (continued)

Apple’s Macintosh Computers developed in the 1980s first to use Graphic User Interface (GUI) Windows followed suite with its 3.1 and Workgroup Xwindows designed in the mid 80’s was Unix version of windows. Used on Unix and Linux machines. XFree86 version 4.0 is now the new GUI used for Unix and Linux Graphic User Interface Graphic User Interface is an user-friendly operating system interface that provides the user the ability to perform functions by clicking on icons rather than typing in the commands in a command line prompt.

File System Structure The basic structure is fairly common between operating systems. Directories, sub-directories, and files. C:\ School GamesPinball Hearts Solitaire Modern Warfare 2 Math English Science Technology Project.doc Root Directory Subdirectory Directory File

DOS (Disk Operating System) DOS was an early operating system that was widely used throughout the world. Core files: io.sys msdos.sys command.com – Compact program that allows the user to interact with the computer. Contains internal commands. CommandSystem Response verDisplays software version. dirDisplays the list of files, directories and subdirectories. timeDisplays the time. dateDisplays the date. copyCopies a file or group of files from one location to another location. delDeletes a file. renameChanges the name of a file.

CommandSystem Response editStarts a new editor program similar to a word processor. formatPrepares the disk for storing data. chkdskChecks the condition of the disk and displays a report. printPrints a text file to a printer. External commands – individual executable files that extends the DOS capabilities beyond that of the internal commands. DOS (Continued)

Kernel – the core of an operating system Msdos.sys – is the kernel of the Disk Operating System. It enables the communication between the user and the hardware. io.sys – the file contains generic drivers necessary to communicate with the hardware (printer, floppy drives, hard drive and keyboard). DOS System Boot Disk – is a floppy disk that contains the files needed to run a computer with DOS. Format a: /s formats the floppy disk and copies the necessary files (system and operating files) required to run a computer with DOS. Naming DOS Files – it is divided into two parts. 1 st part is called name – consists of 1-8 characters 2 nd part is called the extension – consists of 3 characters Not all characters are used in DOS names. | + = * ? : [ ] DOS (Continued)

API - Application Program Interface. AVI - Audio/Video Interleaved used for Windows based movies. BAK - Backup Files. BAS - BASIC programming language sourcecode. BAT - MS-DOS batch file. BIN - Binary File. BMP - Bitmap format. CGI - Common Gateway Interface. Web based programs and scripts. COM - Command File. DAT - Data file DLL - Dynamic Linked Library. Microsoft application file. DOC - Document format for Word Perfect and Microsoft Word. EXE - DOS based executable file which is also known as a program. HLP - Standard help file. PIF - Program Information File ZIP - Compressed Zip archive. File Extension Examples

Microsoft Windows Usage share of web client operating systems. (Source: Median values from Usage share of operating systems for May 2010.) Windows XP 50.50% Vista 21.42% Windows % Mac OS X 5.80% Linux 1.24% iOS (IPhone) 0.87% Other 2.38%

Microsoft Windows (Continued) Desktop – from Windows 95 to present they are very similar. It has become the most common aspect of operating systems used today. Start or Windows button at the bottom left Help Find Settings Documents Programs Shut Down Starting with Windows 95 and Windows NT, file names are no longer limited to 8 characters but can be up to 255 characters long. As long as certain characters are not used. i.e. | + = * ? : [ ] Older Operating Systems Windows 95 and 98 required a startup disk to recover lost files in the Operating System. Windows Vista requires that the Vista DVD be used to start the recovery process.

Operating System Boot Sequence Boot sequence is the step-by-step process of bringing a computer to an operational state. It involves a combination of hardware and software control to initialize hardware and load the operating system. Warm and cold booting – Warm boot is to restart a computer that is already running. Cold boot is the starting of a computers by using the electrical power switch. Post – Conducted by the running of the bootstrap program which does a quick systems check to ensure that all hardware components such as: Keyboard Mouse Video system RAM And storage devices are working properly.

Windows Operating System Boot Sequence Comparison Chart Windows 95, 98, and Me Windows 2000 and XP Windows VistaWindows 7 Post io.sysInitial startup phase msdos.sysBoot loader phaseWindows Boot Manager phase config.sysDetect and configure hardware phase Windows Boot Loader phase command.comKernel loading phase Kernel 7 is loaded autoexec.batLogon phase

Windows 95, 98 and Me Boot Sequence BIOS performs the POST BIOS locates the MBR and loads it into memory BIOS loads the io.sys file into memory The io.sys file loads the file allocation table (FAT) into memory and then processes the msdos.sys file. The io.sys file processes the config.sys, command.com, autoexec.bat, and win.com files. Win.com loads the windows kernel, the graphic device interface (GDI), the explorer shell program, various files, and network support.

Windows NT-Based Boot Sequence

Name of Site: Common File Extensions URL: What I found at this site: File extension information Name of Site: Usage Share of Operating Systems URL: What I found at this site: % of operating systems usage world wide Works Cited