高等教育出版社影印版计算机专业英语习题3ch_5_im_第1页
高等教育出版社影印版计算机专业英语习题3ch_5_im_第2页
高等教育出版社影印版计算机专业英语习题3ch_5_im_第3页
高等教育出版社影印版计算机专业英语习题3ch_5_im_第4页
高等教育出版社影印版计算机专业英语习题3ch_5_im_第5页
已阅读5页,还剩12页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Ch 3 System SoftwareLecture OutlineCompetencies pg 120Describe the differences between system software and application softwareDiscuss the four types of system softwareDiscuss the basic functions, features and categories of operating systemsDescribe the Windows, Mac OS, UNIX, and Linux (operating sy

2、stems)Describe the purpose of utilities and utility suitesIdentify the five most essential utilitiesDiscuss Windows utility programsDescribe device drivers including printer driversIntroduction pg 121Most people think of software as just applications software.Systems software handles the more mundan

3、e computer activities such as loading and running programs, coordinating networks, organizing files, protecting the computer from viruses, etc.These activities SHOULD be “behind-the-scenes”, but a computer literate user should know about system software in case something goes wrong, such as applicat

4、ion software that wont run on the current system, a hard disk fails, or the computer is affected by a virus.Key Terms: Operating Systems: manage resources, provide a user interface, and run application programs. Utilities: make computing easier by providing tools to correct problems and to avoid pro

5、blems.System Software pg 122System software works with end users, application software and computer hardware to handle the majority of technical details.System software is not a single program. It is a collection or a system of programs.System software consists of four types of programs:Operating sy

6、stems: programs that coordinate computer resources, provide a user interface, and run applications, for example the Windows XP operating system.Utilities (aka service programs) perform specific tasks related to managing computer resources, for example, a file compression utility like WinZip.Device d

7、rivers allow input and output devices to communicate with the rest of the computer system, for example, a printer driver.Language translators convert programming instructions written by programmers into a language that computers understand and process. For example, you may have a C+ compiler that tr

8、anslates the C+ source code into an executable file the computer can run.Operating Systems pg 123An operating system is a collection of programs that manage computer resources, provides a user interface, and runs applications.Computer Resources include memory, processing, storage, input & output dev

9、ices. The OS also monitors system performance, schedules jobs, and provides some security for the computer.User Interface: on older systems, a character based interface may have been used, e.g. “Copy A:assign.doc C:”. Most operating systems use a Graphical User Interface (GUI), with icons and window

10、s.Applications: are programs such as word processors and spreadsheets. Most operating systems allow “multitasking”, the running of more than one application at a time. The program you are currently running is in the “foreground”, and those that are running, but not currently active are in the “backg

11、round”.FeaturesBooting: starting or restarting a computerWarm boot: restart without turning off the powerCold boot: start after power has been off.Desktop: the place to access computer resources items youll typically find on the desktop include:Icons: graphical representations of a program or functi

12、onPointer: Controlled by the mouse, changes appearance depending on the current function.Windows: Rectangular areas for displaying information and running programs.Menus: provide a list of options or commandsDialog boxes: provide info or request input, e.g. File Save dialog boxHelp: Provides online

13、assistance for OS functions and procedures.Files: used to store data and programsFolders: related files are stored in foldersCategoriesThere are three basic categories of operating systems:Embedded Operating Systems: Used for handheld computers and PDAs. Entire OS is stored within the device. Exampl

14、es include Windows CE and Palm OSNetwork Operating Systems (aka NOS): Used to control and coordinate computers that are networked. NOS are typically located on one computer in the network, the Network Server. Examples include Novell NetWare, Windows NT Server, UNIX, VSE/ESA and z/OS.Stand alone OS (

15、aka desktop OS): Control a single desktop or notebook computer. If the computer is connected on a network, it may have a client operating system. Examples of stand alone systems include Windows, Mac OS, and some versions of UNIX.The OS is often referred to as the Software Environment or Platform.Mos

16、t OS are Proprietary OS: they are owned and licensed by a corporation.Some OS are Non-Proprietary OS: they are not owned by any one corporation. These are also called Open Source programs. An example is Linux.WindowsMicrosoft Windows is by far the most popular microcomputer operating system with ove

17、r 80% of the market.There are a variety of versions of Windows such as Windows NT Workstation, Windows 2000 Professional, Windows ME, etc.Mac OSIntroduced in 1984, it provided one of the first GUIs.Has a much smaller market share, but is still popular with professional graphic designers, desktop pub

18、lishers, and some home users.One of the latest versions is Mac OS X. The desktop features Dock, a tool for visually organizing files. It also has the Sherlock search tool to help locate information on the web & system.UNIX and LinuxUnix OS was originally designed to run on networked microcomputers.N

19、ow, its used on servers on the Web.Linux is one of the many versions of UNIX.Linux is open source, created by Linus Torvalds in 1991.Linux is one of the most popular and powerful alternatives to Windows.Utilities pg 128Utilities are specialized programs that recognize and correct problems, ideally b

