CHAPTER

Size: px
Start display at page:

Download "CHAPTER"

Transcription

1 CHAPTER 7 7 Software Syllabus outcomes Selects and justifies the application of appropriate software programs to a range of tasks Designs, produces and evaluates appropriate solutions to a range of challenging problems. Overview This chapter will develop your knowledge of software. It examines the two main types of software: system software and application software. You will also learn about interface design and the graphical user interface (GUI).

2 7.1 System software Software is the detailed instructions used to direct the hardware to perform a particular task. It controls the processing and movement of data within a computer system. A computer needs software to tell it what to do and it needs hardware to carry out the actual User Application software work. There are two main types of software known as system software and application software. System software manages all the operations needed to run the computer. It affects the way the user interacts with a computer. System software carries out a range of functions, such as starting up the computer, loading the application software, storing files and sending data to the printer. It includes the operating system and utility software. Operating system Hardware Figure 7.1 The role of the operating system Operating systems can be likened to the conductor of an orchestra because they control the entire resources of the computer system. Operating system The operating system (OS) is the software that supervises and controls the hardware (see Figure 7.1). It is usually stored on a hard disk. Most of the time the operating system is working in the background. As you use an application it interacts with the operating system. For example, to print a document you select the print command of the application and a message is passed to the operating system, which performs the task. The most common operating systems are Windows, Linux, UNIX and the Macintosh operating system. The operating system starts automatically when the computer is turned on. Starting up the computer and the operating system is called booting the system. A ROM chip that contains the BIOS (basic input output system) executes a power-on self test (POST) to make sure hardware is connected and operating correctly. After the POST is completed successfully, the BIOS loads the operating system. The operating system runs continuously whenever the computer is on. The operating system performs a variety of tasks: Scheduling hardware operations: The CPU is required to perform many different tasks. However, it can only work on one task at a time. The operating system determines when the CPU will perform each task. A common way of allocating CPU time is called time slicing. A time slice is a fixed amount of CPU time. With this technique, each task in turn receives a time slice. The operating system also directs the CPU to switch between different tasks to take advantage of idle time on one task. 144 HI Tech: Information and Software Technology

3 Memory management: The operating system controls how the CPU relates to memory. It must ensure data is efficiently accessed and not overwritten. This involves dividing the available memory between different tasks and swapping data between memory and secondary storage. Data that has been read into memory from an input device or is waiting to be sent to an output device is stored in an area of memory called a buffer. The operating system assigns the location of buffers in memory and manages the data that is stored in them. Virtual memory is a technique used by the operating system to increase the amount of memory. It uses spare hard disk space to supplement available RAM. Virtual memory is slower than RAM. Controlling peripheral devices: The operating system provides the communication with all input, output and storage devices. It uses specific software for each type of peripheral device. This specific software is referred to as a device driver or driver. For example, a mouse driver is the software that tells the computer how to receive data from a mouse. Printers are relatively slow devices compared to other peripheral devices. To increase printer efficiency the operating system uses a technique called spooling. Spooling transfers the data to a printer buffer and queues it until it can be printed. File management: The operating system organises and keeps track of files. A file is a collection of data that is recognised by a file name. It can be work you create on the computer, a data file or an application. File names consist of unique names followed by a period (.) and file name extension. The file name extension indicates the type of information stored in the file. Files are stored and organised into folders or directories. A folder can hold both files and additional folders. The contents of a folder are displayed in a window. The window shows the properties Figure 7.2 File management is part of the operating system software 7 Software 145

4 of each file, such as the file name, size, type, or date modified. It is possible to create new files, delete files, open files, close files, rename files and copy/move files (see Figure 7.2). System settings: The operating system is used to change the computer s settings. For example, the control panel allows you to change a computer s theme, desktop background, screen saver, screen resolution, time and communication settings. For security the operating system may provide each user with a name and password. It is possible to change the way users log on and off. There are different types of operating systems. Single-tasking allows only one task to be performed at one time. Palm OS is used on a Palm handheld computer and it is a single-task operating system. Multitasking allows several applications to work at the same time. Windows and Mac OS are multitasking operating systems. In addition to single and multitasking, operating systems are classified as single-user and multi-user. A multi-user operating system allows many different users to access the computer s resources at the same time. UNIX is an example of a multi-user operating system. Utility software Utility software performs routine tasks to support the operation of the computer system. Most operating systems contain utilities to assist in the management of the system. However, users often purchase more powerful utility software (see Figure 7.3). Some common examples of utility software include: Figure 7.3 Norton SystemWorks is a specialist utility program 146 HI Tech: Information and Software Technology

5 file compression to reduce the size of a file it allows the user to store more data and makes data transmission faster diagnostic tools to compile technical information about a computer s hardware and software disk scanner to detect and correct problems on a disk and search for and remove unwanted files disk defragmenter to reorganise files and unused space on a computer s hard disk allows data and programs to be accessed faster un-installer to remove an application and any associated entries in the system files device drivers to provide communication with a peripheral device provided with the peripheral device or can be downloaded from the Internet backup utility to copy selected files or the entire hard drive onto another disk anti-virus program to prevent, detect and remove viruses. Exercise Explain the difference between: a a file and a folder b single-tasking and multitasking c a disk scanner and a disk defragmenter. 2 Copy and complete the following sentences: a System software manages all the needed to run the computer. b A is a fixed amount of CPU time. c A file is a collection of data that is recognised by a. d performs routine tasks to support the operation of the computer system. 3 True or false? a BIOS executes a POST to make sure the hardware is connected and operating correctly. b Spooling is the specific software for each type of peripheral device. c UNIX is an example of a single-user operating system. d Most operating systems do not contain utility software. 4 a What is an operating system? b List four tasks performed by the operating system. c How does the operating system manage memory? d List some of the tasks that can be performed by file management. e What utility is used to remove an application and any associated entries in the system files? 7 Software 147

