Assignment Nepal
  • Home
  • Business
  • Computing
  • Masters
  • ContactUs
  • About Us
No Result
View All Result
Wednesday, May 13, 2026
Welcome to Assignment Nepal
Portal Login
Assignment Nepal
  • Home
  • Business
  • Computing
  • Masters
  • ContactUs
  • About Us
No Result
View All Result
Assignment Nepal

CET131 Assignment 2_250320_181920

admin by admin
March 20, 2025
in Questions
A A
CET131 Assignment 2_250320_181920
Share on FacebookShare on Twitter
CET131 Assignment 2_250320_181920

CET131 Assignment 2_250320_181920

Faculty: Programme

Related Post

CET351 Assignment 1

CET351 Assignment 1

August 6, 2025
CET351 Assignment 1 Template

CET351 Assignment 1 Template

August 6, 2025
Assignment-Cover-Sheet

Assignment-Cover-Sheet

August 6, 2025
CU6008NIVisualEffectsforComputerGraphicsandGamesY24MainSitwithmilestone.CW1QP_a59037b9-3fd6-42be-be54-b3c42ee15936_91672_

CU6008NIVisualEffectsforComputerGraphicsandGamesY24MainSitwithmilestone.CW1QP_a59037b9-3fd6-42be-be54-b3c42ee15936_91672_

July 15, 2025

NAME:

MODULE CODE:

MODULE TITLE:

MODULE LEADER:

SUBMISSION DATE AND TIME:

ASSIGNMENT:

Academic Misconduct is an offence under university regulations, and this involves:

• Plagiarism – where you use information from another information source (including your previously submitted work) and pass it off as your own. This can be through direct copying, poor paraphrasing and/or absence of citations.

• Collusion – where you work too closely, intentionally, or unintentionally, with others to produce work that is similar in nature. This can be through loaning of materials, drafts or through unauthorised use of a fellow student’s work. • Asking another person to write your assignment – where you ask another individual or company to complete your work for you, be that paid or unpaid, and submit it as if it were your own.

• Unauthorised use of artificial intelligence – where you use artificial intelligence tools to generate your assignment instead of completing it yourself and/or where you have not been given permission to use artificial intelligence tools by your module leader. Please complete the following declaration around you use of artificial intelligence tools in your assignment.

STATEMENT ON USE OF ARTIFICIAL INTELLIGENCE TOOLS:

• I have used artificial intelligence tools to generate an idea for my assignment: YES/NO

• I have used artificial intelligence tools to write my assignment for me: YES/NO

• I have used artificial intelligence tools to brainstorm ideas for my assignment: YES/NO

• I have used artificial intelligence tools to correct my original assignment: YES/NO

DECLARATION

• I understand that by submitting this piece of work I am declaring it to be my own work and in compliance with the university regulations on Academic Integrity.

• I confirm that I have done this work myself without external support or inappropriate use of resources. • I understand that I am only permitted to use artificial intelligence tools in line with guidance provided by my Module Leader, and I have not used artificial intelligence tools outside this remit.

• I confirm that this piece of work has not been submitted for any other assignment at this or another institution prior to this point in time.

• I can confirm that all sources of information, including quotations, have been acknowledged by citing the source in the text, along with producing a full list of the sources used at the end of the assignment.

• I understand that academic misconduct is an offence and can result in formal disciplinary proceedings. • I understand that by submitting this assignment, I declare myself fit to be able to complete the assignment and I accept the outcome of the assessment as valid and appropriate.

Please read all instructions and information carefully.

This assignment contributes 70% to your final module mark and will assess the following learning outcomes:

• Ability to apply software engineering tools and techniques in the testing and debugging of a computer program (Learning Outcome 2).

• Ability to apply appropriate processes and articulate the rationale for design decisions throughout the process of developing and documenting a computer program (Learning Outcome 3).

Module code:

CET131 Software Engineering

Module assessor:

Dr Sardar Jaf

Title of

assessment:

Software Engineering Assignment 2

Software Implementation Task

Important Information

You are required to submit your work within the bounds of the University Infringement of Assessment Regulations (see your Programme Guide). Plagiarism, paraphrasing and downloading large amounts of information from external sources, will not be tolerated and will be dealt with severely. Although you should make full use of any source material, which would normally be an occasional sentence and/or paragraph (referenced) followed by your own critical analysis/evaluation. You will receive no marks for work that is not your own. Your work may be subject to checks for originality which can include use of an electronic plagiarism detection service.

For this assessment you are asked to submit an individual piece of work, therefore the work must be entirely your own. The safety of your assessments is your responsibility. You must not permit another student access to your work.

Referencing for this assessment should be done using the Harvard referencing system. (see your Programme Guide).

Please ensure that you retain a duplicate of your assignment. We are required to send samples of student work to the external examiners for moderation purposes. It will also safeguard in the unlikely event of your work going astray.

Submission instruction:

Submission Date and Time