20、efore they become serious. Some of the most essential utilities include:Troubleshooting or diagnostic programs: recognize and correct problems before they become seriousAntivirus: guard your computer against viruses and other damaging programs that can invade your computer systemUninstall programs:

21、allow you to safely and completely remove un-needed programs and related files from your hard diskBackup programs: make copies of important files in case the original are lost or damaged.File compression programs: reduce the size of files so they can be stored and/or sent over a network more efficie

22、ntly.Many of these utilities are included with modern operating systems, and some may be purchased from a third party either separately or in utility suites.Windows UtilitiesWindows has several utilities that can be accessed from the Systems Tools menu:Backup: makes copies of your files onto another

23、 storage mediumDisk Cleanup: removes unnecessary files such as temporary Internet filesDisk Defragmenter: locates and eliminates unnecessary file fragments and rearranges files and unused disk space to optimize operations. When files are stored on hard drives, they are physically written onto tracks

24、 and sectors. A track is a concentric ring on a disk, a sector is a wedge shaped portion of these tracks.Utility SuitesUtility suites combine several utility programs into one package.An advantage of a Utility Suite is it is cheaper than buying each program separately.Examples include eSafe Desktop,

25、 McAfee Office, and Norton SystemWorks.Norton SystemWorks is one of the most widely used Utility Suites. It includes the following components:Norton Antivirus: protects your system from computer virusesNorton Cleansweep: removes unneeded programs and files, archives and backs up the hard drive, and

26、protects existing files when installing new software.Web Cleanup: checks and can eliminate unneeded files that are stored on your hard drive when you surf the InternetConnection Keep Alive: prevents dial up Internet connections from “timing out”GoBack Personal Edition restores system configurations,

27、 finds lost files, and repairs damaged files.Norton Utilities: a collection of trouble shooting utilities to improve system performanceOn Button Checkup: integrates several troubleshooting utilities.Device Drivers pg 133Device Drivers (aka Drivers) work with the operating system to allow communicati

28、ons between the device and the rest of the computer system.Each time the computer is booted, the OS loads all device drivers into memory.If a new device is added, you need to add the device driver to your computer.Microsoft Windows has wizards that can help in this process, such as the Windows Add P

29、rinter Wizard.Windows Update can help you to make sure you have all the latest versions of your device drivers.Making IT Work For You Virus Protection - pg 134This section covers how to install an Internet security site from Some of the features that can be loaded include:Sandbox: a protective area

30、where suspicious and potentially dangerous programs can be runPersonal firewall: monitors all inbound and outbound network traffic to a computer system.Anti-virus: controls how frequently the system is checked for computer viruses.Check Tims toolbox or the CD for updates on this system. According to

31、 the website, “Aladdin no longer develops, supports or distributes the eSafe Desktop anti virus product for personal and home use. Virus updates for Desktop were terminated on 31-December-2003”.A Look to the Future pg 137IBM Builds an Aware Supercomputer: IBM researchers are working on a plan to dev

32、elop a computer that can “fix itself”.Using “autonomic computing”, the machine will be able to run with little human intervention.Such computers would not have “self-awareness”, but would be “self-correcting”. They would sense slow programs or disk response times, and optimize it to improve response

33、 time.Additional material can be found at Visual Summary at a glance System Software pg 138System SoftwareOperating SystemsUtilities (service programs)Device DriversLanguage translatorsOperating SystemsFeaturesCategoriesEmbeddedNetworkClientOperating SystemsWindowsMac OSUNIX and LinuxUtilitiesWindow

34、s UtilitiesUtility SuitesDevice DriversKey Terms pg 140TERMPAGEDEFINITIONantivirus utility128programs that guard a computer system from viruses or other damaging programsapplication123programs, such as a word processor, a spreadsheet, or a specialized software programbackground123programs that are r

35、unning, but not currently utilized by the user, e.g. virus checker running in the background while you type a paperBackup129making a copy of a file for safekeeping - most computers have backup utilities to copy files from a hard drive to another mediumbackup program128a system software utility that

36、makes copies of files for safekeeping on an additional storage mediumbooting123starting up a computercharacter based interface123a method a user can interact with a computer using keystrokes rather than mouse clicks e.g. the old DOS based interfaceclient operating system125aka desktop O/S; the key s

37、ystem programs used on a stand alone computer, or a node on a networkcold boot123re-starting a computer after it has been powered downcomputer virus132a rogue program often sent via the Internet that can damage a client or server computerdesktop123the main screen when you start up a GUI based operat

38、ing systemdesktop operating system125aka client O/S; the key system programs used on a stand alone computer, or a node on a networkdevice driver122aka driver; one type of system software that standardizes the communication between a computer and the peripheral equipmentdiagnostic utility128a type of

39、 system software program that checks the performance of the system, and recommends how to improve it.dialog box124a window that requests additional input from the user, e.g. clicking File Open opens a dialog box requesting the drive & foldersDisk Cleanup130a utility program that improves system perf

40、ormance by eliminating temporary files, esp. those make while browsing the WebDisk Defragmenter131a utility program that enhances disk performance by eliminating file fragments Dock127a Mac OS feature to visually organize filesdriver133aka device driver; one type of system software that standardizes