6 ICT 7.1 Development 5 New versions of utility software are constantly being developed. Investigate the latest utility software. Create a presentation to outline the features of the current utilities. Will these features be included in the next version of the operating system? Give reasons for your answer. 6 The Internet allows computers using different operating systems to view the same document. How is this possible? Do research into HTML. Write a report that summaries your investigation. Illustrate your answer using examples of HTML code. 7.2 Application software Application software is a program used for a specific task. It allows the computer to achieve the task for which it was bought. Application software consists of software packages and custom software. Software packages A software package is a complete and documented set of programs supplied to several users. Software packages can be bought to cover nearly all requirements. They include word processing, desktop publishing, spreadsheets, database management systems, paint programs, draw programs, web browsers, video editing software, animation software, presentation software and authoring software. A brief description of these applications was given in Chapter 1. Software packages usually include printed documentation with instructions for installing the software. Installing software transfers files to the hard disk to enable the software to work. Most software packages contain onscreen tutorials, onscreen reference material and Figure 7.4 Tutorials are often provided in software packages 148 HI Tech: Information and Software Technology

7 help files (see Figure 7.4). It is also common for software companies to supplement and update their help files with online help from their website. This requires the user to register their software package with the software company using the product code. Most software packages have new versions being developed. These versions contain new features and any errors (or bugs) in the previous version have been repaired. The version of the software package is often recognised by the year, such as Macromedia Dreamweaver MX2004. It is also common for a new version to be given a new number, such as 6 in Internet Explorer 6. Minor changes to the software package may be shown using tenths, such as Lotus Approach 9.5. When you purchase a new version you are upgrading your application software. It is important when upgrading or purchasing new software to check that your hardware and operating system are compatible. The latest versions of the software often place greater demands on the hardware and operating system. Upgrading your software may require an upgrade in your hardware and operating system. Compatibility requirements are usually specified on the software package and should be checked before the application is bought. Office suites contain several applications. Microsoft Office comes in different versions for different users (see Figure 7.5). It includes the core applications of Microsoft Word, Excel, Access, PowerPoint and Outlook. The cost of an office suite is less than the total price of each application. Integrated software contains several applications Wallyware is application software collected by the user to boast about having it, though it may never be used. Figure 7.5 Microsoft Office bundles word processing, database and other applications together 7 Software 149

8 that work together as a stand-alone product. For example, Microsoft Works includes word processing, database, spreadsheet and graphics. Each application is not as powerful as a separate application. However, it is cheaper than buying an office suite and meets the needs of many users. Both office suites and integrated software allow data to be easily moved between applications. Tutorial Custom software Even though software packages are very flexible they cannot be used for some specific tasks. Custom software is written for a customer and is not for several users. Some custom software is developed for a single customer or client. It is written to fit the exact requirements of the problem and is labour intensive. For these reasons custom software is very expensive. Custom software is written by a programmer using a programming language. Programming languages are a set of codes and rules that enable the computer to operate in a desired way. They are divided into two groups: low-level languages and high-level languages. Low-level languages are the lowest level of computer languages and depend on the hardware of the computer system. They process calculations much faster than high-level languages. Low-level languages include machine language and assembly language. High-level languages use English-like codes where each statement corresponds to several lines of machine code. It does not depend on the hardware of the computer system, so the programs are portable. Since high-level languages are closer to English, programs are easier to write and often shorter in length than programs in low-level languages. Programmers write software using high-level languages. There are many high-level languages available such as BASIC, Java, Pascal, C, COBOL, FORTRAN, APL, PROLOG, Ada and Logo. Each is designed for a particular purpose. Today most programmers use Visual BASIC, C++ or Java. Visual BASIC developed by Microsoft to allow users to create Windows applications. It is an object-oriented language that allows users to create the interface using objects, set the properties for those objects and write instructions for the interface using BASIC programming language. C++ based on the original C programming language for the UNIX operating system. It is an object-oriented language. 150 HI Tech: Information and Software Technology

9 However, it does not contain visual objects found in Visual BASIC. Many commercial applications are written using C++. Java developed by Sun Microsystems to create small applications is an object-oriented language that excels at producing web-based applets that work on different platforms. Java is similar to C++. Hardware requirements A computer system is made up of hardware and software that work together, processing data to achieve a purpose. The relationship between hardware and software is important. Software depends on a particular hardware configuration to work effectively. It is written and tested using a certain processor, memory and peripherals. This is often described as the system requirements for the software. All software companies are required to clearly state the system requirements of their products. Application software is available to complete many different tasks. Each task may require different data types and levels of processing. This affects the hardware requirements of the system. For example, authoring software that combines text, graphics, animation, video and audio will place greater hardware demands on the system than a word processor that only processes text. The system requirements for application software are frequently changing as new and more powerful versions of the software are developed. The system requirements may also include specific peripheral devices. For example, it is suggested for authoring software that the system includes a DVD burner to create a DVD. Project: Clean Up Australia The student representative council (SRC) has decided to submit a proposal to the school executive to encourage students and their families to be involved in clean up Australia day. A team from Year 9 was appointed by the SRC to complete the project. The problem was solved using the four stages in project development. Define and analyse the problem: The solution required an effective method to encourage participation in the event, proposed venues, dates and times, and a presentation to the school executive. A project plan was written and some initial ideas investigated. Teachers and students were interviewed to gather their views. Design possible solutions: Two possible solutions were examined in a feasibility study. The team recommended a promotional 7 Software 151