Check Canvas submission page for date and time of submission

Submission Location

Digital copy via Canvas

Document Format

1. A fully documented (i.e. containing suitable source comments) software program which should implement the system requirements using any programming language you are competent in using it.

2. Screencast. Your screencast should be in suitable file format such as MPEG or MOV.

Assignment weight

70%

Other requirements

You must adhere to the above assessment requirements. Your source code will be checked for plagiarism.

CET131 Assessment 2

Scenario

You have recently been employed as a graduate software developer working remotely for a new technology consultancy company. After completing a number of induction-based tasks, your line manager has issued you with your first client-based project.

WeAreCars are a new car rental company based in Sunderland. They are needing a software solution to assist in the rental of their vehicles. This solution needs to be a standalone windows forms based program to ensure future compatibility with legacy systems. The company has strict initial requirements and are on a tight budget due to them being a new company. However, WeAreCars wish to ensure the software is to be of the highest standard and do not want to launch the solution until all requirements are fully implemented and tested.

System Specification requirements (80%)

WeAreCars would like a software application that will assist in the rental of cars. You are you required to implement a software prototype to include the features below using any programming language you prefer. The system should have user interface as console or graphical format to allow users to interact with the system.

System features:

● A welcome splash screen. This is to display a welcome message to the user and brief instructions on how to use the interface.

● A staff login page that allows a staff member to login into the system, using the following fixed username and password

○ Username : sta001

○ Password: givemethekeys123

● An area that displays a list of the rented cars

● A main booking area that will process the booking. This area will allow a staff member to enter and/or select certain options (Mandatory fields are denoted with a *):

○ Customer First Name*

○ Customer Surname*

○ Customer Address*

○ Customer age*

○ Valid driving license*

■ If no, the booking can’t proceed

○ Number of days* (£25 per day)

■ Between 1 and 28

○ Type of car selected*

■ City car (No extra charge)

■ Family car (+ £50)

■ Sports car (+ £75)

■ SUV (+ £65)

○ Fuel type*

■ Petrol (No extra charge)

■ Diesel (No extra charge)

■ Hybrid (+ £30)

■ Full electric (+ £50)

○ Optional extras

■ Unlimited mileage (+ £10 per day)

■ Breakdown cover (+ £2 per day)

○ A summary screen that will confirm the data entered, options selected and a total price, before storing the booking.

● The system should validate input data and display appropriate error messages.

WeAreCars would like this system to be as robust and as user friendly as possible. Attention to detail and the inclusion of validation and help systems / tooltips are recommended.

System Demonstration (20%)

Prepare up to 10 minutes of recorded presentation of all the features and functionalities that you have implemented for this project. Your presentation should:

▪ Have a clear view of the source code.

▪ Show all the features you have implemented according to the system specifications outline in the task above.

▪ You should verbally describe the system features during the demonstration.

Marking Scheme

Criteria

Fail (0-

14)

Fail (15-

29)

Fail (0-

39)

Fail (30-

39)

Pass

(40-49)

pass (50-

59)

pass (60-

69)

