Download presentation
Presentation is loading. Please wait.
Published byDaniel Bell Modified over 9 years ago
1
Ch11 Getting Started with the Operating System
2
Ch12 Overview Will discuss the purpose and function of an operating system.
3
Ch13 Overview Will identify the system configuration and version of Windows that you are using.
4
Ch14 Overview The need and procedure for booting the system will be explained.
5
Ch15 Overview The function of, and rules for, file specifications will be explained.
6
Ch16 Overview Will discuss why Microsoft has DOS function available to the user.
7
Ch17 Overview Will compare and contrast data files with system files.
8
Ch18 Overview Will explain the purpose and function of commands and then use the commands for specific tasks.
9
Ch19 Overview Make a copy of a disk.
10
Ch110 Overview Learn the proper way to end a work session.
11
Ch111 What is an Operating System? The operating system: èFirst program loaded into memory ( RAM ) èSoftware program - makes computer work
12
Ch112 What is an Operating System? The operating system: èSupervises application programs and all input/output of computer èTakes care of mandatory functions of computer
13
Ch113 What is an Operating System? User communicates with the operating system and the OS runs the computer. Working with the operating system is known as being on the SYSTEM LEVEL.
14
Ch114 Versions of the Operating System (OS) New versions of OS Assigned a number take advantage of new technology. Upgrades contain enhancements which increase capabilities of computer.
15
Ch115 Versions of the Operating System (OS) è Current version of Windows Operating system is Windows XP Two versions Windows XP Home Edition and Windows XP Professional
16
Ch116 Overview of Files and Disks è Disks are the primary way to permanently save data and programs. è Files are used to organize data for ease of retrieval.
17
Ch117 Overview of Files and Disks Figure 1.1 Disks and Files p.4
18
Ch118 File Names, File Types, and Folders File names ( file specifications ): Must have a unique name. Comes in two parts-- File name File extension
19
Ch119 File Names, File Types, and Folders è File name describes and identifies the contents of a file. è The file extension identifies the type of file.
20
Ch120 File Names, File Types, and Folders Consider using the 8.3 rule when naming files.
21
Ch121 File Names, File Types, and Folders There are two types of files: è Program files è Data files
22
Ch122 File Names, File Types, and Folders Program files ( used to create data ): è Step by step instructions for computer è In RAM for application program to work è Fall into generic categories
23
Ch123 File Names, File Types, and Folders Data files: è User created using application program è Used only in conjunction with an application program
24
Ch124 File Names, File Types, and Folders The operating system can divide or structure disks into folders ( directories ).
25
Ch125 File Names, File Types, and Folders Primary directory (Root): è Created when disk is formatted è Symbol is \ (backslash)
26
Ch126 Identifying Your System Configuration Different system configurations: è One hard disk drive, one CD-ROM drive, and one floppy disk drive è One hard disk drive, one CD-ROM drive, one floppy disk drive, and one Zip drive è Two hard disk drives, one CD-ROM drive, and one floppy disk drive è One hard disk drive, one CD-ROM drive, one read- write CD-ROM drive, and one floppy disk drive
27
Ch127 Computer Configuration Guide Comparison of Previous Windows Versions with XP p. 7
28
Ch128 Computer Configuration Guide Comparison of Book Reference and Your System p. 7
29
Ch129 Booting the System Booting the system: è Moving operating system programs from system disk to memory (RAM) so computer can be used
30
Ch130 Activity—Booting the System Fig 1.2 Powering on the Computer p. 8
31
Ch131 Activity—Booting the System Windows XP Professional Startup Sequence: 1. BIOS initiates POST, finds boot device and then loads first physical sector or booting device into memory. 2. Ntldr is loaded and then it loads Ntdetct.com for hardware detection. 3. Hardware configuration selection ( if needed). 4. Kernel loading.
32
Ch132 Activity—Booting the System Windows XP Professional Startup Sequence: 5. Determine which Plug and Play devices are installed. 6. Media support files for hard drive and any special video drivers are loaded. 7. Drivers for all services system supports are loaded. 8. Operating system logon process
33
Ch133 Activity—Booting the System KEY CONCEPTS: è Lab procedures è Handling of disks è Windows XP Professional startup sequence
34
Ch134 Shutting Down the System Must shut down computer properly so it will not “crash”.
35
Ch135 Activity—Windows Shut- Down Procedure KEY CONCEPTS: è Proper shut down procedure è Logging off vs. shutting down computer
36
Ch136 Why DOS? Windows is a graphical user interface (GUI).
37
Ch137 Why DOS? DOS as a stand alone operating system is dead.
38
Ch138 Why DOS? Disk Operating System ( DOS ): è Character-based OS è Works with prompts such as C:\> è Command line interface
39
Ch139 Why DOS? To accomplish task at command line interface need to know: è What command to use è How to use command
40
Ch140 Why DOS? Why learn DOS? è Many tasks must be done at the command line prompt è Some tasks are accomplished easier and faster in DOS è Assumption that user “knows” DOS
41
Ch141 Why DOS? Why learn DOS? è Internet users use command line similar to DOS è Career with networks or computer related fields must know command line interface è Knowing DOS a must if working for A+ certification.
42
Ch142 Accessing the Command Line Prompt è To access command line prompt, must open Command Prompt (DOS) window. è Exit Command Prompt window before turning off computer
43
Ch143 Activity—The Command Line Prompt KEY CONCEPTS: è Opening Command Prompt Window è Creating shortcut to command line è Wizard è Naming shortcuts è Altering properties of Command Prompt Window
44
Ch144 Controlling the Appearance of the Command-Line Window The appearance of the command-line window can be altered.
45
Ch145 Controlling the Appearance of the Command-Line Window While in the window view can... use Minimize button. î use Maximize button. use Restore button. alter size of text. toggle between window and full- screen mode.
46
Ch146 Activity—Altering the Command-Line Window KEY CONCEPTS: è Tool Tips è Minimize/Maximize/Restore Windows è TrueType vs. raster (bit-mapped) fonts è Return to desktop and follow proper shut down procedure
47
Ch147 The Default Drive and Default Directory Command prompt: è Where user keys in commands è Is character-based
48
Ch148 The Default Drive and Default Directory The command prompt: è C:\> è C:\WINDOWS> è C:\WINDOWS\SYSTEM32>
49
Ch149 The Default Drive and Default Directory Displayed default drive and directory: è Your location è Where the OS looks for commands è Can be changed
50
Ch150 The Default Drive and Default Directory Displayed default drive and directory depends on: è System configuration è Current running software
51
Ch151 Activity—Changing the Default Drive Fig 1.3 Inserting a Disk p.19
52
Ch152 Activity—Changing the Default Drive KEY CONCEPTS: è Recognizing prompt è Where to key in information è When to press key è Proper way to insert disk
53
Ch153 Understanding Commands Commands: è Programs that perform specific tasks è Are either internal or external
54
Ch154 Understanding Commands Internal commands: è Built into command processor è Automatically loaded/stored in RAM when system booted
55
Ch155 Understanding Commands External commands: è Are stored as files on a disk è Must be read into RAM each time command is keyed in
56
Ch156 Understanding Commands All program files ( including application programs ) are external.
57
Ch157 Understanding Commands “External command”: è Group of programs that perform operating functions è Group of files referred to as system files or command line utility files
58
Ch158 Understanding Commands In Command Prompt window: è No icons è To use command must know its file name
59
Ch159 Understanding Commands DIR command: è “Table of Contents” of a disk - can be accessed from the command line è Equivalent of Explorer in Windows
60
Ch160 Activity—Using the DIR Command KEY CONCEPTS: è Scrolling è DIR command
61
Ch161 Software Versions New software versions: è Take advantage of new technology è Contain enhancements è Assigned version numbers
62
Ch162 Activity—Using the VER Command KEY CONCEPTS: è Determining version number
63
Ch163 The CLS Command The CLS command: è Clears screen è Returns cursor to home position è Erases screen display - not files
64
Ch164 Activity—Using the CLS Command KEY CONCEPT: è Clearing screen
65
Ch165 The DATE and TIME Commands è DATE and TIME automatically set when computer is booted. è System date/time are the date/time the computer uses when it creates or updates files.
66
Ch166 The DATE and TIME Commands To change system date/time: è Use internal DATE/TIME commands at command line è Click time display at far right of task bar
67
Ch167 Activity—Using DATE/TIME Commands at Command Line KEY CONCEPTS: è Changing/keeping date displayed è Changing/keeping time displayed è Importance of format è /T parameter with DATE and TIME è Importance of returning date and time to current date and time before you shut down if logged onto a DOMAIN.
68
Ch168 Activity—Changing Date & Time Using Taskbar KEY CONCEPTS: è Use taskbar to change date & time è Spin box è Drop-down list box
69
Ch169 Media Objects: Their Properties and Values Objects: è Can be opened è Have properties/may have values è Can be manipulated è Can have settings/parameters
70
Ch170 Media Objects: Their Properties and Values Property: è Characteristics of on object Details about file that help identify it
71
Ch171 Media Objects: Their Properties and Values Value: è All objects of same type have same properties è Value of each property separates one object from another
72
Ch172 Media Objects: Their Properties and Values Example: è Humans (objects) è Have names (property) è Specific name (value)
73
Ch173 Activity—Examining Disk Properties & Values KEY CONCEPTS: è Left/right view of My Computer window è Identify type of drive by its icon è Properties of ACTIVITIES disk
74
Ch174 Activity—Examining Disk Properties & Values Fig 1.1 My Computer in a Classic Window Display p.128
75
Ch175 Ethical Considerations in Copying Disks Illegal to: è Copy a program/disk you did not purchase è Record a CD you did not purchase
76
Ch176 Ethical Considerations in Copying Disks It is legal to make a backup copy of purchased program disks for personal use in case something happens to original.
77
Ch177 Making a Copy of the ACTIVITIES Disk: DISKCOPY To make an exact copy of a disk you must use the same media ( type and capacity ).
78
Ch178 Making a Copy of the ACTIVITIES Disk: DISKCOPY DISKCOPY: è External program è Makes back up copy of floppy disk è Stored in WINDOWS\SYSTEM32 subdirectory as DISKCOPY.COM
79
Ch179 Activity—Using DISKCOPY Fig 1.5 Floppy Disk Label Placement p. 31
80
Ch180 Activity—Using DISKCOPY KEY CONCEPTS: è Must use like media when copying disk è DISKCOPY command è Source disk è Target disk
81
Ch181 How to End the Work Session è Must always exit Windows properly and completely to avoid damaging the system. è If stop in middle of an activity remember what prompt is so you can return to prompt when you begin again.
82
Ch182 Activity—Ending the Work Session KEY CONCEPT: è Shut-down procedure
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.