10 campaign to start at the end of February. Prototypes for advertising in the school newsletter and the local newspaper were developed. A storyboard for a multimedia presentation was constructed. The multimedia presentation will be used to motivate students to be involved in the event. The school executive approved the solution. Produce the solution: Venues, dates and times were determined. Advertisements and a multimedia presentation were constructed. The promotion of the event started two weeks before the event. The multimedia presentation was presented to the school at a formal assembly. Evaluate the solution: There was a significant increase in the number of people involved in clean up Australia day. The project promoted the school and increased the awareness of environmental issues. The school executive was very positive in its evaluation of the project. Tasks 1 Design an advertisement for clean up Australia day for your local community. 2 Create a storyboard for a multimedia presentation for your local community. Exercise True or false? a Microsoft Works is an example of a software package. b High-level languages process calculations faster than low-level languages. c A software package is usually more expensive than custom software. d The system requirements may include specific peripheral devices. 2 What am I? a A complete and documented set of programs supplied to several users. b The process of transferring files to the hard disk to enable the software to work. c A bundle of software that contains several applications. d Programming language that excels at producing web-based applets that work on different platforms. 3 Copy and complete the following by replacing the letter in brackets with a suitable term: Users (a) their software when they purchase a new version. However, it is important to check software and hardware (b) before purchasing the software. The (c) versions of the software often place greater demands on the (d). 152 HI Tech: Information and Software Technology

11 4 a List the onscreen support provided by most software packages. b Why do users upgrade their software? c What is custom software? d Explain the difference between a low-level language and a high-level language. e What are the system requirements for the software? Development 5 People should not have to upgrade their hardware after a few years to use the latest software version. Discuss this statement. Your answer should contain examples of application software currently being updated. 6 System requirements are frequently changing as new and more powerful versions of the software are developed. Do research into the system requirements for the popular application software. Construct a table to summarise your results. ICT Interface design The user interface is the way the user interacts with the software. The function of the user interface is to provide a means of communication between the user and the computer. There are two common types of user interfaces: the character-based (or command line) user interface and the graphical user interface (GUI). Character-based user interface The character-based user interface requires the user to give instructions using only characters. The user types the characters using a keyboard. The first widely used operating system was the OS/360 system and it used a character-based interface. The OS/360 system was developed in 1964 for all computers in IBM s System/360 family. MS-DOS (Microsoft disk operating system) uses a character-based interface. It was very popular and became the industry standard for IBM-compatible computers in the 1980s (see Figure 7.6). Character-based interfaces are still being used. UNIX (pronounced you-nicks ) is a multi-user operating system that was developed by AT&T Bell Laboratories. It enables the timesharing of a host computer (usually a mainframe) with several other computers at the same time. The character-based UNIX interface is similar to MS-DOS although the commands are different. It is still widely used on Internet servers. However, there are variations of UNIX that provide a graphical user interface. Character-based user 7 Software 153

12 Figure 7.6 MS-DOS command prompt interfaces are also commonly used on devices with a limited amount of memory and options for the user. For example, some mobile phones and microwave ovens use a character-based user interface. Graphical user interface The graphical user interface (GUI, pronounced gooey ) allows the user to give instructions using a mouse, and clicking on icons and menus. A GUI provides an easy-to-use and consistent interface for a range of applications. Microsoft Windows (or Windows) is the most popular GUI (see Figure 7.7). Some of the main features of a GUI are: Window everything done on the computer appears within a rectangular frame called a window. The user can open several windows at the same time and work on different programs. Each window can be closed, resized, moved, minimised or maximised. Figure 7.7 The Windows desktop 154 HI Tech: Information and Software Technology

13 Icon a small picture that represents a program, file, folder or shortcut. Text describing the icon appears when the user points at the icon. Double-clicking the icon will open the file. Menu an onscreen list of available commands and tools. To open a menu, click on the menu name. A pull-down menu will be displayed. A command is then chosen by clicking on its name. Dialog box a secondary window that contains buttons and various kinds of options through which you can carry out a particular command or task. Desktop the onscreen work area on which windows, icons, menus and dialog boxes appear. It is like the physical desktop we use in day-to-day work. Recycle or trash bin a special folder to store deleted files. To delete a file drag the file to the recycle bin or right-click the file and press delete. GUI was first used by the Xerox Corporation in the 1970s. However, it was not until the Apple Macintosh in 1984 that the GUI became popular. Microsoft Windows introduced the GUI to IBM compatible computers in Both Mac OS and Windows have added new features to their GUI to make them easier to use. Even though there are differences many users can easily switch between operating systems. Linux (pronounced Linn-uks ) operating system is freely distributed and supported. It was developed by Linus Torvalds using a scaled down version of UNIX. A GUI is provided for Linux using a shell called KDE. Linux is an example of open source software. Programmers from around the world have worked on Linux and improved the product. Linux is used on personal computers, web servers, film workstations and even scientific supercomputers. GUIs offer several clear advantages over character-based user interfaces. Applications developed for a GUI have the same consistent appearance as the operating system. The features described above make it easier for people to understand and learn commands compared to a character-based interface. The GUIs are also more forgiving. Most dialog boxes have a Cancel button and the Undo command allows users to reverse the last action. However, there are disadvantages with GUIs. They require faster processors, more memory, more disk space, higher quality screens and more complex software. In 1977 the Xerox Star computer introduced the GUI. However, the system was too expensive and too slow. Users liked the power and the ease of operation, but they needed better performance. The machine was not a success in the marketplace. A GUI is also referred to as a WIMP environment Window, Icon, Mouse and Pulldown menu. 7 Software 155

14 Exercise What am I? a A small picture that represents a program, file, folder or shortcut. b A special folder to store deleted files. c An onscreen list of available commands and tools. d The first widely used operating system. 2 Copy and complete the following by replacing the letter in brackets with a suitable term: The GUI gives instructions using a (a), and clicking on icons and (b). In 1984 the Apple (c) made the GUI popular. Today a GUI provides a consistent (d) for a range of applications. 3 Unjumble these words: a srue faircntee b nuxli c dlogia xbo 4 a What is a character-based user interface? b What is the significance of MS-DOS? c Describe UNIX. d List the main features of a GUI. e What is Linux? f Outline the advantages of a GUI over a character-based user interface. Development 5 The rapid growth of Linux is challenging the dominance of Windows. Do research into Linux. Write a summary of your investigation. What is your opinion of open source software? Would you be willing to volunteer your time to write software for free? Give reasons for your answer. 6 Operating systems in the future may be very different from those we use today. Do research into natural language interfaces. Outline some of the advantages and disadvantages of natural language interfaces. 156 HI Tech: Information and Software Technology

