Asm1 1618 Progarmming, Summaries of Business

this is asm of 1618 programming

Typology: Summaries

2020/2021

Uploaded on 11/30/2021

nguyen-nhat-chinh-fgw-ct
nguyen-nhat-chinh-fgw-ct 🇻🇳

1 document

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ASSIGNMENT 2 FRONT SHEET
Qualification
BTEC Level 5 HND Diploma in Computing
Unit number and title
Unit 1: Programming
Submission date
13/11/2021
Date Received 1st submission
Re-submission Date
Date Received 2nd submission
Student Name
Huynh Quoc Tuan
Student ID
GCC200311
Class
GCC0903
Assessor name
Nguyen Hung Dung
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
Nguyen Hung Dung
Grading grid
P2
P3
P4
P5
M2
M3
M4
D2
D3
D4
pf3
pf4
pf5

Partial preview of the text

Download Asm1 1618 Progarmming and more Summaries Business in PDF only on Docsity!

ASSIGNMENT 2 FRONT SHEET

Qualification BTEC Level 5 HND Diploma in Computing

Unit number and title Unit 1: Programming

Submission date 13/11/2021 Date Received 1st submission

Re-submission Date Date Received 2nd submission

Student Name Huynh Quoc Tuan Student ID GCC

Class GCC0903 Assessor name Nguyen Hung Dung

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 Nguyen Hung Dung

Grading grid

P2 P3 P4 P5 M2 M3 M4 D2 D3 D

Summative Feedback:Resubmission Feedback:

Grade: Assessor Signature: Date:

Lecturer Signature:

Assignment scenario 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 passed the presentation to demonstrate your problem solving and basic programming skills. Now you are given a more challenge task to create a fully working, secure application that has been developed using an IDE and adheres to coding standards for a detailed business problem. Tasks You will discuss a suitable problem with your mentor and list the user requirements before designing, implementing (coding) and testing a solution. You will create a report that should include: ● Introduction to your program (list of requirements and screenshots of program) ● Explain some of programming paradigms. Evaluate why and how your program use these (or some of) paradigms. ● Explain the common features of an IDE should have and evidence of how the IDE was used to manage the development of your code. ● An evaluation of developing applications using an IDE versus developing an application without using an IDE. ● An explanation and evaluation of the debugging process in the IDE used and how it helped with development. ● An explanation and evaluation of coding standards used in your program and the benefits to organisations of using them. The working application produced must also be demonstrated together with the presentation. Case Studies You can choose one of following case studies to implement Hotel Management System: A Hotel Management System is a software built to handle all online hotel activities easily and safely. This System will give the hotel management power and flexibility to manage the entire system from a single online portal. The system allows the manager to keep track of all the available rooms in the system as well as to book rooms and generate bills.

  1. The system should support the booking of different room types like standard, deluxe, family suite, etc.
  2. Guests should be able to search the room inventory and book any available room.
  1. The system should be able to retrieve information, such as who booked a particular room, or what rooms were booked by a specific customer. Library Management System A Library Management System is a software built to handle the primary housekeeping functions of a library. Libraries rely on library management systems to manage asset collections as well as relationships with their members. Library management systems help libraries keep track of the books and their checkouts, as well as members’ subscriptions and profiles. Library management systems also involve maintaining the database for entering new books and recording books that have been borrowed with their respective due dates.

1. Any library member should be able to search books by their title, author, subject category as well by

the publication date.

2. The system should be able to retrieve information like who took a particular book or what are the

books checked-out by a specific library member.

3. User can add books with its information such as: title, author, publication date, category etc and

update it

Movie Ticket Booking System An online movie ticket booking system facilitates the purchasing of movie tickets to its customers. E-ticketing systems allow customers to browse through movies currently playing and book seats, anywhere and anytime.

  1. Each cinema can have multiple halls and each hall can run one movie show at a time.
  2. Each Movie will have multiple shows.
  3. Customers should be able to search movies by their title, language, genre, release date, and city name.
  4. The customer should be able to select a show at a particular cinema and book their tickets. Airline Management System An Airline Management System is a managerial software which targets to control all operations of an airline. Airlines provide transport services for their passengers. They carry or hire aircraft for this purpose. All operations of an airline company are controlled by their airline management system.

LO3 P3 Write a program that implements an algorithm using an IDE. M3 Use the IDE to manage the development process of the program. D3 Evaluate the use of an IDE for development of applications contrasted with not using an IDE. LO4 (^) P4 Explain the debugging process and explain the debugging facilities available in the IDE. P5 Outline the coding standard you have used in your code. M4 Evaluate how the debugging process can be used to help develop more secure, robust applications. D4 Critically evaluate why a coding standard is necessary in a team as well as for the individual.