0% found this document useful (0 votes)
134 views11 pages

Maths For Computing

The document is an assignment brief for a reference guide on basic math concepts for computing interns. It provides guidelines for four chapters covering: [1] number theory and its practical applications; [2] probability theory and distributions, including conditional probability, expectation, binomial and normal distributions; [3] geometry, vectors, and their graphical solutions; [4] differential and integral calculus and evaluating problems. Specific tasks are outlined for each chapter, such as calculating GCD and LCM, multiplicative inverses, prime number importance, and probability calculations for binomial and normal distributions. The assignment aims to address four unit learning outcomes on key math topics for computing.

Uploaded by

M Naveed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
134 views11 pages

Maths For Computing

The document is an assignment brief for a reference guide on basic math concepts for computing interns. It provides guidelines for four chapters covering: [1] number theory and its practical applications; [2] probability theory and distributions, including conditional probability, expectation, binomial and normal distributions; [3] geometry, vectors, and their graphical solutions; [4] differential and integral calculus and evaluating problems. Specific tasks are outlined for each chapter, such as calculating GCD and LCM, multiplicative inverses, prime number importance, and probability calculations for binomial and normal distributions. The assignment aims to address four unit learning outcomes on key math topics for computing.

Uploaded by

M Naveed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Programme HND in Computing

Student Name

ANC ID

Unit Number and Title Unit 14: Maths for Computing

Academic Year 2023 – FA23

Unit Tutor

Assignment Title Assignment 1

Issue Date 18/11/2023

Submission Date 30/01/2024


Higher National Diploma in Computing
Submitted on

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.

Student signature: Date:

Final Grade

Grade: Assessor Signature: Date:


Assessor Feedback:

Grade: Assessor Signature: Date:


Internal Verifier’s Comments:

Signature & Date:


Submission Guidelines

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

Unit 14: Maths for Computing


Assignment Brief
Student Name/ID Number
Unit Number and Title Unit 14: Maths for Computing
Academic Year 2023 – FA23
Unit Tutor
Assignment Title Assignment 1
Issue Date 18/11/2023
Submission Date 30/01/2024
Submission Format

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.

Unit Learning Outcomes


LO1 Use applied number theory in practical computing scenarios
LO2 Analyse events using probability theory and probability distributions
LO3 Determine solutions of graphical examples using geometry and vector methods
LO4 Evaluate problems concerning differential and integral calculus
Vocational Scenario
You have joined Software Solutions Pvt. Ltd. an emerging software company as a
Management Trainee. As part of your job role, you have been tasked with developing a
guide to the interns in the development department, that can be used as a reference to keep
their knowledge updated on basic concepts of mathematics, which is vital for new software
developments. You are required to present this reference guide to your line manager after
completion. The reference guide is to consist of four distinctive chapters that addresses the
basic concepts related to maths for computing.

Assignment Activity and Guidance

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.

Learning Outcomes and Assessment Criteria

Pass Merit Distinction


LO1 Use applied number theory in practical computing
scenarios
P1 Calculate the greatest
common divisor and least
common multiple of a given pair D1 Produce a detailed
of numbers. M1 Identify multiplicative written explanation of
inverses in modular the importance of
P2 Use relevant theory to sum arithmetic. prime numbers in the
arithmetic and geometric field of computing.
progressions.

LO2 Analyse events using probability theory and probability


distributions

P3 Deduce the conditional M2. Calculate probabilities D2 Evaluate


probability of different events
in both binomially probability theory to
occurring in independent trials.
distributed and normally an example involving
P4 Identify the expectation of an distributed random hashing and load
event occurring from a discrete, variables. balancing.
random variable.
LO3 Determine solutions of graphical examples using
geometry and vector methods

P5 Identify simple shapes using D3. Construct the


M3 Evaluate the co-ordinate
co-ordinate geometry. scaling of simple
system used in
shapes that are
P6 Determine shape parameters programming a simple
described by vector
using appropriate vector output device.
co-ordinates.
methods.
LO4 Evaluate problems concerning differential and integral
calculus
P7 Determine the rate of change
in an algebraic function. M4 Analyse maxima and D4 Justify, by further
minima of increasing and differentiation, that a
P8 Use integral calculus to solve decreasing functions using value is a minimum.
practical problems involving higher order derivatives.
area.
Higher Nationals - Summative Assignment Feedback Form
Student Name/ID
Unit Title
Assess
Assignment No
or
Date Received 1st
Submission Date
submission
Re-submission Date Received 2nd
Date submission

Assessor Feedback:

Grade: Assessor Signature: Date:

Resubmission Feedback:

Grade: Assessor Signature: Date:

Internal Verifier’s Comments:

Signature & Date:

* 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

P1 Calculate the greatest common divisor and least


common multiple of a given pair of numbers.

P2 Use relevant theory to sum arithmetic and


geometric progressions.

M1 Identify multiplicative inverses in modular


arithmetic.

D1 Produce a detailed written explanation of the


importance of prime numbers in the field of
computing.

P3 Deduce the conditional probability of different


events occurring in independent trials.

P4 Identify the expectation of an event occurring


from a discrete, random variable.

M2. Calculate probabilities in both binomially


distributed and normally distributed random
variables.

M2. Calculate probabilities in both binomially


distributed and normally distributed random
variables.

P5 Identify simple shapes using co-ordinate


geometry.
P6 Determine shape parameters using appropriate
vector methods.

M3 Evaluate the co-ordinate system used in


programming a simple output device.

D3. Construct the scaling of simple shapes that are


described by vector co-ordinates.

P7 Determine the rate of change in an algebraic


function.

P8 Use integral calculus to solve practical problems


involving area.

M4 Analyse maxima and minima of increasing and


decreasing functions using higher order derivatives.

M4 Analyse maxima and minima of increasing and


decreasing functions using higher order derivatives.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy