GENERAL PURPOSE PACKAGES. Contents

Size: px
Start display at page:

Download "GENERAL PURPOSE PACKAGES. Contents"

Transcription

1 Contents Introduction What are General Purpose Packages, why do we use them and what are they used for? 1 Storing Data in Your GPP 4 The Human-Computer Interface 8 Integrated Packages 13 What do you need to know about the Packages? 17 What do you need to know about Graphics? 25 What do you need to know about Spreadsheets? 29 What do you need to know about Databases? 35 Desktop Publishing 40 Presentation/Multimedia Packages 44 Creating a Web Page 50 What is an Expert System? 54 General Purposes Packages in the Workplace 56 The Law 59 GPP Questions 64 GPP Answers 74 Answers to Exercises 80 iv iii

2 What do you need to know about Graphics? Feature Enter text Draw graphic Common tools What you need to know Entering text in a graphics package is very useful. It lets you label graphics! You can use the drawing tools to create your own graphic. Most graphics packages have a similar set of tools for drawing lines, circles and rectangles for pouring colour into a graphic and for drawing freehand. Alter tool attributes Changing the attributes of a tool such as the Line tool means changing, for example the colour or the thickness of the line. Scale graphic Scaling means changing the dimensions of a graphic by increasing or decreasing the height/width of the graphic. Rotate graphic This lets you spin your graphic round. You can control the rotation either by dragging the graphic round using handles or by specifying the number of degrees. 25

3 Cropping a graphic When you crop a graphic you cut out the part of the graphic that you do not want, usually by selecting the cropping tool and dragging the handles at the edge of the graphic. This graphic has white lines down the side. This one has been cropped to get rid of the white lines. Scanning a graphic Once you load up your scanning software it will give you a series of choices that give you control over exactly how the scan is processed. You can choose: the number of colours in the scan the resolution of the scan: the number of pixels per square inch the type of file that your scanned image is saved as. All of these can affect the quality of the scanned image and the size of the file in which it is stored. 26

4 Editing the scanned graphic Now that the graphic has been scanned you can load it into a graphics package and begin to edit it. Most graphics packages have features such as: Crop, Change colours, Layer graphic objects one on top of another and Zoom, as well as enabling you to add effects such as Soften, Sharpen and others that you can see in the menu above. Exercise 12 This graphic image on the left is being edited below using the Zoom feature then a combination of the editing tools in a paint package. Briefly describe the functioning of four of the graphic editing tools you have used. 27

5 Exercise Use a selection of the tools available to produce a suitable images, for example the shape of a dancer, a band, a CD-player, or spotlights. 2. Use the infill tools and colour menus to make your graphic attractive. 3. Scale and rotate your images until they look eye catching. 4. Save the file as discographics and then print it out. Use your graphics package to produce illustrations to be used to advertise the school disco. 5. Produce a template for a handbill advertising the school discos. Set out the styles, text sizes and fonts as well as margins and text alignment. Save the template as handbill. 6. Scan in a suitable graphic, edit it by, for example, cropping it, scaling it or changing the colours, then save it. 7. Open up the template and use it to create a handbill to advertise the senior school disco. Enter suitable text about the location, timing and cost then insert the scanned graphic. 8. Save the file. 9. Print out the finished handbill. 28

6 What do you need to know about Spreadsheets? Spreadsheet software lets you enter and store numeric data and perform calculations on it using formulae. Spreadsheets are organised into rows and columns. Formula Column Row Spreadsheet terms Feature What you need to know Cell Each location in a spreadsheet is called a cell. Each cell has its own address made up of a column letter and a row number: C7, B8, D24. Row Rows are numbered from 1 upwards. Column Columns have their own letter: A, B, C, D, E, F, etc. Value A value is a number or a formula. Text Text is entered to label cells, rows and columns or even to give lengthy explanations of what is going on in the spreadsheet. Insert row or column This feature lets you put rows or columns into your spreadsheet to make room for more data or formulae. Alter the width If you have a lot of data to put into a column, this of a column feature lets you widen it to make enough room. 29

