unit 4 outcome 1, spreadsheet software organisations and information needs, ch 5

11
Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Upload: ruth-palmer

Post on 20-Jan-2018

212 views

Category:

Documents


0 download

DESCRIPTION

IS goals: efficiency, improving effectiveness, improving decision- making Efficiency: –Speed, Cost, Time & Effort Effectiveness: –Quality of output, accuracy, presentation & comprehensiveness Improved decision-making –Requires 3 factors, sufficient information, communication and time

TRANSCRIPT

Page 1: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Unit 4 Outcome 1, Spreadsheet software

Organisations and Information Needs, Ch 5

Page 2: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Goals of information systems • Types of decisions: (revised) strategic, tactical

and operational decisions.• Strategic Plan

– strategic plan is a process for identifying long term goals within an organisation

• Mission Statement– establishing a set of common goals that will help

accomplish the organisations aims – Objectives are small achievable tasks undertaken to

accomplish a big task– Distinguish b/w goals of non-profit & for-profit

organisations

Page 3: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

IS goals: efficiency, improving effectiveness, improving decision-

making• Efficiency:

– Speed, Cost, Time & Effort• Effectiveness:

– Quality of output, accuracy, presentation & comprehensiveness

• Improved decision-making– Requires 3 factors, sufficient information,

communication and time

Page 4: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Role of H/W & S/W components of IS

• Spreadsheet Software, formats & conventions:– numbers right aligned in columns– -money values usually have two decimal places or none– -subtotals have a single line above the total– -grand totals have a single or double line below the total– -grand totals are in bold– -graphs and charts must have titles identifying the name of the

organisation and purpose of the graph or chart– -x and y axis must be labelled– -limit the number of items represented in a chart to five or six– Reports: centre a page on a sheet horizontally– -briefly explain the purpose of the spreadsheet and identify the author– -where cells require user input, clearly label what has to be entered, left

side of cell– -list all equations used in a separate document.

Page 5: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Spreadsheets, Validation

• Range checking, use of IF statements• Existence checking• Data type checking, eg. integers, date,

alignment of column• Restricted data entry, drop down menu• Validation alerts, pop up dialog boxes

Page 6: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Validation & Testing

• Validation – is involved with input; • testing is output; testing also checking

electronic validation • Testing:

– Functionality, eg. test formulas & functions, eg. test both upper & lower boundaries of range

– Presentation:• Appropriate audience, difficult to test• Test for formats & conventions• White space, fonts, consistent fonts & sizes, background

colors, etc

Page 7: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Testing• Usability testing; must be user friendly

– Easy accessible to users; – Hyperlinks work properly– Amount of scrolling– Worksheets clearly labelled– Can users accidentally delete formulas or chance

validation rules; input cells unprotected• Accessibility testing

– Does solution open at right w/sheet?– Font sizes easy to read; limited use of red & green

• Communication of message– Important information clear & obvious; keep it simple

Page 8: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Testing

• Difference b/w usability testing & accessibility testing:

• Usability testing focuses on whether all buttons & functions work correctly;

• Accessibility is focused on ease of use of spreadsheet and whether it conveys the message.

Page 9: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Efficient software functions:

• If function:– =IF(D2>=2000,"Gold",IF(D2>=1000,"Silver",IF

(D2>=50,"Bronze","")))• Sum• Count If

– =COUNTIF(E2:E19,"Gold")• Sum If

– =SUMIF(Fundraising_Homeroom,"7A",Fundraising_Amount)

Page 10: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Efficient software functions

• Use of naming ranges and Vlookup:– =VLOOKUP(E10,homeroom_totals,3)

• Cell protection• Graphs• Insert notes/comments• Relative & absolute cell references• Electronic validation

Page 11: Unit 4 Outcome 1, Spreadsheet software Organisations and Information Needs, Ch 5

Efficient software functions:

• Sheet referencing• Conditional formatting: