Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to...

76
Standard Grade Notes General Purpose Packages

Transcript of Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to...

Page 1: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Standard Grade Notes

General Purpose Packages

Page 2: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

General Purpose Packages

These are Software packages which allow the user to solve a range of problems.

Page 3: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Examples of GPPs

Word processingGraphicsSpreadsheetDatabasePresentation and multimediaWeb page creationDesktop publishingExpert systems

Page 4: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Advantages of GPPs

Can edit documents easily Data can be kept up to dateCan produce better quality work Can increase productivity

Page 5: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Common Features of GPPs

Open or run the applicationCreate, save, open and print filesInsert, amend and delete dataChange appearance of text

Change Styles e.g. Bold underline italicsChange Font e.g. Comic Sans, Arial, VerdanaChange Size e.g. 12 point, 20 point etc

Move and copy dataUse headers and footers Print part of a document

Page 6: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Word Processor

These are programs which give the user a variety of text handling functions.

Page 7: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Entering Text

Text is entered at the keyboard.Optical Character Recognition software can be used with a scanner.Voice recognition software can be used with a microphone.Tablet with handwriting recognition.Wordwrap automatically takes a new line when required

Page 8: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Proof ReadingTools to help the user find and correct errors

Spell checkerChecks against built in DictionaryMarks possible spelling mistakesGive suggestions for correct spellingUser decides whether to change spelling

Grammar CheckerSearch and Replace

Used to change a word throughout a documentGlobal – changes all words automaticallySelective – user decides for each change

Page 9: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Alignment of Text

Right alignedLeft alignedCenteredJustified

Page 10: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Page Formatting

Page size can be alteredPage layout can be portrait or landscapeMargins can be alteredPage breaks can be inserted

Page 11: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Documents

Standard paragraphs can be saved and used to make up different individual documents.Standard letters can be used with data files. They use mail merge to send the same personalised letter to lots of people.Text can be imported and exported to other programs to save retyping.Templates can be used to provide the structure of a document without having to set it up each time.

Page 12: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Printing

Printed output is called a hardcopyA Printer driver is a special piece of software which makes sure that the printer is able to print the text correctly. Each different printer needs its own specially written printer driver.

Page 13: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Spreadsheet

Spreadsheets are used mainly for tasks involving numbers and calculations.

Page 14: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Structure

Each location is called a cellEach cell has a cell referenceA horizontal set of cells is a rowRows are numbered from 1 upwardsA vertical set of cells is a columnColumns have the letters A, B, C, …

Page 15: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Data

Values – are numbersLabels – are textFormulae –perform calculations

Page 16: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Editing

Column width can be alteredRow height can be alteredInsert / Delete columnInsert / Delete rowAlter cell attributes or format

decimal placescurrencydate

Page 17: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

FormulaStandard arithmetic can be used

= A4 + B4 + C4= G6 * F6

Built in functions can be used=SUM(B4:B14)=AVERAGE(H3:H16)=MAX(A1:A20)=MIN(C2:K2)

IF conditions are used when two results are possible

=IF(G6>100, G6*10%,0)=IF(K5<50,”Fail”,”Pass”)

Page 18: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Cell Protection

Cell protection can be used to prevent formula and values being changed accidentally.

Page 19: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Replication

This is copying the contents of a cell to another cell.

Replicating a relative cell reference adjusts the cell references to suit the new position.

Absolute cell references never change when replicated or moved.

Page 20: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Charts

Charts are used to help the user to understand the data at a glance

Bar ChartsPie charts Line graphsCharts should be labeled

TitleX axisY axis

Page 21: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Database

This type of software is used for storing and organising related data.

Page 22: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Structure

A File is a collection of recordse.g. File of pupil data

Records hold the data on one person or object in the file

e.g. data on one pupil

A Field stores one piece of datae.g. Name of pupil

Page 23: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Field Types

TextNumericTimeDate Graphic

Page 24: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Computed Fields

These are fields which get their value from a calculation involving other fields in the database.

Page 25: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Alter Record Format

Add or delete recordAdd or delete fieldAlter field type

Page 26: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Viewing Data