7 Feature What you need to know Alter cell When you set up the attributes of a cell you are defining format/attributes the properties of that cell, the format of the data it will hold. Common cell attributes are: time, scientific, percentage, date, currency. This graphic shows examples of the various data formats that can be set up. Formula A formula sets out the calculation that has to be carried out on data. You should be able to recognise and use simple formulae such as: A4 + A5 B6 B7 C6/C8 D6 * D9 You should also know these simple functions. = sum(a1:a6) This calculates the total of the values in cells A1 to A6. = average(b3:b12). This calculates the average of the values in cells B3 to B12. = max(a4:a10) This finds the largest value in the range A4 to A10. = min(b8:b16) This finds the smallest value in the range A4 to A10. 30

8 Feature Replication What you need to know This simply means copying a formula down a column or across a row, usually by entering a simple key press, for example to copy down a column simply highlight the column and enter a key press such as Ctrl D. Charting You can turn numbers in a spreadsheet into a chart. This makes it easy to see what they mean at a glance. Automatic and manual calculation Cell protection Automatic calculation is usually the default setting on a spreadsheet. That means that your spreadsheet will carry out its calculations just as soon as you have entered the data and the formulae. You can switch off automatic calculation. This means you have to intervene and manually give the spreadsheet the instruction to perform the calculation. By switching on cell protection you make sure that the data or formula in that cell is not changed by accident. Before it can be changed, cell protection needs to be switched off. 31

9 Feature Relative referencing Absolute referencing Formula using conditions What you need to know When a formula is replicated across a row using relative referencing the formula will change according to the cells it is copied into. For example the formula: sum(b6:b9) when replicated across a row into columns C and D will change to sum(c6:c9) and sum(d6:d9). Using absolute referencing the formula remains the same no matter where in the spreadsheet you replicate it to. Most spreadsheets use $ to mark an absolute reference. For example: The formula: average($b$6:$b$9) will remain the same even if you replicated it to column C and column D. The structure of an if function is as follows. if(condition, true, false). This means: If the condition is met, the first action is carried out. If it is not met, the second action is carried out. Let us take the example of an If formula that is being used to calculate a bonus for a salesman. The cell containing the bonus has this formula entered. if(d20>=50, 100, no bonus ) If cell D20 has a value greater than or equal to 50, then the cell containing the formula is given the value 100. If the value is less than 50, no bonus is entered into the cell. Let us look at a spreadsheet and check out some of these features we have just been looking at. This cell has cell protection activated to protect the important data it holds on the VAT rate. This formula uses both: absolute referencing to refer to cell B18 that holds the VAT rate relative referencing to refer to the costs held in cells C6, C7, C8, C9 and C10. 32

10 Fully labelled charting Here are the highlighted grades Charts can have series of labels each giving its own piece of information about the chart. If you develop a series of charts for example for all the class results in fourth year then: you can have a label to identify the series you can insert a label for each individual chart you can have a title for each chart both X and Y axis can have labels you can even label points on the chart. This window lets you set up labels showing values and percentages. Exercise List the labels a fully labelled chart should have. 2. Your teacher will supply you with a spreadsheet file. Open it up and chart the data, labelling it as fully as your package will allow. 3. If your application has a Label Wizard, use that to help you. 33

11 Exercise 15: Spreadsheet practical exercise Create a spreadsheet to hold the results of class 4A. 1. In cell B13 enter the word Total. 2. In cell C13 enter the formula to calculate the total number of passes. 3. In cell C15, enter the formula to calculate the percentage of grade 1s. (Your teacher will help you with this.) 4. Do the same for cell C16 to calculate the percentage of grade 3s. 5. Change the attributes of the cells C15 and C16 so that they hold numbers up to two decimal places. 6. Insert a row to hold the percentage of grade 2s. 7. Use the charting features to chart the number of passes in each grade Ask your teacher to check your formulae and your chart. Your teacher may ask you to print out your spreadsheet and chart. 9. Label rows to hold the percentage of grades 4, 5, 6 and 7 and use a combination of relative and absolute reference to replicate the formula down column C. 10. Fully label your chart. 11. Ask your teacher to check your formulae and your fully labelled chart. 34