15 7.4 Features of a GUI Application software written for a GUI must follow a strict set of guidelines that control how the application looks and how standard operations are performed. Some of the features in these guidelines are described below. Functionality A window is used to display the contents of files, folders and programs. More than one window can be opened at the same time (see Figure 7.8). Each window is stacked on top of each other. The active window is the highlighted window and all commands are performed on the active window. The title bar is the horizontal bar at the top of the window. The left side of the title bar contains the name of the file. Special buttons in the top-right corner of the title bar are used to rearrange windows: Figure 7.8 The Mac OS minimise ( ) reduces the window to a button on the taskbar; click the button to reopen the window maximise ( ) increases the window so that it can be viewed using the entire screen restore ( ) returns the window to its previous size after it has been maximised close ( ) closes a window or exits a program. 7 Software 157

16 Windows that have not been maximised can be resized and moved on the screen: resize point to the border of the window until it turns into a double-headed arrow, then drag the borders to the required size move drag the title bar to its new position. Opening (running or launching) an application starts the application. Applications must be installed before they are opened. Installing adds the program files to the hard disk so that the application will work correctly. Exiting an application quits the program. The operating system will display a dialog box for the user to save any work that has been changed. Navigation Menus are an onscreen list of available commands and tools. The menu bar is a horizontal bar located below the title bar. To open a menu, click the menu name. A menu will either drop down or pop up on the screen. The user then clicks the desired menu option. Some menu options may be confusing: light grey options are unavailable the user needs to perform another task before selecting this option options with an arrow ( ) open to a submenu pointing to the arrow opens the submenu options marked ( or ) indicate the current active option clicking this option turns it off options followed by dots ( ) open with a dialog box that requires further information. Scrolling is the method of moving within a window if the contents do not fit the window. The document can be scrolled up, down or sideways using the scroll bars. Scroll bars are located at the bottom and side of the window. Pressing the scroll bars provides the user with a scroll tip. It may show the current page or any information to help the user move through the document. Dialog boxes are message boxes requesting further information (see Figure 7.9). Information is entered using: tab appears at the top of the page when there are two or more pages of options text box type in text such as the number of pages to be printed option button (or radio button) selects one option from a group check box click to turn an option on or off; more than one option can be selected from a group list box presents the user with two or more options that are viewed using a scroll bar 158 HI Tech: Information and Software Technology

17 drop-down list only one item is visible and the rest hidden; click the arrow to the right of the box to display all items spin box text box that has controls to change the settings by set amounts slider drag up, down or from side to side to increase or decrease the setting command buttons OK to confirm selection and Cancel to quit. Figure 7.9 A dialog box provides options for the user Consistency of elements The following commands are consistent in all applications developed for a GUI: A new document is needed to start work in an application. It is selected from the File menu, the New Blank button from the standard toolbar or by pressing Ctrl+N or Command+N. A dialog box appears displaying the templates and wizards available for that application. Opening a document retrieves a previously saved document. It is selected from the File menu, the Open button from the standard toolbar or by pressing Ctrl+O or Command+O. A dialog box appears allowing the user to select a file from a particular disk and folder. Closing a document removes the active file but keeps the application running. It is selected from the File menu or the Close button at the top-right of the title bar. To close all open documents, press shift and click Close All on the File menu. Mistakes are easily corrected using the Undo and Redo commands from the standard toolbar or Edit menu. The undo or restore command reverses the last action such as changing a font style. If you decide that you want the change after all, select the redo or undelete command. Cut and paste moves a block of text or graphic to another place in the same document or to another document. To cut a block 7 Software 159

18 of text, select the Cut command from the Edit menu, the Cut button from the standard toolbar or by pressing Ctrl+X or Command+X. After the selected text has been cut it is necessary to move the cursor to the new location where the text is to be inserted or pasted. To paste a block of text, select the Paste command from the Edit menu, the Paste button from the standard toolbar or by pressing Ctrl+V or Command+V. Copy and paste copies a block of text or graphic to another place in the same document or to another document. To copy a block of text, select the Copy command from the Edit menu, the Copy button from the standard toolbar or by pressing Ctrl+C or Command+C. This command copies the block of text into the clipboard but does not remove it from the document as the Cut command does. The text is then pasted into a new position using the Paste command. Drag and drop is an easy way to move or copy a block of text or graphic a short distance using the mouse. To move a block of text using drag and drop editing, point to the selected text and hold down the mouse button. Drag the text to the new location and release the mouse button. Printing a document transfers a copy of it onto a piece of paper. This is called a hard copy or a printout. To print a document, select the Print command from the File menu, the Print button from the standard toolbar or press Ctrl+P or Command+P. The application must recognise the printer otherwise an error message will result. Finding text locates specified characters, words or phrases in a document. This is a useful feature if you have a long document. To find text, select the Find or Search command from the Edit menu or press Ctrl+F or Command+F. Saving a document stores the document permanently onto a secondary storage device such as a hard disk. Saving a document is selected from the Save command from the File menu, the Save button from the standard toolbar or by pressing Ctrl+S or 160 HI Tech: Information and Software Technology

19 Command+S. The Save command is used to update a file that has previously been saved. It stores the active file with its current file name, location and file format. Exercise Copy and complete the following sentences: a A is used to display the contents of files, folders and programs. b Applications must be before they can be opened. c moves a block of text or graphic to another place in the same document or to another document. d Opening a document retrieves a previously document. 2 True or false? a Restore increases the window so that it can be viewed using the entire screen. b Options with an arrow ( ) indicate the current active option. c The option button selects one option from a group. d The save command is used to update a file that has previously been saved. 3 What am I? a Text box that has controls to change the settings by predetermined amounts. b Appears at the top of a dialog box when there are two or more pages of options. c Commands used to easily correct mistakes. d Easy way to move or copy a block of text or graphic a short distance using the mouse. 4 a List four special buttons located in the top-right corner of the title bar. b How do you use a menu to select a command? c What is scrolling? d How do you close a document but keep the application running? e List three ways you can print a document. Development 5 Examine the navigation features of a GUI in three different applications. Demonstrate your proficiency in using menus, scrolling and dialog boxes. Outline the similarities and differences in the navigation features of these applications. 6 Investigate the consistency of elements in the applications developed for your GUI. Construct a table that summarises the uniformity in completing the same task in a different application. The table should contain more than one way of completing the task. 7 Software 161

