BCS Higher Education Qualifications. Software Development Syllabus



Similar documents
BCS Higher Education Qualifications. Information Systems Syllabus

BCS Higher Education Qualifications. Professional Graduate Diploma in IT. Programming Paradigms Syllabus

BCS Higher Education Qualifications. Database Systems Syllabus

BCS Higher Education Qualifications. Professional Graduate Diploma in IT. Realising the User Interface Syllabus

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department

Syllabus for CS 134 Java Programming

CS 261 C and Assembly Language Programming. Course Syllabus

BCS Certificate in Business Analysis Extended Syllabus. Version 2.4 March 2015

Department of Computer & Information Sciences. INFO-450: Information Systems Security Syllabus

your IT skills A guide to BCS Qualifications

Qualification Specification

BCS-ISEB Business Analysis Training

Computer Science 1015F ~ 2010 ~ Notes to Students

The Elective Part of the NSS ICT Curriculum D. Software Development

Online Course Syllabus CS320: C Programming

BCS Certificate in Benefits Management and Business Acceptance Syllabus. Version 2.4 March 2015

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

ISEB Practitioner Certificate in IT Service Management: Specialising in Availability Management

ISEB Practitioner Certificate in IT Service Management: Specialising in Capacity Management

Computing Concepts with Java Essentials

CS A250 (CRN ) C++ Programming Language 2. Syllabus Fall 2015

BCS Professional Certificate in Benefits Planning and Realisation Syllabus. Version 1.0 October 2015

CEC225 COURSE COMPACT

Qualification Specification

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 6 Professional Graduate Diploma in IT SOFTWARE ENGINEERING 2

IT3205: Fundamentals of Software Engineering (Compulsory)

Diploma of Website Development

Data Mining and Business Intelligence CIT-6-DMB. Faculty of Business 2011/2012. Level 6

ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science

CompuScholar, Inc. Alignment to Utah's Computer Programming II Standards

PROGRAMME SPECIFICATION - UNDERGRADUATE PROGRAMMES. School of Mathematics, Computer Science and Engineering Department or equivalent Computer Science

BCS Certificate in Requirements Engineering Extended Syllabus

ECON828 International Investment and Risk. Semester 1, Department of Economics

COURSE OUTLINE. Prerequisites: Course Description:

Computer Science Course Descriptions Page 1

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation

BMI 540: Computer Science with Java Programming Oregon Health & Science University

BHARATHIAR UNIVERSITY COIMBATORE SCHOOL OF DISTANCE EDUCATION

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

F21CN: Computer Network Security: Overview

HTMT 210, Principles & Practices in Hospitality & Tourism

BCS Accreditation... Relevance, Recognition, Assurance

LeMoyne-Owen College. Division of Natural and Mathematical Sciences Programming in Java II, COSI 225 Spring, 2016

Department of Computer & Information Sciences. CSCI-445: Computer and Network Security Syllabus

El Dorado Union High School District Educational Services

Diploma Of Computing

Professional Accreditation and Continuing Professional Development

ISM 4210: DATABASE MANAGEMENT

CS 300 Data Structures Syllabus - Fall 2014

How e-safe are your schools students?

Qualification Specification

Basic Programming and PC Skills: Basic Programming and PC Skills:

MSc Courses offered in exclusive partnership with Robert Kennedy College

MICHIGAN TEST FOR TEACHER CERTIFICATION (MTTC) TEST OBJECTIVES FIELD 050: COMPUTER SCIENCE

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

Spring 2015 HRM 200 Online University of Waterloo

Library Instruction for Your Associate Degree Program

IST 256 Fall 2002 Sections 1

COWLEY COLLEGE & Area Vocational Technical School

COURSE TITLE COURSE DESCRIPTION

PROPERTY AND LIABILITY INSURANCE

Course Descriptions. preparation.

Some programming experience in a high-level structured programming language is recommended.

AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door!

CDA Introduction to Computer Networks

Introduction to Programming System Design. CSCI 455x (4 Units)

The Chartered Institute of Marketing

Binary Search Trees 3/20/14

Spring 2014 ECON 101 University of Waterloo. Friday, May 9, 2014 by 11:59 Problem Article: Opportunity cost: Why buy a Mercedes when you