12 What do you need to know about Databases? A database is a collection of related information made up of Records that in turn are made up of Fields. File Record 1 Record 2 Record 3 Record 4 Field 1 Field 2 Field 3 A File is a collection of Records such as a file of names, addresses and phone numbers. Records hold the data on one person or object in the file. For example you could have a record for each pupil in a school. A Field stores one piece of data such as the name field, the address field, the phone number field. 35

13 Features Add/create records Edit records Create fields What you need to know When you set up a database you create new records and fill the data into the fields. If you need to, you can always add another record. Once you have created your records you can go back and change the data held there. When the database is being set up you can create different types of fields to match the different types of data you are going to store in the database. You can create the following types of field: Numeric Text Graphic Date Time. Search on one field This is a simple search, for example search on the name field for MacIntosh. Note: some packages use the term Query or Find for a search. Sort on one field This puts the records into order using the contents of one field, for example sort into order using the date field. Alter a record format You can alter the format of a record in several ways: change a field type so that it can hold different type of data, delete a field altogether. 36

14 Features Alter input format What you need to know Change the input screen. The two most common input screens are column/table and card layouts. Column Card Alter output format You can change the way data is output by changing the layout from column to a card layout. You can even decide which fields are output and where on the screen they appear, what colour they have, etc. Simple searches on Finding information on the internet or a CD-ROM is a CD-ROM or straightforward. All you have to do is to enter your search the internet and press Return or click Go. The search engine does the rest. Search on more than one field Sometimes searching on one field gives you too many results. Searching on the name field for McKenzie might produce a dozen records. To narrow down the number of results you can search on more than one field, for example searching on the Name field for McKenzie, the Address field for Dowanhill Rd and the Date field for 12/11/2003. Sort on more than one field You can use more than one field to sort your records into order. Sorting on the name field and the address field means that if two people have the same name then they will be sorted into order according to their address. So McKenzie in Dowanhill St. will be placed before McKenzie in Hillhead St. 37

15 Features Computed field Keyword Simple search on a CD-ROM or the internet What you need to know You use computed fields to store a formula that carries out calculations on data held in your database file. Keywords are used to identify records in a file. Each record is given a unique keyword, stored in a key field. This makes searching for records much simpler. If you know the keyword, such as an account number, it saves you carrying out complex searches on several fields. A search using the keyword will take you straight to the record you want. A simple search is a simple straightforward search for an item that is easily found. As an example you could search for Australia on a CD- ROM or the internet. The problem would be that you would find lots of entries. In fact a search for Australia on the internet will return hundreds of thousands of results; too many to look through. So, what you really need to do is carry out a complex search. Complex search on Complex searches are searches where there are two or more a CD-ROM or conditions in the search, for example a search for all cities the internet in Australia with a population > 1,000,000. CD- ROMs help you put together complex searches with several parts or conditions in your search. Because the search has several conditions, it will return fewer results. 38

16 Exercise What is the main reason for using complex searches? 2. Why should you include as many conditions as you can in your search? 3. Write out the combination of conditions you would use to find out about Scottish islands in the Inner Hebrides except Mull or Coll. Carry out the search either using a CD-ROM or on the internet. Exercise 17: Database practical exercise Create a database to hold the details about five patients in a dentist s surgery. Each record in the file should contain the following fields: Surname, Firstname, Address, Date of birth, Extractions, Fillings, Crowns fitted. Here is an example of the first two records. Carry out the following tasks. 1. Add another three records for the following new patients: Jean McKenzie, Alec Wallace, Margaret McFarrell. You can make up your own data for the rest of the fields. 2. Sort the file on the Surname field. 3. Add a field to hold data on the number of checkups. 4. Sort the file on the Surname and the Firstname fields. 5. Search for the record for Eric McKenzie in Ullapool Rd. 6. (a) Add a new field to contain a patient number. (b) Enter the following patient numbers: 6701, 6702, 6703, 6704, If your database software has the facility to do so, alter the database by adding a computed field to hold the total number of fillings and extractions each patient has had. 39

17 Desktop Publishing A desktop publishing (DTP) package is a package designed to set up professional looking pages that contain text and graphics. DTP packages are used to set up pages for magazines, books, leaflets, newsletters. They have features that help the user control the position of the text and graphics, such as: onscreen rulers frames text boxes. Wizard Using a wizard is a great way to start producing a DTP document. A wizard will often offer the user a choice of templates that have the structure, style and even colour of the page already in place. It will then step the user through the process of completing the page by entering the text or inserting graphics from a clip art file. 40

18 Importing and scaling graphics You can scan in graphics, download them from the internet or transfer them from your digital camera. They can then be stored in folders on your hard disk or on a CD. You can then import the graphics easily into your document and scale them to any size you want. For a definition of scaling graphics see page 25. This file is being imported simply by selecting itt andthen choosing insert. This example shows how easy it is to scale a graphic by adjusting the height and width percentage. 41

19 Importing text Setting up a text box is easily done. You can use the rulers at the side of the page to enable you to position the text box exactly where you want it then import the text using the menus and the pointer. Once you have all the objects on your page you can change the page layout by changing the position of the objects on the page, or by altering the structure of the page layout itself. These graphics give a good example of how the layout of a page can be altered and the position of objects changed. 42

20 Wrapping text around your graphics This is a useful feature. It enables you to wrap your text around a graphic. This is a very effective way of relating the text to the graphic and describing what is going on in the graphic. Here we can see several different ways you can wrap text around a graphic. Exercise Using a desktop publishing package choose a template for a document. 2. Use this template to produce a document and, using your jotter or your word processor, write down how the template helps you. 3. Import some graphics into your document. What does importing a graphic mean? 4. Change the dimensions of your graphics by scaling them. 5. Crop some of your graphics and explain how this improves the document. 6. Use the text wrap feature to wrap text around your graphics. 7. Use your online help to find out about the features of your desktop publishing package that can help you: (a) position your text and graphics with precision (b) alter the layout. Use your online help. 8. Use these features to alter your document. 43

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Presentation/Multimedia Packages

Presentation/Multimedia Packages Presentation/Multimedia Packages Multimedia documents combine text, graphics, sound, animation and even video clips. Multimedia authoring packages and presentation packages are both used to set up slideshows

More information

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 1. Open Microsoft Word 2007. Word will start up as a blank document. 2. Change the margins by clicking the Page Layout tab and clicking

More information

Functional Skills. bksb Resources for ICT Functional Skills. West Nottinghamshire College

Functional Skills. bksb Resources for ICT Functional Skills. West Nottinghamshire College Functional Skills Skills ICT bksb Resources for ICT Functional Skills Microsoft product screen shot(s) reprinted with permission from Microsoft Corporation. West Nottinghamshire College Contents Introduction

More information

Knightswood Secondary School. Graphic Communication. Desktop Publishing otes. Auto Tracing

Knightswood Secondary School. Graphic Communication. Desktop Publishing otes. Auto Tracing Auto Tracing The process of converting a bit mapped image into a vector image. In a bit-mapped image, each object is represented by a pattern of dots, while in a vector image every object is defined geometrically.

More information

Word 2007 Tables Part 2

Word 2007 Tables Part 2 Word 2007 Tables Part 2 In this lesson you will learn to use formulas within tables, change the size and positions of a tables, convert information from table form to text form and vice versa, insert clipart

More information

Computer Skills Checklist

Computer Skills Checklist Computer Skills Checklist Tutors can use this checklist to evaluate student s or select appropriate s relevant to the course that is being taught. Parts of this checklist could also be used for initial

More information

Microsoft Office. Microsoft Office

Microsoft Office. Microsoft Office is an office suite of interrelated desktop applications, servers and services for the Microsoft Windows. It is a horizontal market software that is used in a wide range of industries. was introduced by

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document

STUDENT NAME ECDL: EXCEL MR BENNELL. This is an example of how to use this checklist / evidence document This part contains an instruction, task or a skill which you need to sow evidence of being able to do Once you have completed a task and shown evidence of it write the date underneath the task instruction

More information

Detailed Table of Contents

Detailed Table of Contents Detailed Table of Contents INTRODUCTION...1 I.1 THE OBJECTIVES OF THIS TEXT...1 I.2 WHY LibreOffice?...1 I.3 WHAT IS SPECIAL ABOUT THIS TEXT?...1 I.4 THE STATUS OF COMPUTING IN SCHOOLS...2 I.5 TEACHING

More information

Arkansas Curriculum Framework for Computer Applications II

Arkansas Curriculum Framework for Computer Applications II A Correlation of DDC Learning Microsoft Office 2010 Advanced Skills 2011 To the Arkansas Curriculum Framework for Table of Contents Unit 1: Spreadsheet Formatting and Changing the Appearance of a Worksheet

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

C omputer D riving L icence

C omputer D riving L icence E uropean C omputer D riving L icence E C D L S y l l a b u s 5. 0 Module 4 Spreadsheets ECDL Syllabus 5 Courseware Module 4 Contents USING THE APPLICATION... 1 SAVING A WORKBOOK AS ANOTHER FILE TYPE...

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

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

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Scope and Sequence of Computer-Based Skills K-6. The Junction Public School

Scope and Sequence of Computer-Based Skills K-6. The Junction Public School Scope and Sequence of Computer-Based Skills K-6 The Junction Public School At The Junction Public School, we believe that computers and technology influence almost every facet of our lives. Technology

More information

4. Spreadsheet Design Features: Formatting

4. Spreadsheet Design Features: Formatting Spreadsheet Methods 5N1977 4. Spreadsheet Design Features: Formatting Contents 1. Recognise the Features Available on Toolbars... 1 2. Insert and Delete Rows and Columns... 2 3. Adjust Column and Row Widths...

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Text University of Bolton.

Text University of Bolton. Text University of Bolton. The screen shots used in this workbook are from copyrighted licensed works and the copyright for them is most likely owned by the publishers of the content. It is believed that

More information

Contents. Spreadsheet Software ITQ Level 1

Contents. Spreadsheet Software ITQ Level 1 Contents SKILL SET 1 FUNDAMENTALS... 11 1 - SPREADSHEET PRINCIPLES... 12 2 - STARTING EXCEL... 13 3 - THE LAYOUT OF THE EXCEL SCREEN... 14 4 - THE RIBBON... 16 5 - THE WORKSHEET WINDOW... 18 6 - CLOSING

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Pupils Name ... Class ... Teacher. It will help you to keep a record of all the skills you have practised and learnt.

Pupils Name ... Class ... Teacher. It will help you to keep a record of all the skills you have practised and learnt. Pupils Name... Class Teacher... What is this booklet for? It will help you to keep a record of all the skills you have practised and learnt. What do I need to do? Each section deals with groups of skill.

More information

MS WORD INSERTING PICTURES AND SHAPES

MS WORD INSERTING PICTURES AND SHAPES MS WORD INSERTING PICTURES AND SHAPES MICROSOFT WORD INSERTING PICTURES AND SHAPES Contents WORKING WITH ILLUSTRATIONS... 1 USING THE CLIP ART TASK PANE... 2 INSERTING A PICTURE FROM FILE... 4 FORMATTING

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

Lesson Skill Matrix Skill Exam Objective Objective Number

