Maths For Computing
Maths For Computing
Student Name
ANC ID
Unit Tutor
Student Declaration
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.
Final Grade
1. Use the cover page provided in the previous page as your cover sheet for the
assignment you will be submitting and ensure that all the details are accurately filled. All
assignments should have the submitted with the above cover page which is properly
filled.
2. Attach the assignment brief as the first section of your assignment (Including the
assignment criteria, summative feedback from and grading rubric).
3. Use an appropriate word processing software to develop your assignment.
4. Use A4 size pages for your assignments.
5. Use font size 11 if you are using Arial font and font size 12 if you are using Times New
Roman font for the body of your assignment.
6. Use font size 13 (bold) if you are using Arial font and font size 14 (bold) if you are
using Times New Roman font for Main headings. For Sub-Headings use font size 12
(bold) if you are using Arial font and font size 12 (bold) if you are using Times New
Roman.
7. Use black text on a white background. Avoid coloured backgrounds or text in a colour
other than black, unless you have special permission to use them.
8. Use 1.5 line spacing and 2.53 cm (1”) wide margins on all sides.
9. Justify your work (Ctrl+J).
10. Insert a footer on each page (except the title page) using font size 10 if you are using
Times New Roman and font size 8 if you are using Arial font. Include the following
details in the footer; Full Name, Student ID, Unit and the Page Number.
11. Avoid using page borders in your assignment body.
Important
1. All submissions should accompany a Turnitin Guide. Any assignment which does not
include a Turnitin Guide will not be processed for grading. You are required to attached
the Turnitin guide to the end of your assignment. For this you can use file merging
option.
2. Do note that submission of the Turnitin guide as an assignment will not be accepted
and will not be graded. In case a student has submitted a Turnitin Guide only, without the
assignment, that student will be awarded a ‘Fail’ grade.
3. It is strictly prohibited to use texts in the form of images in your work or use text
boxes to present information other than to label a table or a figure.
4. Check the submission date of your assignment and submission instructions carefully.
Late submissions will not be accepted.
5. Ensure that you give yourself enough time to complete the assignment by the due date
and you are responsible for managing your own time effectively.
6. If you are unable to hand in your assignment on time and have valid reasons, you may
apply (in writing) for extensions stating Extenuating Circumstance to AAO.
7. For all late submissions the final grade will be capped at a ‘Pass’.
8. Failure to achieve the Pass criteria will result in a Referral grade.
9. Non-submission of work without valid reasons will lead to an automatic Failure and
you will be asked to complete an alternative assignment.
10. If you use ideas or work of other people in your assignment, reference them properly
using Harvard Referencing system to avoid plagiarism. You have to provide both in-text
citation and a reference list.
11. If you are proven to be guilty of plagiarism or any academic misconduct, your grade
could be reduced to a Fail or at worst you could be administratively withdrawn from the
course after a formal investigation.
Higher National Diploma in Computing
The submission is in the form of a reference guide. This should be written in a concise,
formal business style using 1.5 spacing and a font size 12. You are required to make use of
headings, paragraphs and subsections as appropriate and ensure that the guide is justified
and aligned.
All work must be supported with research and referenced using the Harvard referencing
system. You can also provide a bibliography using the Harvard referencing system. The
recommended word limit is 4000 - 5000 words, although you will not be penalised for
exceeding the total word limit. The work should be carryout individually.
Chapter 1
The first chapter of your guide should focus on applied number theory in practical
computing scenarios. For this, you are required to;
▪ Explain the concepts of greatest common divisor (GCD) and least common multiple
(LCM).
▪ Calculate the GDC and LCM of 6 and 27. Explain the steps of your calculation
clearly.
▪ Briefly describe relevant theories with appropriate examples, sum arithmetic and
geometric progressions.
▪ Explain the concept of multiplicative inverses in modular arithmetic.
▪ Identify the multiplicative inverses of the following and explain the steps of your
calculation clearly.
o 4-1 in Z11
o 7-1 in Z11
o 0-1 in Z11
o 5-1 in Z15
o 7-1 in Z15
o 9-1 in Z15
▪ Explain in detail with appropriate examples from the field of computing, the
importance of prime numbers.
Chapter 2
The second chapter of your guide should address probability theory and probability
distributions. For this chapter, you are required to present information in four separate
sections.
▪ As part of the first section, you have chosen to introduce the topic of conditional
probability. For this you are required to provide a definition for conditional
probability and deduce the conditional probability of different events occurring in
independent trials with appropriate example/s.
▪ In the second section, you will be introducing the expectation of an event occurring
from a discrete, random variable with appropriate example/s.
▪ The third section of the chapter is focused on indicating examples of calculating
probabilities in both binomially distributed and normally distributed random
variables. For this you are required to calculate the below.
o About 9% of males are colourblind. A researcher needs three colourblind
men for an experiment and begins checking potential subjects. What is the
probability that she finds three or more colourblind men in the first nine she
examines?
o The police are measuring the speeds of cars on a motorway. The speeds of
cars are normally distributed with a standard deviation of 10 km/hr and a
mean of 90 km/hr. What is the probability that a car picked at random by a
police officer is travelling at more than 100 km/hr?
o The exam scores in a math class are normally distributed with a mean of 63
and a standard deviation of 5. Determine the probability that a randomly
selected student scored more than 65 on the exam.
a. Find the probability that a randomly selected student
scored less than 75.
b. 90% of the students scored less than what value?
c. 30% of the students scored more than what value?
o For each random variable below that follows a binomial distribution
corresponding to the given number of trials n, and probability of success p,
find the probability of seeing x successes.
a. n=12, p=3/4, x=10
b. n=9, p=0.35, x=2
c. n=20, p=0.15, x=4
d. n=15, p=1/3, x=13
▪ As the final section of chapter 2 you are required to identify an example and
evaluate how probability theory is used in hashing and load balancing
Chapter 3
The third chapter of the guide is on solutions of graphical examples using geometry and
vector methods. For this you are given with the following cartesian co-ordinates; A=(-5,5),
B=(0,0), C=(5,5), D=(-5,-5), E=(0,10), F=(5,-5); and four simple shapes; ACDF, ABD,
ACEB, CFE. In addressing this chapter, you are required to;
▪ plot the shapes and identify them.
▪ identify the various methods in representing the above co-ordinates using polar
coordinates system and express the purpose of the tangent function for representing
the above co-ordinates in polar system.
▪ explore the co-ordinate system used in computing and programming and compare
the difference between other 2D coordinate systems with screen coordinates.
Chapter 4
As the final chapter of your guide, you are to address the problems concerning differential
and integral calculus. For this, you are required to;
▪ explain the purpose of using differential and integral calculus in functions and in
various real-world situations.
▪ take an example of a real-world scenario for differential calculus and examine the
rate of change and determine the maximum/minimum points.
▪ analyse the maximum /minimum/saddle point using further differentiation method
to validate that it is indeed maximum/minimum/saddle point
▪ with a similar real-world scenario for integral calculus, determine the area under the
graph to obtain the magnitude of the change between two points.
Assessor Feedback:
Resubmission Feedback:
* Please note that grade decisions are provisional. They are only confirmed once internal
and external moderation has taken place and grades decisions have been agreed at the
assessment board
Grading Rubric
Achieved/Not
Grading criteria Comment
Achieved