20 Part A: Multiple choice questions Select the alternative (a), (b), (c) or (d) that best answers each question. 1 Which of the following is not performed by the operating system? a Loading the application software b Sending data to a printer c Storing files d Entering characters and creating documents 2 What do you call starting up the computer and the operating system? a Booting the system b System start c Spooling the system d Power-On Self Test (POST) 3 How would you describe a driver? a Compiles the technical information about a computer s hardware and software b Provides communication with a peripheral device c Accelerates the speed of the CPU d Reorganises files and unused space on a computer s hard disk 4 Which of the following statements is incorrect? a b c d When you purchase a new version of software you are upgrading your application software The cost of an office suite is more than the total price of each application All software companies are required to clearly state the system requirements of their products Most software packages contain onscreen tutorials, onscreen reference material and help files 5 How would you describe custom software? a b c d A complete and documented set of programs supplied to several users A set of codes and rules that enable the computer to operate in a desired way The software that supervises and controls the hardware Written for one customer and not mass-produced for several users 6 Which of the following operating systems is a character-based user interface? a UNIX b Windows c Linux d Mac OS 7 How would you describe an onscreen list of available commands and tools? a Window b Icon c Menu d Dialog box 8 Which of the following is not an advantage of a GUI over a characterbased user interface? a GUIs require a faster processor and more memory b Applications developed for a GUI have the same consistent appearance c GUIs make it easier to understand and learn the commands d GUIs are more forgiving and allow the user to reverse their last action 162 HI Tech: Information and Software Technology

21 9 What is it called when information is entered into a dialog box that involves turning on or off an option? a Command button b Radio button c Option button d Check box 10 What are the commands used to move or copy a block of text or graphic a short distance using the mouse? a Undo and Redo b Drag and Drop c Cut and Paste d Copy and Paste Part B: Matching the term For each of the following statements (1 to 10), select from the list of terms (a to j) the one that most closely fits the statement. Statements 1 Software that manages all the operations needed to run the computer. 2 Software that performs routine tasks to support the operation of the computer system. 3 Software that supervises and controls the hardware. 4 A complete and documented set of programs supplied to several users. 5 Software used for a specific task. 6 Software written for one customer that is not mass-produced for several users. 7 It gives instructions using a mouse and clicking on icons and menus. 8 It is used to display the contents of files, folders and programs in a GUI. 9 An onscreen list of available commands and tools. 10 The way the user interacts with the software. Terms a Application software b Custom software c GUI d Menu e Operating system f g h i j Software package System software User interface Utility software Window Part C: Extended response questions Write at least one paragraph for each of the following: 1 The operating system often works in the background. You use the application software and it interacts with the operating system. Describe some of the tasks performed by the operating system when you are using an application. 2 The routine tasks performed by the utility software should be part of the operating system. We should not need to purchase utility software. Do you agree with these statements? Use examples to explain your answer. 7 Software 163

22 3 Software packages are becoming more flexible and often contain a programming language to meet the exact requirements of the user. List some software packages that contain a programming language. Is it necessary for users to become programmers? Give reasons for your answer. 4 Describe six features of a GUI that you consider to be the most important. 5 Some people prefer to use a character-based user interface over a GUI. Outline some of the reasons for their choice. 6 Briefly describe some of features and elements that are consistent in all applications developed for a GUI. e Tester Project: Application software Investigate one piece of application software. Write a software evaluation and demonstrate this application to the class. The software evaluation should contain: name and version of the software, history of product, software developer, system requirements, cost, ease of use, quality of documentation, Internet support and major uses. Students are expected to research their application and summarise their results. The software evaluation should contain relevant graphics and follow good design principles. 164 HI Tech: Information and Software Technology

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer.

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer. Operating Systems Function of the OS : 1. Provides instructions to display the on screen elements with which you interact. Collectively, these elements are known as the user interface. 2. Loads programs

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

I. Ch 5 System Software

I. Ch 5 System Software I. Ch 5 System Software A. Competencies 1. Describe the differences between system software and application software 2. Discuss the four types of system software 3. Discuss the basic functions, features

More information

Introduction to the. Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7. University of Sheffield.

Introduction to the. Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7. University of Sheffield. Introduction to the Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7 Contents University of Sheffield 1. INTRODUCTION... 4 2. USING A MANAGED SERVICE MACHINE... 5 2.1 LOGGING

More information

Creating a PowerPoint Presentation

Creating a PowerPoint Presentation powerpoint 1 Creating a PowerPoint Presentation Getting Started 1. Open PowerPoint from the "Start" "Programs" Microsoft Office directory. 2. When starting PowerPoint, it usually starts with a new blank

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

Computer Basics. Hardware. This class is designed to cover the following basics:

Computer Basics. Hardware. This class is designed to cover the following basics: Computer Basics This class is designed to cover the following basics: computer hardware software computer s operating system different kinds of storage devices you can use to save files using a mouse what

More information

Using Microsoft Word. Getting Started With Word. Starting the Program

Using Microsoft Word. Getting Started With Word. Starting the Program Using Microsoft Word Starting the Program There are several ways to start a program in Microsoft Windows and they may include the following: 1. Clicking an icon on the desktop. 2. Clicking an icon in the

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Basic Windows 95 Skills

Basic Windows 95 Skills Building Mouse Skills Click press left mouse button once used to select options in menus or to move your cursor Double click press left mouse button twice without moving the mouse pointer used on icons