Lesson Skill Matrix Skill Exam Objective Objective Number Lesson 6 Page 1 Creating Tables Lesson Skill Matrix Skill Exam Objective Objective Number Creating a Table Create a table by specifying rows and columns. 3.1.3 Formatting a Table Apply table styles. 3.1.4

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker INTRODUCTION : It is one Adobe PageMaker 7.0 software is the ideal page layout program for business, education, and small- and home-office professionals who want to create high-quality publications such

More information

Exploring Microsoft Office Word 2007

Exploring Microsoft Office Word 2007 Exploring Microsoft Office Word 2007 Chapter 3: Enhancing a Document Robert Grauer, Keith Mulbery, Michelle Hulett Objectives Insert a table Format a table Sort and apply formulas to table data Convert

More information

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC FIVE

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC FIVE Table of Contents What is MSWord? MSWord is a word-processing program that allows users to insert, edit, and enhance text in a variety of formats. Word is a powerful word processor with sophisticated editing

More information

Certificate I in Information Technology

Certificate I in Information Technology Certificate I in Information Technology General Description The skills and knowledge acquired are sufficient to create simple spreadsheets and databases as described in the competencies. Learning Outcomes

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. The Beginner s Guide to Microsoft Excel Written by Sandy Stachowiak Published April 2018. Read the original article here: https://www.makeuseof.com/tag/beginners-guide-microsoftexcel/ This ebook is the

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Select a Row or a Column Place your pointer over the Column Header (gray cell at the top of a column that contains a letter identifying the column)

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

INFORMATION SHEET 24002/1: AN EXCEL PRIMER

INFORMATION SHEET 24002/1: AN EXCEL PRIMER INFORMATION SHEET 24002/1: AN EXCEL PRIMER How to use this document This guide to the basics of Microsoft Excel is intended for those people who use the program, but need or wish to know more than the

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

More information

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows Level 2 Excel Viewing workbooks Open and arrange windows Opening another window on to a workbook Arranging workbook windows Hiding and show windows Split panes Split panes Freeze panes Freeze panes Change

More information

Skill Exam Objective Objective Number

Skill Exam Objective Objective Number Creating Tables 6 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Table Create a table by specifying rows and columns. 3.1.3 Formatting a Table Apply table styles. 3.1.4 Managing Tables

More information

for secondary school teachers & administrators

for secondary school teachers & administrators for secondary school teachers & administrators 2b: presenting worksheets effectively Contents Page Workshop 2B: Presenting Worksheets Effectively 1 2.1 The Formatting Toolbar 2.1.1 The Format Cells Dialogue

More information

Introduction to Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

Microsoft Excel 2000 Charts

Microsoft Excel 2000 Charts You see graphs everywhere, in textbooks, in newspapers, magazines, and on television. The ability to create, read, and analyze graphs are essential parts of a student s education. Creating graphs by hand

More information

Computer & Careers Mr. Lewis

Computer & Careers Mr. Lewis Microsoft Excel Unit A Computer & Careers Mr. Lewis Definitions: Spreadsheet Worksheet Workbook Formulas File Extension When you open a spreadsheet the default name is Is an application you use to perform

More information

1: Getting Started with Microsoft Excel

1: Getting Started with Microsoft Excel 1: Getting Started with Microsoft Excel The Workspace 1 Menu commands 2 Toolbars 3 Cell References 4 Cell Entries 4 Formatting 5 Saving and Opening Workbook Files 7 The Workspace Figure 1 shows the Microsoft

More information

Glossary Unit 1: Hardware and Software

Glossary Unit 1: Hardware and Software Glossary Unit 1: Hardware and Software 1. 2. Application software computer software created to allow the user to perform specific a job or task Examples: Word processing, Spreadsheets, Database, and Graphics

More information

CATEGORY SKILL SET REF. TASK ITEM. 1.1 Working with Spreadsheets Open, close a spreadsheet application. Open, close spreadsheets.

CATEGORY SKILL SET REF. TASK ITEM. 1.1 Working with Spreadsheets Open, close a spreadsheet application. Open, close spreadsheets. ECDL / ICDL Spreadsheets This module sets out essential concepts and skills relating to understanding the concept of spreadsheets and demonstrating an ability to use a spreadsheet to produce accurate work

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

More information

Spreadsheet Software

Spreadsheet Software Spreadsheet Software Objectives: Working with Spreadsheets Enhancing Productivity Using the Application Open, close a spreadsheet application. Open, close documents. Create a new spreadsheet based on default

More information

ESSENTIAL LibreOffice Tutorials for Teachers

ESSENTIAL LibreOffice Tutorials for Teachers ESSENTIAL LibreOffice Tutorials for Teachers by Bernard John Poole Associate Professor Emeritus University of Pittsburgh at Johnstown Johnstown, PA, USA Copyright Bernard John Poole, 2016 All rights reserved

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Manually adjust column width Place the pointer on the line between letters in the Column Headers. The pointer will change to double headed arrow. Hold

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

EXCEL SKILLS. Selecting Cells: Step 1: Click and drag to select the cells you want.

EXCEL SKILLS. Selecting Cells: Step 1: Click and drag to select the cells you want. Selecting Cells: Step 1: Click and drag to select the cells you want. Naming Cells: Viewlet available Step 2: To select different cells that are not next to each other, hold down as you click and

More information

The City School PECHS Junior Boys 2 nd Term Ms Excel- Task 2, 3-Worksheet

The City School PECHS Junior Boys 2 nd Term Ms Excel- Task 2, 3-Worksheet Q1) Fill in the blanks with appropriate answers. 1. Quicker calculation of sum of multiple sets of data can be done using Auto Fill tool. 2. Spread Sheet is also used to do difficult calculations quickly

More information

Inserting Information into PowerPoint

Inserting Information into PowerPoint LESSON 6 6.1 Inserting Information into PowerPoint After completing this lesson, you will be able to: Change the layout of a slide. Insert a clip art image. Scale an image. Insert and format a table. Insert

More information

WORD Creating Objects: Tables, Charts and More

WORD Creating Objects: Tables, Charts and More WORD 2007 Creating Objects: Tables, Charts and More Microsoft Office 2007 TABLE OF CONTENTS TABLES... 1 TABLE LAYOUT... 1 TABLE DESIGN... 2 CHARTS... 4 PICTURES AND DRAWINGS... 8 USING DRAWINGS... 8 Drawing

More information

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer www.mrsmeyersmap.weebly.com Course Description This course is recommended for ALL high school students!

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

MARKING GUIDELINE -1- NC1710(E)(O29)V OFFICE DATA PROCESSING MARKING GUIDELINE NATIONAL CERTIFICATE (VOCATIONAL) NOVEMBER 2009

MARKING GUIDELINE -1- NC1710(E)(O29)V OFFICE DATA PROCESSING MARKING GUIDELINE NATIONAL CERTIFICATE (VOCATIONAL) NOVEMBER 2009 MARKING GUIDELINE -1- NC1710(E)(O29)V MARKING GUIDELINE NATIONAL CERTIFICATE (VOCATIONAL) NOVEMBER 2009 NQF LEVEL 4 This memorandum consists of 17 pages. MARKING GUIDELINE -2- NC1710(E)(O29)V National

More information

L E S S O N 2 Background

L E S S O N 2 Background Flight, Naperville Central High School, Naperville, Ill. No hard hat needed in the InDesign work area Once you learn the concepts of good page design, and you learn how to use InDesign, you are limited

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Microsoft Word 2010 Guide

Microsoft Word 2010 Guide Microsoft Word 2010 Guide 1 Microsoft Word 2010 These notes are devised for Word 2010. You should be aware that it is similar to Word 2007 but is quite different from earlier versions of Word, e.g. Word

More information

USO RESTRITO. AppleWorks 6. Quick Reference

