1618 - Assignment 1 Full

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 10

Higher Nationals in Computing

Unit 1: Programming
ASSIGNMENT 1

Learner’s name:
ID:
Class:
Subject code: 1618
Assessor name: PHAN MINH TAM

Assignment due: Assignment submitted:


ASSIGNMENT 1 FRONT SHEET
Qualification BTEC Level 5 HND Diploma in Computing

Unit number and title Unit 1: Programming

Submission date Date Received 1st submission

Re-submission Date Date Received 2nd submission

Student Name Student ID

Class Assessor name Phan Minh Tam

Student declaration
I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagiarism. I understand that
making a false declaration is a form of malpractice.

Student’s signature

Grading grid
P1 M1 D1
❒ Summative Feedback: ❒ Resubmission Feedback:

Grade: Assessor Signature: Date:

Signature & Date:


Assignment Brief 1 (RQF)
Higher National Certificate/Diploma in Computing

Student Name/ID Number:


Unit Number and Title: Unit 1: Programming
Academic Year: 2021 – 2022
Unit Assessor: Phan Minh Tam
Assignment Title: Problem solving with algorithms
Issue Date: 27 September 2021
Submission Date:
Internal Verifier Name:
Date:

Submission Format:

Format:

● The submission is in the form of an individual written report. This should be written in a concise,
formal business style using single spacing and font size 12. You are required to make use of
headings, paragraphs and subsections as appropriate, and all work must be supported with
research and referenced using the Harvard referencing system. Please also provide a bibliography
using the Harvard referencing system.

Submission

● Students are compulsory to submit the assignment in due date and in a way requested by the
Tutor.
● The form of submission will be a soft copy posted on http://cms.greenwich.edu.vn/.
● Remember to convert the word file into PDF file before the submission on CMS.

Note:

● The individual Assignment must be your own work, and not copied by or from another student.
● If you use ideas, quotes or data (such as diagrams) from books, journals or other sources, you
must reference your sources, using the Harvard style.
● Make sure that you understand and follow the guidelines to avoid plagiarism. Failure to comply
this requirement will result in a failed assignment.

Unit Learning Outcomes:

LO1 Define basic algorithms to carry out an operation and outline the process of programming an
application

Assignment Brief and Guidance:

Assignment scenario

You have applied for a post as a trainee with a software development company and have been invited
for an interview. You have been asked to demonstrate your problem solving and basic programming
skills. To do this you have to prepare a report on using algorithms to solve problems.
You need to explain, using examples, how algorithms are used to solve simple business problems and
the steps needed to be followed to produce a working program solution. You should make clear your
assumption about your program. The problems to be solved will involve basic procedural programming
instructions - sequence instructions (input, output and assignment statements), loops, conditional
statements. Problems should be analysed and designed by the use of flowchart and demonstrated by
the use of modules (procedures).
Tasks:

 State your simple business problems to be solved.


 Analyse the problem and design the solutions by the use of suitable methods.
 Demonstrate the compilation and running of a program
 Evaluate how the problem is solved from the designed algorithm to the execution program
written by a specific programming language.

Learning Outcomes and Assessment Criteria

Pass Merit Distinction

LO1 Define basic algorithms to carry out an operation and outline the process of programming an
application

P1 Provide a definition of M1 Determine the steps taken D1 Examine the implementation


what an algorithm is and from writing code to execution. of an algorithm in a suitable
outline the process in language. Evaluate the
building an application. relationship between the
written algorithm and the code
variant.
Table of Contents
ASSIGNMENT 1 ANSWERS

Page |1
REFERENCES

Instructions on how to write references:

1. Harvard Reference List Citations for Books:


Last name, First initial. and Last name, First initial. (Year published). Title. City: Publisher, Page(s).
Examples:
 Desikan, S. and Ramesh, G. (2006). Software testing. Bangalore, India: Dorling Kindersley, p.156
 Daniels, K., Patterson, G. and Dunston, Y. (2014). The ultimate student teaching guide. 2nd ed. Los
Angeles: SAGE Publications, pp.145-151

2. Harvard Reference List Citations for Websites:


Last name, First initial (Year published). Page title. [online] Website name. Available at: URL [Accessed Day
Mo. Year].
Website name, (Year published). Page title. [online] Available at: URL [Accessed Day Mo. Year].

Examples:

 Messer, L. (2015). 'Fancy Nancy' Optioned by Disney Junior. [online] ABC News. Available at:
http://abcnews.go.com/Entertainment/fancy-nancy-optioned-disney-junior-2017/story?
id=29942496#.VRWbWJwmbs0.twitter [Accessed 31 Mar. 2015].
 Mms.com, (2015). M&M'S Official Website. [online] Available at: http://www.mms.com/ [Accessed
20 Apr. 2015].

Page |2

You might also like