Software Design and Development notes (Summary) HSC Information, Software & Technology. Year 2017 Mark Pages 14 Published Jan 2, 2018

Size: px
Start display at page:

Download "Software Design and Development notes (Summary) HSC Information, Software & Technology. Year 2017 Mark Pages 14 Published Jan 2, 2018"

Transcription

1 HSC Information, Software & Technology Year 2017 Mark Pages 14 Published Jan 2, 2018 Software Design and Development notes (Summary) By Tom (98.2 ATAR)

2 Powered by TCPDF ( Your notes author, Tom. Tom achieved an ATAR of 98.2 in 2017 while attending Sydney Church of England Grammar School Currently studying Biomedical engineering at The University of New South Wales Achievements: E4 in Mathematics Extension 1 E4 in Mathematics Extension 2 Band 6 in Physics Band 5 in Chemistry Band 6 in Software Design and Development Band 5 in Standard English Tom says: I graduated in 2017 from Sydney Church of England Grammar School. I have a strong focus on STEM subjects, with strong results in Maths Extension 1 and 2,Physics and Software Design and Development. I also topped my class for both Standard English and Software Design and Development.

3 Software notes Social and ethical issues Rights and responsibilities of software developers Issue Rights Responsibilities Authorship Protection of their products against theft and modification without permission Acknowledge the authors and sources used in development Reliability Right to avoid OS, hardware/ program problems which may interfere with the program Check that the product works with the OS, ensure that there are no runtime errors. And that it runs as it should Quality Codes that follow high standards. Thorough testing, meets users needs. Response to problems Code of conduct Viruses Not to be harassed by basic user created problems That others follow the same ethical standards Protection of their products with users, by users using updated antivirus solutions Provide troubleshooting methods, online help, user manuals, free bug fixes ASAP Follow the standards set by the organisation to which they belong Do not distribute viruses Software piracy and copyright There are four main classifications for licensing Commercial o Most software purchased from software publishers/ computer stores etc. Shareware o You require a license to use, however you are allowed to make and distribute copies. o A free trial is provided, however after the trial ends you must pay for it to continue using it Freeware o Can be distributed freely as long as one does not receive a profit from doing so o Cannot alter freeware Public domain o When the developer explicitly relinquishes all rights to the software o Everyone is allowed to use how they wish (copy / modify/ distribute) Ownership vs Licensing o When someone purchases a license to use a program, they do not own it o They are buying use of the program, not the program itself o Ownership can be purchased when a program is developed specifically for a business Application of software development approaches Software development approaches Agile vs Structured These are the two main approaches you need to know, the other approaches (prototyping, RAD and end user, are important, but these are more likely to come up in exams)

4 Approach Advantages Disadvantages Agile Flexible design model which allows for adaptive planning and evolutionary development Hard to predict in terms of timelines and budgets Quite vague in the development process as there is comparatively Only work on small modules at a time allowing for adjustment if requirements change little planning and scheduling Active user/ client involvement is required throughout the whole process which can be a problem, Beneficial when the end solution is open to change because the coding takes longer than in the Structured approach due This method facilitates interaction and communication throughout the whole project Structured The emphasis of the structured approach is the project plan This requires heavy documentation and very extensive planning You are able to estimate timetables and budgets more clearly due to this increased planning The coding process is faster as the whole process and solutions have been planned out extensively More secure and safe, eg. can handle developers quitting as the documentation allows for a new developer to understand the program easily to the limited planning Having a person drop out of the project could be catastrophic to the program as it is very hard for a new developer to come in and understand the code that others have writing and understand how the program works. Incredibly rigid and inflexible, altering the project design in any way throughout the development of the program can result is massive delays and can be very difficult to do Once a stage has been completed it is very hard if not impossible to make changes to it Full requirements need to be gathered upfront. Feedback and testing are deferred to very late in the program, meaning feedback is very difficult to respond to, as major changes based on this feedback cannot really be implemented Very expensive process Employment trends in software development Outsourcing o It is becoming more common for businesses to contract other developers to write the code for their programs. This can be because they are more skilled and experienced in developing these programs or because the business itself does not have the expertise of resources to make the program itself. o Benefits of outsourcing include: Reduced costs High quality from specialists Resources not available internally

5 Powered by TCPDF ( o Faster development times Specialists respond better to change Difficulties with outsourcing Communication If a business is outsourcing to a company in another country, different languages might result in communication difficulty Communicating online can be difficult, especially if it is over text chat, or . Voice communication over programs like skype reduce this problem, but communicating in person will always be best. Time zones can mean it can be hard to find a good time to communicate about the changing needs to the program. This results in less communication which means that the client s needs are unlikely to be fully met Implementation of software solution Language syntax required for software solutions Extended Backus-Naur Form (EBNF) Symbol Meaning = Is defined as Indicates a choice between symbols < > Used to specify a term that will be subsequently defined [ ] Used to indicate an optional part of a definition { } Indicate a possible repetition (0 or more times) ( ) Used to group elements together For example, if we made o Letter = A B C D o Digit = o Identifier = <letter> {<letter><digit>} An identifier could be a letter followed by any number of letter then digit pairs. o Eg. AB4D2F3 o Eg. B o Eg. AA3A3D5 But any set of numbers and letters that doesn t follow this required pattern would no be defined as an identifier o Eg. 6 o Eg. 6A4B3 o Eg. EE4AA4 A terminal symbol is an item for which there is no need for further definition. It may be a symbol or a reserved word (such as PRINT, IF ) Railroad Diagrams This is an alternative, graphical method used to define the syntax of a programming language. Rectangles are used to enclose non-terminal symbols, that is, symbols that will be further defined. Circles or rounded rectangles are used to enclose terminal symbols. There is no need for further definition of such items. They may be a symbol or a reserved word.

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Exercise 23 1.1.1 Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. 1.1.2 Which one of the following is a portable

More information

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. Which one of the following can slow down the computers performance?

More information

SDD PRELIMINARY CHANGES SUMMARY

SDD PRELIMINARY CHANGES SUMMARY SDD PRELIMINARY CHANGES SUMMARY This document aims to highlight recent changes made to the NSW Software Design and Development Preliminary syllabus. The original syllabus will be examined for the last

More information

2016 HSC Information and Digital Technology Networking and hardware Marking Guidelines

2016 HSC Information and Digital Technology Networking and hardware Marking Guidelines 2016 HSC Information and Digital Technology Networking and hardware Marking Guidelines Section I Multiple-choice Answer Key Question Answer 1 B 2 B 3 A 4 D 5 A 6 D 7 B 8 A 9 B 10 C 11 B 12 C 13 A 14 C

More information

Figure 11-1: Organizational Issues. Managing the Security Function. Chapter 11. Figure 11-1: Organizational Issues. Figure 11-1: Organizational Issues

Figure 11-1: Organizational Issues. Managing the Security Function. Chapter 11. Figure 11-1: Organizational Issues. Figure 11-1: Organizational Issues 1 Managing the Security Function Chapter 11 Panko, Corporate Computer and Network Security Copyright 2004 Prentice-Hall Top Management Support Top-Management security awareness briefing (emphasis on brief)

More information

Software and Licences. Lecture 3 COMPSCI111/111G

Software and Licences. Lecture 3 COMPSCI111/111G Software and Licences Lecture 3 COMPSCI111/111G Today s lecture Describe what software is Understand the legal protections for software Learn about the different software licences Identify different kinds

More information

Software and Licences. Lecture 3 COMPSCI111/111G S2 2017

Software and Licences. Lecture 3 COMPSCI111/111G S2 2017 Software and Licences Lecture 3 COMPSCI111/111G S2 2017 Today s lecture Describe what software is Understand the legal protections for software Learn about the different software licences Identify different

More information

Software and Licences

Software and Licences Today s lecture Software and Licences Lecture 3 COMPSCI111/111G S2 2017 Describe what software is Understand the legal protections for software Learn about the different software licences Identify different

More information

South Central Power Stop Scams

South Central Power Stop Scams Don t get tricked. People around the country have been receiving emails and phone calls from scammers. South Central Power wants to help you keep your money and prevent scams. Review the helpful tips below.

More information

Grey High School. June COMPUTER APPLICATIONS TECHNOLOGY Grade 10 Paper 2 Written MEMORANDUM

Grey High School. June COMPUTER APPLICATIONS TECHNOLOGY Grade 10 Paper 2 Written MEMORANDUM Grey High School June 2018 COMPUTER APPLICATIONS TECHNOLOGY Grade 10 Paper 2 Written MEMORANDUM TIME: 2 HOURS MARKS: 100 This memorandum consists of 6 pages (cover page included Question 1 1.1 1.2 1.3

More information

Exam Questions IIA-CGAP

Exam Questions IIA-CGAP Exam Questions IIA-CGAP Certified Government Auditing Professional https://www.2passeasy.com/dumps/iia-cgap/ 1. Help define the role and responsibilities of auditors to internal and external entities.

More information

IIA EXAM - IIA-CGAP. Certified Government Auditing Professional. Buy Full Product.

IIA EXAM - IIA-CGAP. Certified Government Auditing Professional. Buy Full Product. IIA EXAM - IIA-CGAP Certified Government Auditing Professional Buy Full Product http://www.examskey.com/iia-cgap.html Examskey IIA IIA-CGAP exam demo product is here for you to test the quality of the

More information

Computer networks 2013

Computer networks 2013 Chapter 4 EXERCISE 1 1 Describe what is meant by each of the following: a Router b Bridge c Proxy server Answers: see the Glossary. 2 Many small businesses have computer networks. a List three advantages

More information

Foundation Level Syllabus Usability Tester Sample Exam

Foundation Level Syllabus Usability Tester Sample Exam Foundation Level Syllabus Usability Tester Sample Exam Version 2017 Provided by German Testing Board Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.

More information

Bachelor of Information Technology

Bachelor of Information Technology Higher Education Northern Sydney Institute Bachelor of Information Technology [ Network security ] www.nsi.tafensw.edu.au/itsecuritydegree Bachelor of Information Technology [ Network security ] Cybercrime

More information

BSc (Honours) Computer Science Curriculum Outline

BSc (Honours) Computer Science Curriculum Outline BSc (Honours) Computer Science Curriculum Outline 1. Introduction: The economic and strategic importance provided by Computer Science and Information Technology is increasing daily. This importance is

More information

Qualification details

Qualification details Qualification details Title New Zealand Certificate in Project Management (Level 4) Version 1 Qualification type Certificate Level 4 Credits 60 NZSCED 080315 Management and Commerce > Business and Management

More information

Level Level 33 IT IT Apprenticeships

Level Level 33 IT IT Apprenticeships Level Level 33 IT IT Apprenticeships Apprenticeships Overview Overview 0 Overview of Belfast Met Level 3 IT Level Apprenticeships An apprentice will be a new or existing employee, in a Northern Ireland-based

More information

AACE Certification Background, Overview and Process Rocky Mountain Section September 22, Ken Cressman EVP PMP CCP Robert Van Gundy PMP PSP EVP

AACE Certification Background, Overview and Process Rocky Mountain Section September 22, Ken Cressman EVP PMP CCP Robert Van Gundy PMP PSP EVP AACE Certification Background, Overview and Process Rocky Mountain Section September 22, 2016 Ken Cressman EVP PMP CCP Robert Van Gundy PMP PSP EVP 1 AACE Certification Background A Portfolio of Distinction

More information

APPLICATION SOFTWARE BY : AYA EL-TAWIL

APPLICATION SOFTWARE BY : AYA EL-TAWIL APPLICATION SOFTWARE BY : AYA EL-TAWIL 1. DEFINE THE APPLICATION SOFTWARE? A software which is developed to help the user to perform specific tasks is called application software. Application software

More information

System And Application Software

System And Application Software Chapter Six System And Application Software Computer Skills Computer Skills 2016: Chapter6 1 Objectives Overview Define system software and identify the two types of system software Understand Application

More information

Review Ch. 3 Connecting to the World s Information. 2010, 2006 South-Western, Cengage Learning

Review Ch. 3 Connecting to the World s Information. 2010, 2006 South-Western, Cengage Learning Review Ch. 3 Connecting to the World s Information 2010, 2006 South-Western, Cengage Learning Networks Two linked computers is a network A network of computers located within a short distance is called

More information

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT, SOFTWARE DEVELOPMENT, 15.1200.4 STANDARD 1.0 APPLY PROBLEM-SOLVING AND CRITICAL THINKING SKILLS TO INFORMATION 1.1 Describe methods of establishing priorities 1.2 Prepare a plan of work and schedule information

More information

Fundamentals of Computing and Digital Literacy. Sample. Marking Scheme

Fundamentals of Computing and Digital Literacy. Sample. Marking Scheme Fundamentals of Computing and Digital Literacy Sample Marking Scheme This Marking Scheme has been prepared as a guide only to markers. This is not a set of model answers, nor is the Marking Scheme exclusive,

More information

Medication Assisted Treatment Specialist Application

Medication Assisted Treatment Specialist Application Medication Assisted Treatment Specialist Application 98 South Turnpike Road, Wallingford, CT 06492 www.ctcertboard.org info@ctcertboard.org Important Information About Your Submission Requirements All

More information

An Introduction to Python (TEJ3M & TEJ4M)

An Introduction to Python (TEJ3M & TEJ4M) An Introduction to Python (TEJ3M & TEJ4M) What is a Programming Language? A high-level language is a programming language that enables a programmer to write programs that are more or less independent of

More information

Design and Technology

Design and Technology Edexcel GCSE (9-1) Design and Technology Building innovative design skills *FREE class set of Student Books when you sign up to teach! T&Cs apply Edexcel GCSE Design and Technology 2017 Building innovative

More information

ASTQB Advance Test Analyst Sample Exam Answer Key and Rationale

ASTQB Advance Test Analyst Sample Exam Answer Key and Rationale ASTQB Advance Test Analyst Sample Exam Answer Key and Rationale Total number points = 120 points Total number points to pass = 78 points Question Answer Explanation / Rationale Learning 1 A A is correct.

More information

Messaging Service Management and Analysis

Messaging Service Management and Analysis Messaging Service Management and Analysis Hypersoft OmniAnalyser delivers to enterprise customers detailed and comprehensive information on the quality of service, workload, usage and performance of their

More information

Level 3 Cambridge Technical in IT 05838/05839/05840/05841/05842/05877 Unit 1: Fundamentals of IT

Level 3 Cambridge Technical in IT 05838/05839/05840/05841/05842/05877 Unit 1: Fundamentals of IT Level 3 Cambridge Technical in IT 05838/05839/05840/05841/05842/05877 Unit 1: Fundamentals of IT Monday 9 January 2017 Morning Time allowed: 1 hour 30 minutes You may use: a calculator INSTRUCTIONS Use

More information

Qualification details

Qualification details Qualification details Title New Zealand Certificate in Business (First Line Management) (Level 4) Version 1 Qualification type Certificate Level 4 Credits 60 NZSCED 080301 Management and Commerce > Business

More information

Electronic Technology

Electronic Technology Electronic Technology Credentials Electronic Technology Skills Certificate Electronic Technology Certificate Electronic Technology AAS Degree 16 cr. 33-34 cr. 60-66 cr. Major Description Schoolcraft provides

More information

Invitation to Tender - Reply Form

Invitation to Tender - Reply Form Invitation to Tender - Reply Form Licence to Sell Uniform and Sportswear You might like to use this as a basis for your form but please note that it should be tailored to your specific requirements. It

More information

Certified Addiction Recovery Coach Application

Certified Addiction Recovery Coach Application Certified Addiction Recovery Coach Application A Project of ASAP - Alcoholism & Substance Abuse Providers of New York State 11 North Pearl Street, Suite 801 Albany New York 12207 Phone: 518.426.0945 Fax:

More information

Frequently Asked Questions and Answers

Frequently Asked Questions and Answers Frequently Asked Questions and Answers Table of Contents 1. What is the Global Quality Seal?... 2 2. How will being certified help me to win new work and keep existing clients?... 2 3. Who is the certifying

More information

Characteristics Of Least Developed Countries Pdf Download ->>->>->> DOWNLOAD

Characteristics Of Least Developed Countries Pdf Download ->>->>->> DOWNLOAD 1 / 6 Characteristics Of Least Developed Countries Pdf Download ->>->>->> DOWNLOAD 2 / 6 3 / 6 PDF,,.,,Least,,Developed,,Countries,,,.,,A,,similar,,complaint,,can,,also,,be,,levelled,,at,,the,,third,,cha

More information

Activities Common to Software Projects. Software Life Cycle. Activities Common to Software Projects. Activities Common to Software Projects

Activities Common to Software Projects. Software Life Cycle. Activities Common to Software Projects. Activities Common to Software Projects Activities Common to Software Projects Software Life Cycle Mark van den Brand Requirements and specification Domain analysis Defining the problem Requirements gathering Obtaining input from as many sources

More information

New CEPIS Mission

New CEPIS Mission New CEPIS Mission 2016-2020 Contents: 1 Introduction... 3 2 CEPIS Today... 3 3 CEPIS Tomorrow... 3 1.1 Mission Statement... 3 1.2 Target Audiences... 3 1.3 Strategy... 4 1.3.1 Promoting High Standards

More information

Numeracy & Maths Experiences & Outcomes Progression: Second Level

Numeracy & Maths Experiences & Outcomes Progression: Second Level Numeracy & Maths Experiences & Outcomes : Second Level Please read guidance before using these progression sheets Topic/Outcome/Resources Estimating and rounding I can use my knowledge of rounding to routinely

More information

TESTING INFORMATION BAY AREA. Teach for America Bay Area

TESTING INFORMATION BAY AREA. Teach for America Bay Area TESTING INFORMATION BAY AREA Teach for America Bay Area IN THIS SECTION: Testing Information Overview of Testing» Overview of Required Exams» Testing Timeline» Subject Area Specific Testing Requirements

More information

Role Type Pay Band Location Duration Reports to: Venue Staff 14$ per hr Singapore Freelance Operations Manager, Examinations Services

Role Type Pay Band Location Duration Reports to: Venue Staff 14$ per hr Singapore Freelance Operations Manager, Examinations Services Role Title Invigilator - Singapore Role Information Role Type Pay Band Location Duration Reports to: Venue Staff 14$ per hr Singapore Freelance Operations Manager, Examinations Services Role purpose To

More information

Class Composer General Terms of Use

Class Composer General Terms of Use Class Composer General Terms of Use Effective Date: July 24, 2017 Welcome to Class Composer! Please continue reading to learn about the terms by which you may use our Service. If you have any questions

More information

Object Oriented Programming

Object Oriented Programming Binnur Kurt kurt@ce.itu.edu.tr Istanbul Technical University Computer Engineering Department 1 Version 0.1.2 About the Lecturer BSc İTÜ, Computer Engineering Department, 1995 MSc İTÜ, Computer Engineering

More information

Computer Networking Technologies and Information Assurance & Cybersecurity

Computer Networking Technologies and Information Assurance & Cybersecurity Computer Networking Technologies and Information Assurance & Cybersecurity Admissions Information Application Materials Students wanting to apply for a degree seeking program at the College of Eastern

More information

BCS Level 3 Certificate in Programming Syllabus QAN 603/1192/7

BCS Level 3 Certificate in Programming Syllabus QAN 603/1192/7 Making IT good for society BCS Level 3 Certificate in Programming Syllabus QAN 603/1192/7 Version 3.2 February 2018 This is a United Kingdom government regulated qualification which is administered and

More information

Social Media E-Safety Guide. For more help and advice visit:

Social Media E-Safety Guide. For more help and advice visit: Social Media E-Safety Guide For more help and advice visit: https://www.net-aware.org.uk/ https://www.thinkuknow.co.uk/ https://www.ceop.police.uk/ Twitter https://www.net-aware.org.uk/networks/twitter/

More information

FREQUENTLY ASKED QUESTIONS ABOUT CLASS LOGISTICS AND TELECONFERENCE TECHNOLOGY

FREQUENTLY ASKED QUESTIONS ABOUT CLASS LOGISTICS AND TELECONFERENCE TECHNOLOGY FREQUENTLY ASKED QUESTIONS ABOUT CLASS LOGISTICS AND TELECONFERENCE TECHNOLOGY 1. CAN I GET CEUS FOR TAKING LLA? A: LLA has been approved for Continuing Education Credits (CEUs) by a variety of professional

More information

Honours in Information Systems

Honours in Information Systems Honours in Information Systems Contents Admission - Honours ( Information Systems)... 2 Application... 2 Degree Overview... 2 Programme Objectives... 2 Programme Structure... 3 Programme Details... 4 Delivery...

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 12 Wireless Communications in Business Objectives List the advantages of wireless communications for businesses Discuss the challenges of wireless communications

More information

WebEx University. WebEx University. Mastering Cisco WebEx Meeting Center. Program Overview

WebEx University. WebEx University. Mastering Cisco WebEx Meeting Center. Program Overview WebEx University WebEx University Mastering Cisco WebEx Meeting Center Program Overview Program Introduction Thank you for your interest in the Cisco WebEx Meeting Center Mastery Program. Please contact

More information

Request for Proposal for Technical Consulting Services

Request for Proposal for Technical Consulting Services Request for Proposal for Technical Consulting Services The Node.js Foundation is requesting proposals from highly qualified consultants with demonstrated expertise in providing Node.js technical consultation

More information

SUPPLY CHAIN MANAGEMENT

SUPPLY CHAIN MANAGEMENT Diploma in SUPPLY CHAIN MANAGEMENT www.iqnglobal.com Coordinate your own success... Supply Chain Management is an integral part of most businesses and is essential to organisation s success and customer

More information

Letter to Parents: St. Monica s plans for Family Owned ICT devices 2015 Summary of Letter

Letter to Parents: St. Monica s plans for Family Owned ICT devices 2015 Summary of Letter Letter to Parents: St. Monica s plans for Family Owned ICT devices 2015 Summary of Letter St Monica s wants our students to have access to quality ICT s that enhances learning and is supported by effective

More information

Section 6 HCI & the Web 02/01/2013 1

Section 6 HCI & the Web 02/01/2013 1 Section 6 HCI & the Web 02/01/2013 1 Web Site Planning Main questions to address when planning a web site: What do I want the site to accomplish, sell, or promote? Who are my users and what do they want

More information

Computer Information Technology

Computer Information Technology Computer Information Technology Why Choose Computer Information Technology? To assure relevance and enduring value, our Computer Information Technology (CIT) program has been designed to align with industry

More information

University of Plymouth. BA (Hons) Accounting and Finance 0414

University of Plymouth. BA (Hons) Accounting and Finance 0414 University of Plymouth Faculty of Business Plymouth Business School Programme Specification BA (Hons) Accounting and Finance 0414 Final Approved Version August 2018 1. BA (Hons) Accounting and Finance

More information

COP 3402 Systems Software Top Down Parsing (Recursive Descent)

COP 3402 Systems Software Top Down Parsing (Recursive Descent) COP 3402 Systems Software Top Down Parsing (Recursive Descent) Top Down Parsing 1 Outline 1. Top down parsing and LL(k) parsing 2. Recursive descent parsing 3. Example of recursive descent parsing of arithmetic

More information

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud Total Cost of Ownership: Benefits of ECM in the OpenText Cloud OpenText Managed Services brings together the power of an enterprise cloud platform with the technical skills and business experience required

More information

Chapter VI: Process Analysis and Modeling

Chapter VI: Process Analysis and Modeling 1. Introduction In the structured analysis, the data is modeled by ERD diagram after requirements are collected. When the data feeds on the system, it is transformed to the output. Transforming an input

More information

FSE 100x: Introduction to Engineering: Imagine. Design. Engineer! Spring C 2018

FSE 100x: Introduction to Engineering: Imagine. Design. Engineer! Spring C 2018 FSE 100x: Introduction to Engineering: Imagine. Design. Engineer! Spring C 2018 I. COURSE OVERVIEW This 15-week 2-credit hour course is an active introduction to developing an engineering mindset that

More information

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

cameroon gce june 2013 Computer Paper 2 TO DOWNLOAD JUNE 2013 COMPUTER Paper 2 CLICK ON THE LINK BELOW 1. (a) lnfonnation processing is concerned with input, processing, output. and storage Describe briefly

More information

Up and Running Software The Development Process

Up and Running Software The Development Process Up and Running Software The Development Process Success Determination, Adaptative Processes, and a Baseline Approach About This Document: Thank you for requesting more information about Up and Running

More information

Unit title: Programming for Mobile Devices (SCQF level 6)

Unit title: Programming for Mobile Devices (SCQF level 6) National Unit specification: general information Unit code: H2TM 12 Superclass: CB Publication date: October 2012 Source: Scottish Qualifications Authority Version: 01 Summary This Unit develops knowledge

More information

Cambridge Technicals Digital Media. Mark Scheme for January Unit 2: Pre-production and planning

Cambridge Technicals Digital Media. Mark Scheme for January Unit 2: Pre-production and planning Cambridge Technicals Digital Media Unit 2: Pre-production and planning Level 3 Cambridge Technical Certificate/Diploma in Business 05834-05878 Mark Scheme for January 2017 Oxford Cambridge and RSA Examinations

More information

Software System Design and Implementation

Software System Design and Implementation Software System Design and Implementation Motivation & Introduction Gabriele Keller (Manuel M. T. Chakravarty) The University of New South Wales School of Computer Science and Engineering Sydney, Australia

More information

South Carolina Association of School Business Officials. Certification Program Guidelines

South Carolina Association of School Business Officials. Certification Program Guidelines South Carolina Association of School Business Officials Certification Program Guidelines SCASBO Certification Guidelines The South Carolina Association of School Business Officials announced the launch

More information

Excel Functions & Tables

Excel Functions & Tables Excel Functions & Tables Fall 2012 Fall 2012 CS130 - Excel Functions & Tables 1 Review of Functions Quick Mathematics Review As it turns out, some of the most important mathematics for this course revolves

More information

Typical Training Duration 11 months

Typical Training Duration 11 months New Zealand Certificate in Business (Administration and Technology) (Level 3) This programme is ideal for learners who need to gain a good general understanding of business administration and technology.

More information

Vademecum for the ESS Round 6 (T)VFF (Translation and) Verification Follow-up Form for countries submitting a (T)VFF for verification

Vademecum for the ESS Round 6 (T)VFF (Translation and) Verification Follow-up Form for countries submitting a (T)VFF for verification Vademecum for the ESS Round 6 (T)VFF (Translation and) Verification Follow-up Form for countries submitting a (T)VFF for verification A Monitoring Tool for the Translation History of ESS Questionnaire

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology - Syntactic metalanguage - Extended BNF

ISO/IEC INTERNATIONAL STANDARD. Information technology - Syntactic metalanguage - Extended BNF INTERNATIONAL STANDARD ISO/IEC First edition 1996-l -l 5 Information technology - Syntactic metalanguage - Extended BNF Technologies de / information - Mbtalangage syntaxique - BNF &endu Reference number

More information

Information kit for stakeholders, peak bodies and advocates

Information kit for stakeholders, peak bodies and advocates Information kit for stakeholders, peak bodies and advocates Contents Information about the NDIS Commission... 3 Information about complaints... 5 How you can help... 6 More detailed information about the

More information

5. Technology Applications

5. Technology Applications 5. Technology Applications 5.1 What is a Database? 5.2 Types of Databases 5.3 Choosing the Right Database 5.4 Database Programming Tools 5.5 How to Search Your Database 5.6 Data Warehousing and Mining

More information

In this policy, whenever you see the words we, us, our, it refers to Ashby Concert Band Registered Charity Number

In this policy, whenever you see the words we, us, our, it refers to Ashby Concert Band Registered Charity Number ASHBY CONCERT BAND PRIVACY POLICY The privacy and security of your personal information is extremely important to us. This privacy policy explains how and why we use your personal data. We will keep this

More information

White Paper. Incorporating Usability Experts with Your Software Development Lifecycle: Benefits and ROI Situated Research All Rights Reserved

White Paper. Incorporating Usability Experts with Your Software Development Lifecycle: Benefits and ROI Situated Research All Rights Reserved White Paper Incorporating Usability Experts with Your Software Development Lifecycle: Benefits and ROI 2018 Situated Research All Rights Reserved Learnability, efficiency, safety, effectiveness, memorability

More information

Altaro VM Backup 7.6 vs. StorageCraft ShadowProtect SPX 6.7

Altaro VM Backup 7.6 vs. StorageCraft ShadowProtect SPX 6.7 Altaro VM Backup 7.6 vs. StorageCraft ShadowProtect SPX 6.7 StorageCraft is often used under the hood by other backup vendors, but the company does have its own backup tools available, and they are actively

More information

The City School Liaquat Campus Worksheet Module 3 Class 7 Name Class/Sec Date

The City School Liaquat Campus Worksheet Module 3 Class 7 Name Class/Sec Date The City School Liaquat Campus Worksheet Module 3 Class 7 Name Class/Sec Date 1. A Network consists of 2. A Point-to-Point Topology 3. The Internet is 1. Select the correct answer one computer computers

More information

CommScope Multi-Tenant Data Center Solutions: A solid advantage from the critical infrastructure experts. Data Center Solutions

CommScope Multi-Tenant Data Center Solutions: A solid advantage from the critical infrastructure experts. Data Center Solutions CommScope Multi-Tenant Data Center Solutions: A solid advantage from the critical infrastructure experts. Data Center Solutions Multi-tenant data centers are changing business for the better. Businesses

More information

Mastering. Spreadsheets Q

Mastering. Spreadsheets Q Mastering Spreadsheets Q Macmillan Master Series Accounting Arabic Astronomy Background to Business Banking Basic Management Biology British Politics Business Communication Business Law Business Microcomputing

More information

This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON

This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON ~~IS1168 ZA d0 This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON IS1168 ZA BSc degrees and Diplomas for Graduates in Economics, Management, Finance and the Social Sciences,

More information

Designing Written Reports

Designing Written Reports Designing Written Reports Lecture for Senior Design Classes by Dr. Marjorie T. Davis* & Dr. Hodge Jenkins *Emeritus Professor TCO Mercer University School of Engineering Overview Purpose and audience for

More information

Designing Written Reports

Designing Written Reports Designing Written Reports Lecture for Senior Design Classes by Dr. Marjorie T. Davis* & Dr. Hodge Jenkins *Emeritus Professor TCO Mercer University School of Engineering Overview Purpose and audience for

More information

Students received individual feedback throughout year on assignments.

Students received individual feedback throughout year on assignments. ACS108 No exam. Students received individual feedback throughout year on assignments. ACS123 In general, during ACS123 exam session, students have shown satisfactory performance, clear understanding of

More information

Chapter 5. Software Tools

Chapter 5. Software Tools Chapter 5 Software Tools 1 Introduction The demands of modern life require user-interface architects to build reliable, standard, safe, inexpensive, effective, and widely acceptable user interfaces on

More information

2017 HSC Information and Digital Technology Web and Software Applications Marking Guidelines

2017 HSC Information and Digital Technology Web and Software Applications Marking Guidelines 2017 HSC Information and Digital Technology Web and Software Applications Marking Guidelines Section I Multiple-choice Answer Key Question Answer 1 B 2 A 3 B 4 D 5 C 6 B 7 D 8 D 9 C 10 A 11 A 12 B 13 D

More information

CPNW Account Creation Instructions

CPNW Account Creation Instructions CPNW Account Creation Instructions 1. Go to www.cpnw.org and click on the register link. We recommend you use a desktop or laptop for registration. Older phones and tablets may cause errors. 2. Enter the

More information

SECURITY AUTOMATION BEST PRACTICES. A Guide to Making Your Security Team Successful with Automation

SECURITY AUTOMATION BEST PRACTICES. A Guide to Making Your Security Team Successful with Automation SECURITY AUTOMATION BEST PRACTICES A Guide to Making Your Security Team Successful with Automation TABLE OF CONTENTS Introduction 3 What Is Security Automation? 3 Security Automation: A Tough Nut to Crack

More information

Optimisation drives digital transformation

Optimisation drives digital transformation January 2017 Executive summary Forward-thinking business leaders are challenging their organisations to achieve transformation by harnessing digital technologies with organisational, operational, and business

More information

Semantics via Syntax. f (4) = if define f (x) =2 x + 55.

Semantics via Syntax. f (4) = if define f (x) =2 x + 55. 1 Semantics via Syntax The specification of a programming language starts with its syntax. As every programmer knows, the syntax of a language comes in the shape of a variant of a BNF (Backus-Naur Form)

More information

Name: Class: Half Yearly Exam GOZO COLLEGE Secondary School KULLEĠĠ TA GĦAWDEX Skola Sekondarja ICT. Year: Minutes.

Name: Class: Half Yearly Exam GOZO COLLEGE Secondary School KULLEĠĠ TA GĦAWDEX Skola Sekondarja ICT. Year: Minutes. GOZO COLLEGE Secondary School KULLEĠĠ TA GĦAWDEX Skola Sekondarja Half Yearly Exam 2015 Subject: ICT Year: 10 Time: 60 Minutes Name: Class: Instructions to Candidates Answer ALL questions. Section A Computer

More information

You will choose to study units from one of four specialist pathways depending on the career you wish to pursue. The four pathways are:

You will choose to study units from one of four specialist pathways depending on the career you wish to pursue. The four pathways are: Qualification Title: OCR Level 3 Cambridge Technical Diploma in IT Qualification Number: 601/7101/7 Overview This qualification is designed for you if you re 16 years old or over and prefer to study IT

More information

Major Topics. Prototyping and Rapid Application Development

Major Topics. Prototyping and Rapid Application Development Prototyping Major Topics Prototyping concepts Types of prototypes Prototyping and the systems development life cycle Prototype development guidelines Prototype evaluation Rapid application development

More information

Report Course name ABSTRACT. Research and reporting. Survey Report. Nguyen Ngoc Long. Ann Viitala. Adesh Chymariya. Shu Sheng 5/2/2010.

Report Course name ABSTRACT. Research and reporting. Survey Report. Nguyen Ngoc Long. Ann Viitala. Adesh Chymariya. Shu Sheng 5/2/2010. Course name Assignment Authors Research and reporting Survey Nguyen Ngoc Long Ann Viitala Adesh Chymariya Shu Sheng Date of the report 5/2/2010 ABSTRACT CONTENTS 1 INTRODUCTION 3 2 THEORETICAL FRAMEWORK,

More information

BCS Higher Education Qualifications. Diploma in IT. Professional Issues in Information Systems Practice Syllabus

BCS Higher Education Qualifications. Diploma in IT. Professional Issues in Information Systems Practice Syllabus BCS Higher Education Qualifications Diploma in IT Professional Issues in Information Systems Practice Syllabus Version 3.0 December 2016 This is a United Kingdom government regulated qualification which

More information

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS ANDROID PRIVACY & SECURITY GUIDE WESNET The Women s Services Network Smartphones store a lot of personal information, including email or social media accounts, reminders and notes, the number of steps

More information

Request For Proposal (RFP) Online Certification Platform

Request For Proposal (RFP) Online Certification Platform Request For Proposal (RFP) Online Certification Platform NAFA Fleet Management Association 125 Village Blvd., Suite 200 Princeton, NJ 08540 Pam Nobles (609) 986-1053 pnobles@nafa.org Page 1 NAFA Online

More information

IT Project Management Challenges with Open Source. George A Pace

IT Project Management Challenges with Open Source. George A Pace IT Project Management Challenges with Open Source George A Pace Tonight s agenda Two parts to the Presentation What is Open Source? A background primer on the key elements of Open Source. A specific focus

More information

Object Oriented Analysis is popular approach that sees a system from the viewpoint of the objects themselves as they function and interact

Object Oriented Analysis is popular approach that sees a system from the viewpoint of the objects themselves as they function and interact Chapter 6 Object Oriented Analysis is popular approach that sees a system from the viewpoint of the objects themselves as they function and interact Object-oriented (O-O) analysis describes an information

More information

EXAM FREQUENTLY ASKED QUESTIONS:

EXAM FREQUENTLY ASKED QUESTIONS: EXAM FREQUENTLY ASKED QUESTIONS: My child is unwell before or during the exam, what can be done? My child is experiences difficulties at home leading up to or during the exam period, what can be done?

More information

RHS Qualifications. Approved Centre Guidance Guidance on how to become an RHS Approved Centre

RHS Qualifications. Approved Centre Guidance Guidance on how to become an RHS Approved Centre RHS Qualifications Approved Centre Guidance Guidance on how to become an RHS Approved Centre Introduction Welcome to RHS Qualifications. We are a leading awarding organisation working within the Horticultural

More information