USO RESTRITO. AppleWorks 6. Quick Reference Page 2 (3,1) AppleWorks 6 Quick Reference F O R M A C O S 4:13 PM Page 1 (1,1) AppleWorks Help General keyboard shortcuts Step-by-step instructions and many more keyboard shortcuts are in AppleWorks Help.

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

Skittles Excel Project

Skittles Excel Project Skittles Excel Project Entering Your Data and Creating Data Displays 1. Open Microsoft Excel 2. Create a table for your Skittles colors: a. In cell A1 type in a title for your chart b. In cell A2 type

More information

Computing Key Skills

Computing Key Skills Expected Year 1 Can they create a simple series of instructions - left and right? Can they record their routes? Do they understand forwards, backwards, up and down? Can they put two instructions together

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module.

The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module. Module 4 Spreadsheets The following is the Syllabus for Module 4, Spreadsheets, which provides the basis for the practice-based test in this module. Module Goals Module 4 Spreadsheets requires the candidate

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

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

Functional Skills. Entry 3 to Level 2. Spreadsheets 2010 Version Information

Functional Skills. Entry 3 to Level 2. Spreadsheets 2010 Version Information Functional Skills Skills ICT Entry 3 to Level 2 YOU DO NOT NEED TO WORK THROUGH THIS. IT IS AN PACK TO TEACH YOU THE SKILLS NEEDED TO COMPLETE THE TASKS. YOU CAN USE IT WHILST WORKING THROUGH THE TASKS,

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

- Is the process of combining texts and graphics layout to produce publications e.g. cards,

- Is the process of combining texts and graphics layout to produce publications e.g. cards, DESKTOP PUBLISHING (DTP) - Is the process of combining texts and graphics layout to produce publications e.g. cards, newspapers, catalogues etc. - A special DTP software is always used. PURPOSE OF DTP

More information

2 A little on Spreadsheets

2 A little on Spreadsheets 2 A little on Spreadsheets Spreadsheets are computer versions of an accounts ledger. They are used frequently in business, but have wider uses. In particular they are often used to manipulate experimental

More information

Prepared By: Graeme Hilson. U3A Nunawading

Prepared By: Graeme Hilson. U3A Nunawading 0 Prepared By: Graeme Hilson U3A Nunawading - 2015 1 CONTENTS This Course Page 3 Reference Material Page 3 Introduction page 3 Microsoft Excel Page 3 What is a Spreadsheet Page 4 Excel Screen Page 4 Using

More information

Word Tutorial 4 Enhancing Page Layout and Design

Word Tutorial 4 Enhancing Page Layout and Design Word Tutorial 4 Enhancing Page Layout and Design Microsoft Office 2013 Objectives Use continuous section break for page layout Format text in columns Insert symbols and special characters Distinguish between

More information

User Guide. DrawAnywhere.com: User Guide

User Guide. DrawAnywhere.com: User Guide DrawAnywhere.com: User Guide DrawAnywhere.com is an online diagramming & flow charting application with the look & feel of a desktop application! User Guide http://www.drawanywhere.com August, 2007 Table

More information

Desktop Publishing. Desirable Features. Key Stages 1 & 2. Pupils should: Level. Level 2. Level 3. Level 4. Level 5

Desktop Publishing. Desirable Features. Key Stages 1 & 2. Pupils should: Level. Level 2. Level 3. Level 4. Level 5 Desktop Publishing 1 find, select and import text or a familiar image into appropriate software with some help from the teacher; and create a simple phrase or sentence to accompany the image. find and

More information

Working with Tables in Word 2010

Working with Tables in Word 2010 Working with Tables in Word 2010 Table of Contents INSERT OR CREATE A TABLE... 2 USE TABLE TEMPLATES (QUICK TABLES)... 2 USE THE TABLE MENU... 2 USE THE INSERT TABLE COMMAND... 2 KNOW YOUR AUTOFIT OPTIONS...

More information