List / Table view shows all the records in one continuous tableForm view shows one record at a time

Page 27: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Report

Reports allow the user to specify exactly what is to be printedchoose which fieldschoose the orderchoose which fonts etcchoose layout

Page 28: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Searching

A search involves picking out certain records from the file.Also known as filter or a query

A simple search uses one fieldA complex search uses more than one

fieldAND and OR is used to combine

searches

Page 29: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Sorting

Putting the records into orderSimple sort on one fieldComplex sort on more than one fieldAscending / Descending order

Page 30: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Human Computer Interface

The HCI is used to interact and communicate with the computer.

Page 31: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Graphical User Interface

A Graphical User Interface uses pictures to control the computers actions.Most computers nowadays have a GUI and are easy to learn to use.GUIs are user friendly.

Page 32: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

WIMP

Windows Icons Menus PointersWindow : displays items.Icon : picture to represent software or hardware.Menu : list of available choicesPointer : used to make selection

Page 33: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Toolbars

A series of icons which can be selected. These are usually the most commonly used functions of the program.

Page 34: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

On-line Help

This is help to solve a specific problem.It is available within the package.It provides help while working.

Page 35: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

On-line Tutorial

This teaches the user how to use the program.It gives step by step examples and exercises.It is best used when learning to use a new package.

Page 36: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Customising the HCI

Making changes to the HCIChange desktop colour or wallpaper.Change size of icons.Change speed of pointer movement.Change sound effects.

Page 37: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Template

These are like skeletons of documents.The format is already setup.Templates save time.Templates improve consistency.

Page 38: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Wizard

This is a guide through a complicated task.The wizard asks questions then sets up the document to the users requirements.

Page 39: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Keyboard Shortcuts

These save time for proficient users.Ctrl S will save the current documentCtrl P will print the current documentCtrl N will create a new blank document

Page 40: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Integrated Packages

This type of package has several GPPs in the one package.There is a common HCI.It is easier to learn to use all the different sections.Cheaper than buying several separate GPPs.Transferring data between sections is simple.

Page 41: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Suite of Packages

These are collections of applications from the same software company.The packages have a similar HCI.Transfer of data between packages is easy.They offer more features than integrated packages.Use up more disc space.Cost more than integrated packages.

Page 42: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Linking Files

Dynamic Linkage : data changes in one file are automatically updated in the linked file.Static Linkage : data changes in one file do not update in the linked files.

Page 43: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Graphics

Graphics packages are designed to create, edit and view pictures on a computer.

Page 44: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Types of Graphics Packages

DrawProduce objects on the screenPaintBitmapped graphics, uses pixels.

Page 45: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Graphics

A set of tools are usually availableDraw, text, select, fill, circle, line, rectangle, eraser, etc.

Page 46: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Alter Tool Attributes

Most tools can have their attributes changedcolourline thicknessfill

Page 47: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Graphics

Scaling – changes the sizeRotating – turns graphic by degreesCropping – cuts sides off graphicZooming – gives a close up view

Page 48: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Graphics

ResolutionHigh resolution : large number of small pixels better quality image.Low resolution : small number of large pixels poorly defined image.

Page 49: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Animation

Moving graphics.Actually a series of graphics played in succession to give the appearance of motion.Video - a series of photographic images played in rapid succession.

Page 50: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Animation

Early animators had to draw these individual images by hand. Thousands were needed to create a very short animation.

Page 51: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Animation

Computer animation software can help to take a lot of the work out of animating and make the task considerably easier.The software can fill in the gaps between drawings we have created.This process is called tweening or morphing.

Page 52: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Animation

The Toy Story Movie was the first to be created entirely using computer animation software.

Page 53: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Text File Types

ASCIIStores information about the characters in the document only.Can be read any computer and software.

Plain TextSimilar to ASCII but does store the return code for paragraph breaks.

Rich Text FormatStores information about the text and paragraphing, indentation, styles, fonts and sizes.

Page 54: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Graphics File Types

wmf – vector graphicsbmp – bitmapped graphicsgifjpeg – compressed graphicsavi - videompeg – compressed video

Page 55: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Audio File Types

MIDIStores instructions that tell the computer how to create musical notes. Eg pitch, duration.

Digital AudioStores samples of sound waves that have been changed into binary numbers.

MP3Audio files are often compressed to make them smaller.

Page 56: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Desk Top Publishing

This type of software is used when producing documents with complex layouts and a combination of text and graphics.DTP packages are used for creating magazines, books, leaflets and other types of documents.

Page 57: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Desk Top Publishing

DTP packages have many tools to help the user position text and graphics precisely in complicated layouts.The text is usually prepared in a wordprocessor then imported into the DTP package.The graphics are prepared in a graphics package then inserted into the DTP package.

Page 58: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Multimedia Presentation

This type of software allows the use of text, graphics, sound, animation and video.Using different types of data like this is called multimedia.Multimedia presentations can be

simple slide shows in a set sequence.interactive where the user chooses what to see by clicking on links to other slides.

Page 59: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Multimedia Presentation

Text, graphics, sound and video can be imported from files.Some packages will allow direct capture of audio using a microphone.

Page 60: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Web Design

World Wide Web pages can be created easily using this type of software.

Page 61: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Web Design

Web pages are created in Hypertext Markup Language. HTMLWeb design packages allow the user to create web pages without learning HTML.

Page 62: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Web Design

Hypertext links can be used to link to other related web pages.Hotspots can also be set as links.Tables are very useful for lining up text and graphics on a web page.

Page 63: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Expert Systems

This type of software is used to simulate the knowledge of a human expert.An expert system helps the user make decisions by asking questions and then giving advice.Expert systems are able to explain how they arrived at their conclusions.

Page 64: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

GPPs in the Workplace

Jobs may be lost due to the introduction of computer systems and the use of GPPs. This is because many tasks can be done with fewer people.Jobs may change to fit in with the new computer systems.

Page 65: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

GPPs in the Workplace

Staff will need training to use the new systems and softwareTraining is expensive but the business will be more efficient and productive which will save money in the long term

Page 66: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

GPPs in the Workplace

Paper use should decrease as companies store information on hard discs, CDs and DVDs and USB flash drives.Less storage space is required.The frequent use of mail merge and easy access to printers does tend to increase the use of paper, however.

Page 67: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Initial Costs - essential

Cost of the computer hardwareCost of the applications packagesInstallation costs eg network cabling, power sockets

Training costs for staffRedundancy payments

Page 68: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Replacement Costs - optional

Newer more powerful computersNewer software with more featuresWorn out printers, scanners, monitors etc will need replacements.New technology devices as they become available

Page 69: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Running Costs - essential

Maintenance and repair costsPrinter ink and tonerPrinter paperInternet connections

Page 70: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Data Protection Act

Data Protection CommissionerA government official who regulates the use of

personal data

Data SubjectThe person the data is about

Data ControllerThe business or organisation that controls the use

of the personal data

Data UserA person within the organisation who has access to

the personal data

Page 71: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Data Protection Controllers

Register with the Data Protection CommissionerApply for permission to keep personal data on computersState what data they want to keep, what it will be used for and who has access to itComply with the data protection principles

Page 72: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Data Protection PrinciplesProcessed only if the consent of the individual is givenBe held only for registered purposesBe accurate and up to dateBe relevant and not excessiveBe adequate for the purposeBe processed in accordance with subject rightsBe surrounded by proper securityOnly be transferred to countries outside the EU who have adequate security measures.

Page 73: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Data Subject Rights

To know what is stored about themTo know why the data is being processed and who will receive itCheck the data and have errors rectifiedAsk for compensation for inaccuracies or if unauthorised people see their data

Page 74: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Data Protection Exemptions

Subject Access rights can be denied byPoliceSecurity ForcesInland Revenue

Page 75: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Copyright Designs and Patents Act

Software is copyright material

It is illegal tomake unauthorised copiesrun unauthorised copies

Page 76: Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.

Computer Misuse Act

It is illegal toGain unauthorised access to a computer systemMake unauthorised modifications to computer data

Penalty : up to five years imprisonment