1 Learning Objectives After Completing This Chapter, You Will Be

Total Page:16

File Type:pdf, Size:1020Kb

1 Learning Objectives After Completing This Chapter, You Will Be Learning Objectives After completing this chapter, you will be able to: 1. Define operating system. 2. Define enhancements. 3. Explain the function and purpose of OS 3. Use the DIR command to display the files on version numbers. the screen. 4. List some of the types of system configura- 4. Use the VER command to determine which tions. version of Windows is being used. 5. Explain the need and procedure for booting 5. Use the CLS command to clear the screen. the system. 6. Use the DATE and TIME commands to set or 6. Explain the function of disk files. change the date and time on the computer. 7. Explain the function of and rules for file 7. Make a copy of a disk. specifications. 8. End a computer work session. 8. List and explain the importance of the two Chapter Overview types of computer files. Most people who use computers are really 9. Describe the function and purpose of com- interested in application software. They want mands. programs that are easy to use and that help them 10. Compare and contrast internal and external solve specific problems. However, before you can commands. use application software, you must know at least 11. Explain the function and purpose of the DIR, the basics of using the operating system. No VER, and CLS commands. computer can work without an operating system 12. Explain the purpose of and the procedure for in RAM. The Windows operating system takes using the DATE and TIME commands. care of mandatory functions for computer 13. Explain the legal and ethical ramifications of operations such as handling the input and output copying disks that were not purchased. of the computer, managing computer resources, 14. Explain the purpose and function of the and running application software. It enables the DISKCOPY command. user to communicate with the computer. 15. Explain the necessary steps to end a work In this chapter you will learn about loading the session. operating system into the computer, use some Student Outcomes basic commands, make a copy of the ACTIVITIES 1. Identify your system configuration. disk to use in future activities, learn your system 2. Boot the system. configuration, and identify the version of Win- dows you are using. 1 2 CHAPTER 1 GETTING STARTED WITH THE OPERATING SYSTEM 1.1 What Is an Operating System? An operating system is a software program. If you have a microcomputer, com- monly referred to as a PC, that conforms to the standards developed by IBM and uses a microprocessor in the Intel family, you are probably using a version of the Windows operating system. In fact, these computers are sometimes called Wintel machines because they use the Intel processor and run the Windows operating system. You need to load the Windows operating system (the OS) into memory (RAM) before you can use other software programs. The OS is in charge of the hardware components of the computer—the monitor, the keyboard, the printer, etc. You, the user, communicate what you want the computer to do through the OS. These commands are issued by pointing and clicking when in the GUI (Graphical User Interface) or by keying in commands such as TYPE or CLS at the command line prompt. 1.2 Versions of the Operating System (OS) Microsoft periodically releases new versions of the OS to take advantage of new technology. These new upgrades contain enhancements. The term enhancements simply means that more functions and/or commands are available. In addition, new versions of software and operating systems fix problems, called bugs, that appeared in earlier versions. To keep track of these versions, each new version is assigned a number. The first version of Windows 95 was Windows 95 4.00.950, released in 1995. The last Windows 95 version was 95 4.00.1111, known as Windows 95B or OSR2. Also available is a major update of Windows 95 called Windows 98, SE version 4.10.1998. The next version of Windows was Windows Millennium Edition, referred to as Windows Me. These versions of Windows are and were primarily used on personal desktop computers. Windows NT Workstation was a desktop operating system designed primarily for software developers and “power users,” such as engineers who worked on large, powerful applications such as CAD (Computer-Aided Design). Microsoft’s network operating system, Windows NT Server, was primarily used in large corporate environments where it provided network administrators with the ability to manage many networked computers with various security needs. Windows 2000 Professional was the replacement for Windows NT Workstation 4. It was used as a desktop operating system in a networked environment or as a stand-alone operating system. The current version of the Windows operating system is Windows XP. It comes in two distinct versions—Windows XP Home Edition and Windows XP Professional. The two versions are very similar with the primary difference being that in Win- dows XP Home Edition, certain features are disabled. There are also some cosmetic changes that make it easier for the home user. The major differences in the Windows XP Home Edition are: n Backup—Must be installed separately. n Multiprocessor support—Not supported. n Domain-based network support—Not supported. 1.3 OVERVIEW O ILES AND DISKS 3 n User Administration—Less control over user accounts. Windows XP Home Edition does provide the ability to set up user accounts for multiple users on the same computer as well as providing levels of security. However, Windows XP Professional has a much more robust set of user account administration. n File Encryption—Not supported on NTFS formatted disks. n Remote Desktop—Not supported. This feature allows a user to see the desktop of another computer. n Offline Files and Folders—Not supported. This feature allows you to copy files from a server to a notebook computer or to work offline from a server. n Upgrades—Cannot upgrade to Windows XP Home Edition from Windows NT or 2000. You can upgrade from Windows 98 or Windows Me to either version of Windows XP. There are also other versions of XP designed either for very fast processing of large amounts of data or for server-based computing. These include Windows XP 64-bit Edition which runs on the (now) new version of Intel’s 64-bit Itanium proces- sor. The 64 Bit Edition supports not only 32-bit applications but provides a much more efficient environment for the processing of very large amounts of data, such as those used on high-end engineering, scientific, and graphics workstations. In this light are the releases of the Windows .NET Server and Advanced Server. These are designed to run on servers rather than on workstations. Servers are those computers that provide services to other computers on network. There will be releases of 32-bit server versions as well but they will be labeled Windows .NET Servers. This text will focus on Windows XP Professional, though much of the information is applicable to most versions of the Windows operating system. It is assumed in this textbook that Windows XP Professional is installed on your computer. If you are working on your own computer and have not installed or upgraded to Windows XP Professional, refer to the documentation that came with the Windows software so you can initiate the installation or upgrade. If you are in a laboratory environment, a version of Windows will be available for you. 1.3 Overview of iles and Disks You need a way to store information permanently. In the computer world, the primary way to save data and programs permanently is to store them on a disk. After you have booted your computer, the OS reads the programs or data it needs from the disk into its memory. However, in order for Windows to find this informa- tion, it has to have a way of organizing it, which it does by keeping programs and data in files on the disk. Just as you organize your written work in files, Windows organizes computer information in disk files. A disk file is much like a file folder stored in a file cabinet. The file cabinet is the floppy disk or the hard disk. A file consists of related information stored on the disk in a “folder” or directory with a unique name. Information with which a computer works is contained and stored in files on the disk. (See Figure 1.1.) 4 CHAPTER 1 GETTING STARTED WITH THE OPERATING SYSTEM Trees Yew Oak Fir Trees Fir k Oa Rocks Yew igure 1.1Disks and iles 1.4 ile Names, ile Types, and olders Because computers must follow very specific rules, there is a specific format for file names. Technically, a file name is called the file specification. The first rule is that the file specification must be unique. Second, the file specification is broken into two parts, a file name and a file extension. The file name typically describes or identifies the file, and the file extension typically identifies the kind of data in the file. Since the term “file specification” is rather awkward, most people simply refer to the file name, meaning both the file name and its extension. In versions of the OS before Windows, referred to simply as DOS, the file name size was limited by what was called the 8.3 (eight-dot-three) rule, which was a limit of eight characters for the file name and three characters for the file extension). In Windows, the 8.3 rule is gone. Now file names can have a maximum of 255 characters, referred to as LFNs (long file names).
Recommended publications
  • Customizing and Extending Powerdesigner SAP Powerdesigner Documentation Collection Content
    User Guide PUBLIC SAP PowerDesigner Document Version: 16.6.2 – 2017-01-05 Customizing and Extending PowerDesigner SAP PowerDesigner Documentation Collection Content 1 PowerDesigner Resource Files.................................................... 9 1.1 Opening Resource Files in the Editor.................................................10 1.2 Navigating and Searching in Resource Files............................................ 11 1.3 Editing Resource Files........................................................... 13 1.4 Saving Changes................................................................13 1.5 Sharing and Embedding Resource Files...............................................13 1.6 Creating and Copying Resource Files.................................................14 1.7 Specifying Directories to Search for Resource Files.......................................15 1.8 Comparing Resource Files........................................................ 15 1.9 Merging Resource Files.......................................................... 16 2 Extension Files................................................................18 2.1 Creating an Extension File.........................................................19 2.2 Attaching Extensions to a Model....................................................20 2.3 Exporting an Embedded Extension File for Sharing.......................................21 2.4 Extension File Properties......................................................... 21 2.5 Example: Adding a New Attribute from a Property
    [Show full text]
  • Windows Command Prompt Cheatsheet
    Windows Command Prompt Cheatsheet - Command line interface (as opposed to a GUI - graphical user interface) - Used to execute programs - Commands are small programs that do something useful - There are many commands already included with Windows, but we will use a few. - A filepath is where you are in the filesystem • C: is the C drive • C:\user\Documents is the Documents folder • C:\user\Documents\hello.c is a file in the Documents folder Command What it Does Usage dir Displays a list of a folder’s files dir (shows current folder) and subfolders dir myfolder cd Displays the name of the current cd filepath chdir directory or changes the current chdir filepath folder. cd .. (goes one directory up) md Creates a folder (directory) md folder-name mkdir mkdir folder-name rm Deletes a folder (directory) rm folder-name rmdir rmdir folder-name rm /s folder-name rmdir /s folder-name Note: if the folder isn’t empty, you must add the /s. copy Copies a file from one location to copy filepath-from filepath-to another move Moves file from one folder to move folder1\file.txt folder2\ another ren Changes the name of a file ren file1 file2 rename del Deletes one or more files del filename exit Exits batch script or current exit command control echo Used to display a message or to echo message turn off/on messages in batch scripts type Displays contents of a text file type myfile.txt fc Compares two files and displays fc file1 file2 the difference between them cls Clears the screen cls help Provides more details about help (lists all commands) DOS/Command Prompt help command commands Source: https://technet.microsoft.com/en-us/library/cc754340.aspx.
    [Show full text]
  • PGP Desktop for Mac OS X Quick Start Guide Version 10.0
    PGP Desktop for Mac OS X Quick Start Guide Version 10.0 In addition, use PGP Desktop to: What is PGP Desktop? y Use part of your hard drive space as an encrypted virtual disk volume with its own drive letter. PGP Desktop provides comprehensive security for desktops Create protected Zip archives. and laptops, making it possible for enterprises, workgroups, y and individuals to protect sensitive information without y Completely destroy files and folders so that nothing can changing the existing IT infrastructure or disrupting work recover them. processes. This award winning, easy-to-use solution encrypts email, files, virtual volumes, and entire disks from a single New to PGP Desktop? desktop application. Use this step-by-step guide to get started. You will find that, The PGP Desktop family of applications have been combined with PGP Desktop, protecting your data will be as easy as into several bundles. turning a key in a lock. y PGP Desktop Professional includes PGP Desktop Email y This Quick Start Guide helps you install PGP Desktop and and PGP Whole Disk Encryption get started. y PGP Whole Disk Encryption includes PGP Whole Disk y The PGP Desktop User’s Guide provides more detailed Encryption information on PGP Desktop. In it, you will learn what a keypair is, why you might want to create one, how to create one, and how to exchange keys with others so you can encrypt your own data and share data securely with Contents others. y What is PGP Desktop? (page 1) Note: A PGP Desktop license provides you with access to y New to PGP Desktop? (page 1) a certain set of PGP Desktop features.
    [Show full text]
  • Disk Clone Industrial
    Disk Clone Industrial USER MANUAL Ver. 1.0.0 Updated: 9 June 2020 | Contents | ii Contents Legal Statement............................................................................... 4 Introduction......................................................................................4 Cloning Data.................................................................................................................................... 4 Erasing Confidential Data..................................................................................................................5 Disk Clone Overview.......................................................................6 System Requirements....................................................................................................................... 7 Software Licensing........................................................................................................................... 7 Software Updates............................................................................................................................. 8 Getting Started.................................................................................9 Disk Clone Installation and Distribution.......................................................................................... 12 Launching and initial Configuration..................................................................................................12 Navigating Disk Clone.....................................................................................................................14
    [Show full text]
  • TRSDOS 6.2 to LS-DOS 6.3.0 Manual Update
    LS-DOSÔ 6.3 UPDATE FOR TRSDOSâ 6.2.X The LS-DOS 6.3 release is an upgrade for the TRSDOS 6.2 operating system. Several important changes have been made to extend and enhance the operating system and its utilities. The date ranging has been expanded to accept dates through the year 1999. Files will now carry a modification time as well as a date. The DATECONV/CMD program is provided to translate version 6.2 or earlier disks to the 6.3 style dating. The user password has been eliminated from the system. The owner password still remains. The library command ID was added to display a customer service number. Several enhancements have been made to BASIC. The new DISKCOPY/CMD program will duplicate 5" double density floppy disks. Because the LS-DOS 6.3 update is a series of enhancements to TRSDOS 6.2, the primary documentation remains the 6.2 manual and Technical Reference manual. If you have a version of TRSDOS earlier than 6.2, you can obtain the manuals from Radio Shack under the catalog numbers 26-0316 (TRSDOS Version 6 [6.2 DOS manual and disk]), 26-2110 (Model 4/4D [6.2] Technical Reference Manual), or 26-1117 (6.2 DOS manual only). This documentation should be treated as an addendum to the TRSDOS 6.2 information. LS-DOS 6.3 installation instructions Before performing the upgrade, it is recommended that you make several backup copies of the 6.3 master disk. The simplest way to do this is to boot your system using the 6.3 diskette, insert a blank diskette to receive the copy in drive 1, and type the command: DISKCOPY :0 :1 When the copy finishes, you can insert another destination diskette and make another copy.
    [Show full text]
  • This Document Explains How to Copy Ondemand5 Data to Your Hard Drive
    Copying Your Repair DVD Data To Your Hard Drive Introduction This document explains how to copy OnDemand5 Repair data to your hard drive, and how to configure your OnDemand software appropriately. The document is intended for your network professional as a practical guide for implementing Mitchell1’s quarterly updates. The document provides two methods; one using the Xcopy command in a DOS window, and the other using standard Windows Copy and Paste functionality. Preparing your System You will need 8 Gigabytes of free space per DVD to be copied onto a hard drive. Be sure you have the necessary space before beginning this procedure. Turn off screen savers, power down options or any other program that may interfere with this process. IMPORTANT NOTICE – USE AT YOUR OWN RISK: This information is provided as a courtesy to assist those who desire to copy their DVD disks to their hard drive. Minimal technical assistance is available for this procedure. It is not recommended due to the high probability of failure due to DVD drive/disk read problems, over heating, hard drive write errors and memory overrun issues. This procedure is very detailed and should only be performed by users who are very familiar with Windows and/or DOS commands. Novice computers users should not attempt this procedure. Copying Repair data from a DVD is a time-consuming process. Depending on the speed of your processor and/or network, could easily require two or more hours per disk. For this reason, we recommend that you perform the actual copying of data during non-business evening or weekend hours.
    [Show full text]
  • Openvms: an Introduction
    The Operating System Handbook or, Fake Your Way Through Minis and Mainframes by Bob DuCharme VMS Table of Contents Chapter 7 OpenVMS: An Introduction.............................................................................. 7.1 History..........................................................................................................................2 7.1.1 Today........................................................................................................................3 7.1.1.1 Popular VMS Software..........................................................................................4 7.1.2 VMS, DCL................................................................................................................4 Chapter 8 Getting Started with OpenVMS........................................................................ 8.1 Starting Up...................................................................................................................7 8.1.1 Finishing Your VMS Session...................................................................................7 8.1.1.1 Reconnecting..........................................................................................................7 8.1.2 Entering Commands..................................................................................................8 8.1.2.1 Retrieving Previous Commands............................................................................9 8.1.2.2 Aborting Screen Output.........................................................................................9
    [Show full text]
  • Your Performance Task Summary Explanation
    Lab Report: 11.2.5 Manage Files Your Performance Your Score: 0 of 3 (0%) Pass Status: Not Passed Elapsed Time: 6 seconds Required Score: 100% Task Summary Actions you were required to perform: In Compress the D:\Graphics folderHide Details Set the Compressed attribute Apply the changes to all folders and files In Hide the D:\Finances folder In Set Read-only on filesHide Details Set read-only on 2017report.xlsx Set read-only on 2018report.xlsx Do not set read-only for the 2019report.xlsx file Explanation In this lab, your task is to complete the following: Compress the D:\Graphics folder and all of its contents. Hide the D:\Finances folder. Make the following files Read-only: D:\Finances\2017report.xlsx D:\Finances\2018report.xlsx Complete this lab as follows: 1. Compress a folder as follows: a. From the taskbar, open File Explorer. b. Maximize the window for easier viewing. c. In the left pane, expand This PC. d. Select Data (D:). e. Right-click Graphics and select Properties. f. On the General tab, select Advanced. g. Select Compress contents to save disk space. h. Click OK. i. Click OK. j. Make sure Apply changes to this folder, subfolders and files is selected. k. Click OK. 2. Hide a folder as follows: a. Right-click Finances and select Properties. b. Select Hidden. c. Click OK. 3. Set files to Read-only as follows: a. Double-click Finances to view its contents. b. Right-click 2017report.xlsx and select Properties. c. Select Read-only. d. Click OK. e.
    [Show full text]
  • Powerview Command Reference
    PowerView Command Reference TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents ...................................................................................................................... PowerView User Interface ............................................................................................................ PowerView Command Reference .............................................................................................1 History ...................................................................................................................................... 12 ABORT ...................................................................................................................................... 13 ABORT Abort driver program 13 AREA ........................................................................................................................................ 14 AREA Message windows 14 AREA.CLEAR Clear area 15 AREA.CLOSE Close output file 15 AREA.Create Create or modify message area 16 AREA.Delete Delete message area 17 AREA.List Display a detailed list off all message areas 18 AREA.OPEN Open output file 20 AREA.PIPE Redirect area to stdout 21 AREA.RESet Reset areas 21 AREA.SAVE Save AREA window contents to file 21 AREA.Select Select area 22 AREA.STDERR Redirect area to stderr 23 AREA.STDOUT Redirect area to stdout 23 AREA.view Display message area in AREA window 24 AutoSTOre ..............................................................................................................................
    [Show full text]
  • Forest Quickstart Guide for Linguists
    Forest Quickstart Guide for Linguists Guido Vanden Wyngaerd [email protected] June 28, 2020 Contents 1 Introduction 1 2 Loading Forest 2 3 Basic Usage 2 4 Adjusting node spacing 4 5 Triangles 7 6 Unlabelled nodes 9 7 Horizontal alignment of terminals 10 8 Arrows 11 9 Highlighting 14 1 Introduction Forest is a package for drawing linguistic (and other) tree diagrams de- veloped by Sašo Živanović. This manual provides a quickstart guide for linguists with just the essential things that you need to get started. More 1 extensive documentation is available from the CTAN-archive. Forest is based on the TikZ package; more information about its commands, in par- ticular those controlling the appearance of the nodes, the arrows, and the highlighting can be found in the TikZ documentation. 2 Loading Forest In your preamble, put \usepackage[linguistics]{forest} The linguistics option makes for nice trees, in which the branches meet above the two nodes that they join; it will also align the example number (provided by linguex) with the top of the tree: (1) CP C IP I VP V NP 3 Basic Usage Forest uses a familiar labelled brackets syntax. The code below will out- put the tree in (1) above (\ex. requires the linguex package and provides the example number): \ex. \begin{forest} [CP[C][IP[I][VP[V][NP]]]] \end{forest} Forest will parse the above code without problem, but you are likely to soon get lost in your labelled brackets with more complicated trees if you write the code this way. The better alternative is to arrange the nodes over multiple lines: 2 \ex.
    [Show full text]
  • 1. Xcopy 2. No, You Cannot Use the Xcopy Command in Your Assignment
    Intro to Operating Systems CNET 173 Assignment #4 Windows / LINUX Command Line Commands You are to list twenty-five command line commands of each operating system (WINDOWS and LINUX). That’s twenty- five WINDOWS commands and twenty-five LINUX commands. For each command you are to give: 1. The command a. Description/Attribute of the command b. Syntax of the command and c. A maximum of five Parameters used with the command and a description of the parameter. (If there are less than five parameters, list all parameters associated with the command.) Each command should be numbered and grouped (all WINDOWS commands with WINDOWS commands). Command information should be listed in the 1, a, b, c order listed above (i.e. command, description, syntax and parameters). This assignment must be typed and submitted through CANVAS. It should include a title page consisting of your name, course name, number, day and time, assignment name, instructor’s name, and due date and the assignment instructions. Example listed below. Windows Command Line Commands 1. xcopy a) Description - Copies files and directories, including subdirectories. b) Syntax xcopy Source [Destination] [/w] [/p] [/c] [/v] [/q] [/f] [/l] [/g] [/d[:mm-dd-yyyy]] [/u] [/i] [/s [/e]] [/t] [/k] [/r] [/h] [{/a|/m}] [/n] [/o] [/x] [/exclude:file1[+[file2]][+[file3]] [{/y|/-y}] [/z] c) Parameters /w : Displays the following message and waits for your response before starting to copy files: Press any key to begin copying file(s) /p : Prompts you to confirm whether you want to create each destination file. /c : Ignores errors. /v : Verifies each file as it is written to the destination file to make sure that the destination files are identical to the source files.
    [Show full text]
  • Windows® Scripting Secrets®
    4684-8 FM.f.qc 3/3/00 1:06 PM Page i ® WindowsSecrets® Scripting 4684-8 FM.f.qc 3/3/00 1:06 PM Page ii 4684-8 FM.f.qc 3/3/00 1:06 PM Page iii ® WindowsSecrets® Scripting Tobias Weltner Windows® Scripting Secrets® IDG Books Worldwide, Inc. An International Data Group Company Foster City, CA ♦ Chicago, IL ♦ Indianapolis, IN ♦ New York, NY 4684-8 FM.f.qc 3/3/00 1:06 PM Page iv Published by department at 800-762-2974. For reseller information, IDG Books Worldwide, Inc. including discounts and premium sales, please call our An International Data Group Company Reseller Customer Service department at 800-434-3422. 919 E. Hillsdale Blvd., Suite 400 For information on where to purchase IDG Books Foster City, CA 94404 Worldwide’s books outside the U.S., please contact our www.idgbooks.com (IDG Books Worldwide Web site) International Sales department at 317-596-5530 or fax Copyright © 2000 IDG Books Worldwide, Inc. All rights 317-572-4002. reserved. No part of this book, including interior design, For consumer information on foreign language cover design, and icons, may be reproduced or transmitted translations, please contact our Customer Service in any form, by any means (electronic, photocopying, department at 800-434-3422, fax 317-572-4002, or e-mail recording, or otherwise) without the prior written [email protected]. permission of the publisher. For information on licensing foreign or domestic rights, ISBN: 0-7645-4684-8 please phone +1-650-653-7098. Printed in the United States of America For sales inquiries and special prices for bulk quantities, 10 9 8 7 6 5 4 3 2 1 please contact our Order Services department at 1B/RT/QU/QQ/FC 800-434-3422 or write to the address above.
    [Show full text]