Texas Essential Knowledge and Skills Correlation to Video Game Design Foundations 2011 N Video Game Design

(Part 2) Lunch Block 7 1:05 PM 2:27 PM

BIRKBECK COLLEGE PROGRAMME PROPOSAL/PROGRAMME SPECIFICATION FORM

Digital Leaders Survey

AP Computer Science AB Syllabus 1

5 Programme Accredited by: Appling to be accredited by Chartered Institute of Personnel and Development

How To Understand Software Engineering

Frequently Asked Questions

WESTMORELAND COUNTY PUBLIC SCHOOLS Integrated Instructional Pacing Guide and Checklist Computer Math

Course: CSC 222 Database Design and Management I (3 credits Compulsory)

INFORMATION SCIENCE. INFSCI 0010 INTRODUCTION TO INFORMATION SCIENCE 3 cr. INFSCI 0015 DATA STRUCTURES AND PROGRAMMING TECHNIQUES 3 cr.

MASTER OF PUBLIC ADMINISTRATION (MPA)

Pearson BTEC Level 3 National Foundation Diploma in Computing Specification

Digital Industries Trailblazer Apprenticeship. Software Developer - Occupational Brief

ExECUtIvE CoAChInG AnD BEhAvIoURAL ChAnGE

Knowledge and Understanding

Economic Statistics (ECON2006), Statistics and Research Design in Psychology (PSYC2010), Survey Design and Analysis (SOCI2007)

RESTRICTED. Professional Accreditation Handbook For Computer Science Programmes

Transcription:

BCS Higher Education Qualifications Certificate in IT Software Development Syllabus Version: 200216

Contents 1. Change History 3 2. Rationale 3 3. Aims 3 4. Objectives 3 5. Prior Knowledge Expected 4 6. Format and Duration of the Examination 4 7. Syllabus Detail 4 8. Recommended Reading List 6 9. Contact Points 6

1. Change History Any changes made to the syllabus shall be clearly documented with a change history log. This shall include the latest version number, date of the amendment and the changes made. The purpose is to identify quickly what changes have been made. Version Date Changes Made Number Version May 2014 Released Version 200216 February 2016 Re-formatted with syllabus numbering and insertion of reading list minor change to content 2. Rationale Programming, using many styles and languages, provides solutions to a wide variety of scientific, engineering and business problems. Programming is a core skill that will be used throughout a computer practitioner s career. It is a skill acquired largely by practice and experience. Learning how to program requires a disciplined and structured approach in order to encourage good practice and to assist in the development of easily maintained systems. This module introduces candidates to the fundamental concepts of programming with the emphasis being laid on the whole of the software development process. Candidates are free to use the programming language of their choice but it is recommended that a C type language is capable of being understood, as any examples of code given in the examination paper will be based on C. 3. Aims To stress the importance of good design, documentation and usability To emphasise skills in problem solving and algorithm specification rather than just writing syntactically correct code To introduce a systematic approach to algorithm development which will assist in subsequent programming and system design modules To introduce candidates to the environment in which software is developed and to the tools that assist in this process 4. Objectives Upon successful completion of this module, candidates will be able to demonstrate their competence in, and their ability to: Distinguish between systems software and application software Understand the phases of software development Be able to develop and understand algorithms Be able to develop code from algorithms in a 3rd generation high level programming language Be able to follow 3rd generation high level code and apply modifications to it Develop competence in the techniques of systematic problem analysis, program construction and documentation Gain an understanding of the basic concepts of good user-interface design Understand and develop test strategies Understand the need for quality assurance/security in software development and its operation BCS HEQ Certificate in IT Software Development Syllabus Page 3 of 6