More information

Some Basic Terminology

Some Basic Terminology Some Basic Terminology A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Here are a few terms you'll run into: A Application Files Program files environment where you can create and edit the kind of

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts

Section 1. System Technologies and Implications. Modules. Introduction to computers. File management. ICT in perspective. Extended software concepts Section 1 System Technologies and Implications Modules 1.1 Introduction to computers 1.2 Software 1.3 Hardware 1.4 File management 1.5 ICT in perspective 1.6 Extended software concepts 1.7 Extended hardware

More information

Table of Contents WINDOWS 95

Table of Contents WINDOWS 95 Table of Contents Accessories Active program button Active window Application Back-up Browse Cascade windows Check box Click Clipboard Close button Context menu Control Panel Copy Cursor Cut Default Desktop

More information

Section 1. System Technologies and Implications. Modules

Section 1. System Technologies and Implications. Modules System Technologies and Implications Modules 1.1 Introduction to computers 1.2 Software 1.3 Hardware 1.4 File management 1.5 ICTs in perspective 1.6 Extended software concepts 1.7 Extended hardware concepts

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 5 Using System Software: The

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 Contents Microsoft Word 2007...5 Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 The Microsoft Office Button...6 The Quick Access Toolbar...6 The Title Bar...6 The Ribbon...6 The Ruler...6

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

11 th COMPUTER APPLICATION CHAPTER 5 WINDOWS AND UBUNTU

11 th COMPUTER APPLICATION CHAPTER 5 WINDOWS AND UBUNTU 11 th COMPUTER APPLICATION CHAPTER 5 WINDOWS AND UBUNTU 1. An operating system is system software. 2. Operating system enables the hardware to communicate and operate with other software. 3. Operating

More information

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved Written by Brian O'Rooney Copyright 2000 Nanaimo Literacy Association All rights reserved Windows is a registered trademark of Microsoft Corporation. This product/publication includes images from WordPerfect

More information

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

Section 4 Working with Text

Section 4 Working with Text ECDL Section 4 Working with Text Section 4 Working with Text By the end of this section you should be able to: Start and close the WordPad program Recognise common program features Create text-based documents

More information

Standard Windows Keyboard Layout & Keyboard Shortcuts

Standard Windows Keyboard Layout & Keyboard Shortcuts Standard Windows Keyboard Layout & Keyboard Shortcuts Desktop keyboard Laptop keyboard Explanation of the Keys on a Windows QWERTY Keyboard Q W E R T Y "The name "QWERTY" for our computer keyboard comes

More information

PowerPoint 2010 Foundation PowerPoint 2010 Foundation Page 1 SAMPLE

PowerPoint 2010 Foundation PowerPoint 2010 Foundation Page 1 SAMPLE PowerPoint 2010 Foundation PowerPoint 2010 Foundation Page 1 PowerPoint 2010 Foundation 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au PowerPoint 2010 Foundation Page 2 2010 Cheltenham

More information

Section 1 Getting Started

Section 1 Getting Started Section 1 Getting Started ECDL Section 1 Getting Started By the end of this section you should be able to: Understand PowerPoint Principles Start PowerPoint Use an Installed Template Recognise the Screen

More information

PowerPoint 2010 Foundation. PowerPoint 2010 Foundation SAMPLE

PowerPoint 2010 Foundation. PowerPoint 2010 Foundation SAMPLE PowerPoint 2010 Foundation PowerPoint 2010 Foundation PowerPoint 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Microsoft Word 2010 Part 1: Introduction to Word

Microsoft Word 2010 Part 1: Introduction to Word CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010 Part 1: Introduction to Word Summer 2011, Version 1.0 Table of Contents Introduction...3 Starting the Program...3

More information

NATIONAL SPORT SCHOOL

NATIONAL SPORT SCHOOL NATIONAL SPORT SCHOOL Mark HALF-YEARLY EXAMINATION 2016 FORM 1 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Max. Mark Mark Global Mark 2 5 4 15 4 6 4 4 14 6 5 10 4 3 8 6 100 DO NOT

More information

Getting Started. Microsoft QUICK Source 7

Getting Started. Microsoft QUICK Source 7 Microsoft QUICK Windows Source 7 Getting Started The Windows 7 Desktop u v w x u Icon links to a program, file, or folder that is stored on the desktop. v Shortcut Icon links to a program, file, or folder

More information

Computer Applications Final Review COMPUTER BASICS REVIEW

Computer Applications Final Review COMPUTER BASICS REVIEW Computer Applications Final Review COMPUTER BASICS REVIEW Look at the following picture and complete each statement below: 1. Label a above is referring to the: A. mouse B. Case C. CPU D. RAM 2. Label

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Word Processing 1. Using a computer for Writing. Spreadsheets

Word Processing 1. Using a computer for Writing. Spreadsheets Word Processing 1 Using a computer for Writing Spreadsheets Microsoft Office 2016 Microsoft Word 2016 Table of Contents Table of Contents... 2 When/if things go wrong... 3 To delete a wrongly entered character:...

More information

Microsoft Office Tips and Tricks

Microsoft Office Tips and Tricks What We ll Discuss Microsoft Office Tips and Tricks David DK Kornegay Client Service and Success Strategies How I use what I got The mentality behind tricks up my sleeve to fill in the gaps get the job

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Windows Computer A to Z Shortcut Key list with PDF

Windows Computer A to Z Shortcut Key list with PDF Windows Computer A to Z Shortcut Key list with PDF In the Computer world, a keyboard shortcut is a combination of one or more command to execute a particular action. These shortcuts are really helpful

More information

CSE111 Introduction to Computer Applications

CSE111 Introduction to Computer Applications CSE111 Introduction to Computer Applications Lecture 2 Introduction to Windows 7 Part 1 Prepared by Asst. Prof. Dr. Mohamed KURDI Revised and presented by Asst. Prof. Dr. Samsun M. BAŞARICI Summary of

More information

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia www.watsoniapublishing.com info@watsoniapublishing.com Quick Reference Course Code: INF1440 Table of Contents Chapter 1: Starting With

More information

Contents Microsoft PowerPoint Lesson 1: The PowerPoint Window...2 The Quick Access Toolbar...3 The Title Bar...3 Rulers...

Contents Microsoft PowerPoint Lesson 1: The PowerPoint Window...2 The Quick Access Toolbar...3 The Title Bar...3 Rulers... Contents Microsoft PowerPoint 2007...2 Lesson 1: The PowerPoint Window...2 The Quick Access Toolbar...3 The Title Bar...3 Rulers...3 Slides, Placeholders, and Notes...4 Status Bar, Tabs, View Buttons,

More information

RAM JAYAM VIDYAA MANDIR MATRIC HR SEC SCHOOL. Cumbum. Theni district. 1 D.EASWARAN M.Sc B.Ed Computer Instructor RJMS_SCHOOL.

RAM JAYAM VIDYAA MANDIR MATRIC HR SEC SCHOOL. Cumbum. Theni district. 1 D.EASWARAN M.Sc B.Ed Computer Instructor RJMS_SCHOOL. RAM JAYAM VIDYAA MANDIR MATRIC HR SEC SCHOOL. Cumbum. Theni district. D.Easwaran M.sc B.ed Computer Instructor RJMS School. Cumbum THENI DISTRICT. CELL : 8760324704 1 Higher Secondary First Year Study

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

The PCC CIS etutorial to Windows

The PCC CIS etutorial to Windows The PCC CIS etutorial to Windows Table of Contents What do I see when I start my computer?...3 What is the desktop?...4 What is the start menu?...5 How do I adjust my windows?...6 How do I minimize a window?...6

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION

NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION Module 1 Using Windows Welcome! Microsoft Windows is an important part of everyday student life. Whether you are logging onto an NSCC computer or

More information

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems CSCA0201 FUNDAMENTALS OF COMPUTING Chapter 6 Operating Systems 1 1. Operating Systems 2. Types of Operating System 3. Major Functions 4. User Interface 5. Examples of Operating System 2 Operating Systems

More information

Bridge Program Computer Skills Self-Inventory

Bridge Program Computer Skills Self-Inventory Name Date Bridge Program Computer Skills Self-Inventory This inventory is a lengthy but non-comprehensive list of beginning, intermediate and advanced computer skills a typical college graduate would have.

More information

8. A ---- represents approximately one billion memory location a. Kilobyte b. Megabyte c. Gigabyte d. Terabyte 9. A collection of programs that

8. A ---- represents approximately one billion memory location a. Kilobyte b. Megabyte c. Gigabyte d. Terabyte 9. A collection of programs that SET 9 1. In Oracle, what is the default number of transactions that MAXTRANS is set to if not specified a. 512 b. 10 c. 40 d. 1 e. 255 2. Which of the following groups consist of only input devices a.

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Q:-1: A file deleted from disk drive A: in windows goes to

Q:-1: A file deleted from disk drive A: in windows goes to Q:-1: A file deleted from disk drive A: in windows goes to (A) Recycle Bin (B) My Computer (C) Windows Explorer (D) Permanently deleted Q:-2: The term operating system means (A) A set of Programs Which

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

Lesson 1: Operating Systems L

Lesson 1: Operating Systems L Computing Fundamentals Lesson 1: Operating Systems L Lesson Objectives In this lesson you will learn how to start a computer and access the operating system. You will also be introduced to Windows. On

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

Technology in Action

Technology in Action Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 System Software: The

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

IC3 Spark. Courseware FOR REVIEW ONLY

IC3 Spark. Courseware FOR REVIEW ONLY IC3 Spark Courseware # 7328-1 Lesson 1: Operating Systems Basics Lesson Objectives In this lesson you will learn how to start a computer and access the operating system. You will also be introduced to

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

PowerPoint Creating Presentations 25

PowerPoint Creating Presentations 25 Contents Contents 3 PowerPoint 00 7 What is PowerPoint? 8 PowerPoint Requirements 9 New and Improved Features 0 Installing PowerPoint 00 Starting PowerPoint 00 3 Exploring the Ribbon 4 003 Commands in

More information

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office Table of Contents Lesson 1: Introduction to the New Interface... 2 Exercise 1: The New Elements... 3 Exercise 2: Use the Office Button and Quick Access Toolbar... 4 The Office Button... 4 The Quick Access

More information

Introduction to Personal Computers Using Windows 10 and Microsoft Office 2016

Introduction to Personal Computers Using Windows 10 and Microsoft Office 2016 Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia www.watsoniapublishing.com info@watsoniapublishing.com Introduction to Personal Computers Using Windows 10 and Microsoft Office 2016 Quick

More information

Microsoft Windows 7 is an operating system program that controls:

Microsoft Windows 7 is an operating system program that controls: Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Objectives Start Windows and view the desktop Use pointing devices Use the Start button Use the taskbar Work with windows 2 Objectives Use

More information

ANSWER KEY. Chapter 1. Introduction to Computers

ANSWER KEY. Chapter 1. Introduction to Computers 3 ANSWER KEY Chapter 1. Introduction to Computers Exercises A. 1. c. 2. a. 3. b. 4. a. B. 1. False 2. True 3. True 4. True 5. False 6. True C. 1. Processing 2. Notebooks 3. Output 4. Data 5. PARAM D. 1.

More information

Word 2007/10/13 1 Introduction

Word 2007/10/13 1 Introduction Objectives Word 2007/10/13 1 Introduction Understand the new Word 2007 Interface Navigate the Office button Learn about the Quick Access menu Navigate the Ribbon menu interface Understand the I-beam Learn

More information

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support Mac OS X Mac OS X Part 3 The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu Basic overview of Mac OS X s interface Finding files/folders Basic overview of directory structure

More information