pass (70-

79

pass (79-

80)

pass (80-

89)

pass (90-

100)

System

features/functi onality

(60%)

Irrelevant functiona

lities are

impleme

nted

Barely

relevant

functiona

lities are

impleme

nted with some

deficienci

es.

Some

relevant

functional

ities

implemen

ted but

with

major

deficienci

es.

Some

relevant

functional

ities

implemen

ted but

with

minor

deficienci

es.

Some

relevant

functiona

lities are

impleme

nted with no

deficienci

es.

Most of

the

functiona

lities are

impleme

nted but

with

major

deficienci

es

Most of

the

functiona

lities are

impleme

nted but

with

minor

deficienci

es

Most of

the

functiona

lities are

impleme

nted with no

deficienci

es.

All the

functiona

lities

impleme

nted,

with

major

deficienci

es and

including extra

features

All the

functionali ties

implemen

ted with

minor

deficienci

es and

including

extra

features

All the

functiona

lities

impleme

nted and

with no

deficienci

es and

including extra

features

Source code annotation

and naming

convention

(20%)

No

source

code

annotatio

n

Very little source

code

annotatio

n

Some

source

code

annotatio

n with

major

deficienci

es

Some

source

code

annotatio

n with

minor

deficienci

es

Some

source

code

annotatio

n with no deficienci

es

Good

source

code

annotatio

n with

major

deficienci

es

Good

source

code

annotatio

n with

minor

deficienci

es

Good

source

annotatio

n code

with no

deficienci

es

Full

source

code

annotatio

n but

major

deficienci

es

Full

source

code

annotatio

n but

manor

deficienci

es

Full

source

code

annotatio

n but no

deficienci

es

Demonstration (20%)

No

coherent

structure

and

organisat

ion.

Some

irrelevant or poorly

presente

d content

Relevant

, little

coherent

structure

and

organisat

ion.

Some

relevant

and

acceptab

le

presentat

ion of

content

Relevant,

some

coherent

structure

and

organisati

on.

Relevant

content

but there

are major

inconsiste

ncies. Or

sometime

poorly

presented

content

Relevant,

some

coherent

structure

and

organisati

ons.

Relevant

content

but with

some

minor

inconsiste

ncies. Or

sometime

poorly

presented

content

Relevant

, largely

coherent

and

logically

structure

d but

with

some

minor

inconsist

ency or

poorly

presente

d content

Relevant

, largely

coherent

and

logically

structure

d with no inconsist

ency or

poorly

presente

d content

Relevant

,

coherent

and

logically

structure

d with

minor

inconsist

ency or

poorly

presente

d content

Relevant

,

coherent

and

logically

structure

d with no inconsist

ency or

poorly

presente

d content

Excellent

and

relevant,

content,

coherent

and

logically

structured

. Excellent use of

headings

and titles. no

inconsiste

ncy and

clearly

presented content

Relevant

,

coherent and

logically

structure

d with no inconsist

ency or

poorly

presente

d content

Excellent and

relevant,

content,

coherent

and

logically

structure

d.

Excellent use of

headings and

titles. no

inconsist

ency and clearly

presente

d content

admin

admin

Related Posts

CET351 Assignment 1
Questions

CET351 Assignment 1

by admin
August 6, 2025
CET351 Assignment 1 Template
Questions

CET351 Assignment 1 Template

by admin
August 6, 2025
Assignment-Cover-Sheet
Questions

Assignment-Cover-Sheet

by admin
August 6, 2025
Next Post
M506_Assessment-brief-2025 (1)

M506_Assessment-brief-2025 (1)

Assessment 1 Group Diary Template

Assessment 1 Group Diary Template

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest
PROJ6018 Project, Portfolio and Program Management – Torrens University

PROJ6018 Project, Portfolio and Program Management – Torrens University

February 28, 2024
CC6001NI Advanced Database System Development 40% Individual Coursework – Islington College

CC6001NI Advanced Database System Development 40% Individual Coursework – Islington College

June 29, 2024
CET351 Assignment 2: Research Paper – ISMT

CET351 Assignment 2: Research Paper – ISMT

June 29, 2024
(6CS020) – Project and Professionalism – FYP

(6CS020) – Project and Professionalism – FYP

February 17, 2024
MC4064NI Principles of Marketing Islington College Coursework Type: Individual Essay (1,500 words)

MC4064NI Principles of Marketing Islington College Coursework Type: Individual Essay (1,500 words)

11722
PROJ6018 Project, Portfolio and Program Management – Torrens University

PROJ6018 Project, Portfolio and Program Management – Torrens University

10075
MN4W54NI –  Learning Through Organisations of Management – Islington College

MN4W54NI – Learning Through Organisations of Management – Islington College

9110
HEURISTIC, PROSPECT AND HERDING FACTORS IMPACTING STOCK INVESTMENT PERFORMANCE OF INDIVIDUALS INVESTORS

HEURISTIC, PROSPECT AND HERDING FACTORS IMPACTING STOCK INVESTMENT PERFORMANCE OF INDIVIDUALS INVESTORS

8954
CET351 Assignment 1

CET351 Assignment 1

August 6, 2025
CET351 Assignment 1 Template

CET351 Assignment 1 Template

August 6, 2025
Assignment-Cover-Sheet

Assignment-Cover-Sheet

August 6, 2025
CU6008NIVisualEffectsforComputerGraphicsandGamesY24MainSitwithmilestone.CW1QP_a59037b9-3fd6-42be-be54-b3c42ee15936_91672_

CU6008NIVisualEffectsforComputerGraphicsandGamesY24MainSitwithmilestone.CW1QP_a59037b9-3fd6-42be-be54-b3c42ee15936_91672_

July 15, 2025
Instagram Facebook

About

Assignment Nepal

Assignment Maker World Wide.

We make the Best Assignment ever. We are poineer Assignment Maker with over 50+ Writers and 24/4 Customer Support.

Our Social Media Platforms

Categories

  • Artificial Intelligence
  • Australia
  • British College
  • Business
  • Computing
  • Essay
  • Finance Assignment
  • Herald College
  • Hotel Management
  • Islington College
  • ISMT College
  • Masters
  • Multimedia
  • Networking
  • Programming
  • Questions
  • Team
  • Thesis/Dessertation
  • Uncategorized

Menu

  • Home
  • Business
  • Computing
  • Masters
  • ContactUs
  • About Us

Recent Post

  • CET351 Assignment 1
  • CET351 Assignment 1 Template

© 2024 Assignment Nepal A+ Grade Assignment Maker Contact Us Now.

No Result
View All Result
  • Home
  • Business
  • Masters
  • Computing
  • About Us
  • ContactUs
Portal Login

© 2024 Assignment Nepal A+ Grade Assignment Maker Contact Us Now.

Privacy Policy