41、 the communication between a computer and the peripheral equipmentembedded operating system124an O/S burned onto a ROM chip for faster performance, typically found on handheld computing devicesfile124a collection of related data, programs or records on a computerfile compression utility128system sof

42、tware used to remove redundant bits from files, making the files smaller for easier storage and transportfolder124a grouping of files on a computerforeground123the currently active program running on a computer is said to be running in the foregroundfragmented131files that are broken up when physica

43、lly stored on a storage mediumgraphical user interface123a method a user can interact with a computer using mouse clicks and visual cues rather than just using keystrokesHelp124a feature to provide additional information about computing tasks to a usericon123a small image used to represent a file or

44、 program on a computerlanguage translator122system software that translates a user created source file into an executable program the computer can runLinux127an open source operating system that can run on both microcomputers and larger server computersMac OS127a proprietary operating system that ru

45、ns on Apple computersMac OS X127one of the versions of the Mac OSmenu123a choice of options for a particular software applicationmultitasking123running multiple programs at the same time on a computernetwork operating system124a multiple computer operating system to enhance the sharing of data and c

46、omputer systems across connected computersnetwork server125the main computer on a network, it typically provides files and resources to the client computers on the networknon-proprietary operating system125an operating system that is NOT owned or licensed by any one company or organizationOne Button

47、 Checkup132a feature of Norton Utilities that offers diagnostics with the click of one buttonopen source125a software licensing option in which many independent software developers can enhance the systemoperating system122a key type of system software, it allows the computer to run apps, provide an

48、interface, and manage resourcesplatform125aka software environment; term used to describe the operating system used by a computer, e.g. it runs on a Linux platformpointer123the cursor for a mouse as it appears on the screenproprietary operating system125an operating system that IS owned or licensed

49、by one company or organizationresource123refers to the hardware attached to a computer systemsector131one portion of a disk storage system, which files are stored onservice program122aka utility program; adds enhancements to a computers operating systemSherlock127a search feature on the Mac OS used

50、to locate items on the local computer or the Websoftware environment125aka platform; term used to describe the operating system used by a computer, e.g. it runs on a Linux platformsoftware platform125aka platform; term used to describe the operating system used by a computer, e.g. it runs on a Linux

51、 platformstand-alone operating system125aka desktop O/S; the key system programs used on a stand alone computer, or a node on a networkStart menu126Windows OS feature that provides access to all programs, searching, etc.system software122main programs serving as an interface between the computer har

52、dware and the application programstrack131one portion of a disk storage system, which files are stored ontroubleshooting utility128a type of system software program that checks the performance of the system, and recommends how to improve it.uninstall utility128system software program to remove un-ne

53、eded programs from your computerUNIX127an operating system originally designed for networked computer, it runs on a variety of hardware systemsuser interface123the look and feel on how a user works with a computerutility122aka utility program; adds enhancements to a computers operating systemutility

54、 suite132a group of utility programs bundled together for marketing purposeswarm boot123restarting a computer without shutting it down completely (the power stays on)window123a rectangular area that displays an application or dialog box in a Microsoft Windows GUIWindows125Microsofts operating system

55、 productWindows Add Printer Wizard133a system software utility that simplifies the addition of a new computer to a system by finding & installing the driversWindows Update133a utility that checks to see if all the drivers are currentWindows XP126one of the versions of Microsofts OSChapter Review pg

56、141CrosswordAcross3DOCKPg 1275FOLDERPg 1246NOSPg 1248AQUANote: not listed in text10GNOMENote: not listed in book11FILEPg 12412BACKUPPg 12914BOOTINGPg 12316ENVIRONMENTPg 12517UNIXPg 12718LINUXPg 12719TRACKSPg 131Down1ICONPg 1232PLATFORMPg 1253DRIVERPg 1224FRAGMENTEDPg 1315FOREGROUNDPg 1237SECTORSPg 1

57、318APPLICATIONPg 1239MULTITASKPg 12313ANTIVIRUSPg 12815GUIPg 123Multiple Choice1ButilitiesPg 1222DSystemPg 1223AMachine languageNote: note described in chapter see pg 122 about language translators4EStand-alone operating systemsPg 1255ACharacterPg 1236CUnixPg 1277EUninstall programPg 1288BFragmented

58、Pg 1319DDisk defragmenterPg 13110DUtility suitePg 132MatchingTERMMATCH NUMBER HINTsystem softwareS1Software that deals with the complexities of computer hardwareoperating systemsO2Programs that coordinate computer resourcesUtilitiesT3Programs that perform specific tasks related to managing computer

59、resourcesResourcesR4Keyboard, mouse, printer, monitor, storage devices, and memoryforegroundG5Where the active program runsIconsH6Graphic elements that represent commonly used featuresmultitaskingK7A computers ability to run more that one application at a timeEmbedded operating systemD8Operating sys

60、tems completely stored within ROM memorynetwork operating system (NOS)L9Operating system used to control and coordinate computers that are linked togetheropen sourceN10Operating system whose code is made available to outside individuals for improvementsnetwork serverM11A computer that coordinates al

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论