Gain an understanding of the principles of multiple module program construction Understand the need for compilers, interpreters, code generators Develop a knowledge and understanding of a range of fundamental algorithms 5. Prior Knowledge Expected There are no specific entrance requirements for the Certificate in IT, however it is strongly recommended that all candidates register with an approved centre. Studying with an approved centre will deliver significant benefits. Candidates are required to become a member of BCS, The Chartered Institute for IT to sit and be awarded the qualifications. Candidates may apply for a four year student membership that will support them throughout their studies. 6. Format and Duration of the Examination The examination is a two hour closed book examination (no materials can be taken into the examination room) based on the syllabus in this document. Examinations are held twice a year and are undertaken in normal examination conditions with one or more duly appointed invigilators. The pass mark is 40%. 7. Syllabus Detail Category Ref Content 1 FUNDAMENTAL CONCEPTS OF THE PROGRAMMING PROCESS 2 PHASE-SPECIFIC ISSUES OF SOFTWARE DEVELOPMENT 3 INTRODUCTION TO PROGRAMMING CONCEPTS 1.1 Concept of an algorithm Control structures: selection and iteration 1.2 Development and semi-formal specification of algorithms, based on a simplified computer model 1.3 Development of code from an algorithm 2.1 Development techniques such as modular programming, defensive programming and recursion 2.2 Approaches to software build, such as evolutionary prototyping or 4GL development 2.3 Objectives and principles of testing and test-case specification Testing and debugging strategies including dry-running, white-box and black-box 2.4 Styles of software documentation, such as for users or support personnel Content of software documentation such as GUI descriptions and maintenance details 2.5 Role of quality assurance and security 2.6 Impact of the cloud and emerging technologies 3.1 Types: numeric and non-numeric, elementary and derived, subtypes, and expressions such as assignments, input/output 3.2 Subprograms: procedures and functions 3.3 Data structures: Arrays (1- and 2-dimensions), implementation of queues, stacks and lists. Concept of data abstraction BCS Certificate in IT Software Development Syllabus Page 4 of 6

4 FILES: SEQUENTIAL, INDEX-SEQUENTIAL AND RANDOM ACCESS 5 INTRODUCTION TO CONCEPT OF USER- INTERFACE DESIGN 6 ROLE AND NEED FOR SYSTEM SOFTWARE 7 CASE STUDIES IN PROBLEM SOLVING/ALGORITHM ANALYSIS 3.4 Sorting and searching algorithms: comparative effectiveness with respect to computation and storage of scanning versus indexing methods 4.1 Comparative effectiveness of storage and retrieval for applications such as batch processing or on-line query or both 5.1 User requirements and characteristics of user interfaces; principles and techniques of dialogue control, navigation and selection 6.1 System software and its relation to application software 4.1 Understand case studies and develop algorithms to solve the problems BCS Certificate in IT Software Development Syllabus Page 5 of 6

8. Recommended Reading List Module Name ISBN 10 ISBN 13 Primary Texts Lesley Anne Robertson, Simple Program Design: A Step-By-Step Approach, Course Technology Inc (5 th Ed), 2006. Bell, D. Software Engineering for Students: A Programming Approach, Addison Wesley (4th Ed), 2005. 1423901320 978-1423901327 0321261275 978-321261274 Indicative Programming Texts Java Texts Goodrich, Michael, T, Tamassia, R., Data Structures & Algorithms in Java, John Wiley and Sons, 6th Edition, 2014. Horstmann, C.S., Java Concepts 6/E for Java 7 and 8 International Student Version, Wiley, 2010. Deitel, H., Deitel, P Java How to Program, Pearson (8th Ed), 2010 C/C++ Texts Savitch, W., Problem solving with C++, Pearson (7th Ed), 2009. 0321549406 978-0321549402 C How to program, 7/E Paul Deitel & Harvey Deitel (Prentice Hall 2012) Other Reading 1118771338 978-118771334 0470561599 978-470561591 0131364839 978-0131364837 0321549406 978-0321549402 013299044X 978-0132990448 Other textbooks that describe introductory programming will be appropriate. The computer trade press and the computing/it supplements of newspapers will help to give candidates both an understanding of the scope of the discipline and also introduce new developments in the field. 9. Contact Points Email: Customer Service team via www.bcs.org/contact Phone: UK: 01793 417424 or 0845 300 4417 (lo-call rate) Overseas: +44 (0)1793 417424 Lines are open Monday to Friday, 08.15 a.m. to 5.45 p.m. UK time. Website: www.bcs.org/heq Post: BCS, The Chartered Institute for IT First Floor, Block D, North Star House, North Star Avenue, Swindon SN2 1FA, United Kingdom BCS HEQ Certificate in IT Software Development Syllabus Page 6 of 6