Introduction to Microsoft Windows

Introduction to Microsoft Windows Introduction to Microsoft Windows lab 1 Objectives: Upon successful completion of Lab 1, you will be able to Describe some of the basic functions of an operating system, and Windows in particular Describe

More information

Computer Booklet. 1st preparatory. Computer Department. Name :.. Class :..

Computer Booklet. 1st preparatory. Computer Department. Name :.. Class :.. Computer Booklet Name :.. Class :.. 1st preparatory Computer Department Lesson 1 Computer System Basics Computer: is an electronic set which has the ability to store data and process them to reach certain

More information

Download from Powered By JbigDeaL

Download from  Powered By JbigDeaL 1. If a word is typed that is not in Word s dictionary, a wavy underline appears below the word. (A) red (B) green (C) blue (D) black 2. The button on the quick access Toolbar allows you to cancel your

More information

Word 2007 by Dick Evans, January 2012

Word 2007 by Dick Evans, January 2012 Word 2007 by Dick Evans, January 2012 Differences between Word 2007 and the other versions out there: Works pre Windows 7 WordPad pre 2010 and 2010 Word 97-2003 Word 2010 What about the trial version available

More information

PowerPoint 2016 Basics for Mac

PowerPoint 2016 Basics for Mac 1 PowerPoint 2016 Basics for Mac PowerPoint 2016 Basics for Mac Training Objective To learn the tools and features to get started using PowerPoint more efficiently and effectively. What you can expect

More information

Modul ke: Aplikasi Komputer. Pengenalan Ms. Word. Fakultas FASILKOM. Program Studi Sistem Informasi

Modul ke: Aplikasi Komputer. Pengenalan Ms. Word. Fakultas FASILKOM. Program Studi Sistem Informasi Modul ke: 02 Devi Fakultas FASILKOM Aplikasi Komputer Pengenalan Ms. Word Fitrianah Program Studi Sistem Informasi Pendahuluan Microsoft Word is a word processing program used to create: Letters Memos

More information

COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR 2, 3 & 5 MARKS QUESTION AND ANSWERS CHAPTER 7 AN INTRODUCTION TO WINDOWS XP

COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR 2, 3 & 5 MARKS QUESTION AND ANSWERS CHAPTER 7 AN INTRODUCTION TO WINDOWS XP COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR 2, 3 & 5 MARKS QUESTION AND ANSWERS CHAPTER 7 AN INTRODUCTION TO WINDOWS XP CHAPTER 7 AN INTRODUCTION TO WINDOWS XP Multiple Choice Questions And Answers 1.

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Objectives Start Windows and view the desktop Use pointing devices Use the Start button Use the taskbar Work with windows 2 Objectives Use

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Using the Computer & Managing Files Part 2

Using the Computer & Managing Files Part 2 Using the Computer & Managing Files Part 2 Using the Computer & Managing Files...65 Example 1 File compression, or zipping...66 Exercise 1 Download and install software...66 Exercise 2 Understand file

More information

Getting Started with Windows XP

Getting Started with Windows XP UNIT A Getting Started with Microsoft, or simply Windows, is an operating system. An operating system is a kind of computer program that controls how a computer carries out basic tasks such as displaying

More information

4. Some computers may also be customised so that a program such as Word can be started using a keyboard command.

4. Some computers may also be customised so that a program such as Word can be started using a keyboard command. Using Microsoft Word Starting the Program There are several ways to start a program in Microsoft Windows and they may include the following: 1. Clicking an icon on the desktop. 2. Clicking an icon in the

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 THE BASICS PAGE 02! What is Microsoft Word?! Opening Microsoft Word! The Title Bar! Page View and Zoom MENUS...PAGE 03! Quick Access Toolbar! The Ribbon! File Tab! Home

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating

More information

Windows 10: Part 1. Updated: May 2018 Price: $2.00

Windows 10: Part 1. Updated: May 2018 Price: $2.00 Windows 10: Part 1 Updated: May 2018 Price: $2.00 A Special Note on Terminology Windows 10 accepts both mouse and touch commands. This means that you could use either mouse clicks or touch gestures interchangeably.

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Computers: Tools for an Information Age. System Software

Computers: Tools for an Information Age. System Software Computers: Tools for an Information Age System Software Objectives System Software Operating system (OS) Popular Operating Systems System Utilities 2 System Software 3 System Software System software includes

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 1: Microsoft(MS) Windows Operating System (OS) Lecturer: Sophia Agenda for Today Microsoft Windows Operating System Windows Desktop Launching

More information

Computer Literacy Guide. for use in a Family Literacy Center

Computer Literacy Guide. for use in a Family Literacy Center Computer Literacy Guide for use in a Family Literacy Center ISBN: 1-931507-94-5 2003 FAMILY LITERACY CENTERS, INC. All rights reserved. No part of this book may be reproduced or used in any form, including

More information

Introducing Office

Introducing Office Contents Contents 1 2 Introducing Office 2007 9 Microsoft Office 2007 10 Ribbon Technology 11 What s Needed 12 Installing Office 2007 13 Start an Application 14 The Application Window 15 Live Preview 16

More information

Start Menu Log off Turn Off Computer Run Search Help and Support

Start Menu Log off Turn Off Computer Run Search Help and Support Windows Basics Start Menu Start Menu Log off - Log off the current user. Turn Off Computer - shutdown, restart and standby. Run - Used to manually start executable files (programs). Search - Search your

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Types of Operating Systems

Types of Operating Systems Operating Systems Chap 02 Sem 1 Jun 2017 Types of Operating Systems 1 Classification 1: Based on the way Programs are Run Real Time OS Small, very fast, and must respond to hardware events or signals before

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

You might think of Windows XP as a set of cool accessories, such as

You might think of Windows XP as a set of cool accessories, such as Controlling Applications under Windows You might think of Windows XP as a set of cool accessories, such as games, a calculator, and an address book, but Windows is first and foremost an operating system.

More information