SlideShare a Scribd company logo
1 of 5
College of Administrative and Financial Sciences
Bachelor of Science in Business Informatics
2nd Trimester, AY 2020-21
FINAL PROJECT - COMP421*
Instructions:
 Answer ALL questions/requirements / Present what are required in the CASE STUDIES
 Marks will be awarded for good presentation and thoroughness in your approach
 NO marks would be awarded for the entire project if any part is found to be copied directly
from printed materials or from another student.
 Complete this cover sheet and attach it to your Case Study Output.
Student Declaration:
I declare that:
I understand what is meant by plagiarism (illegal copying of one’s work)
The implication of plagiarism is tantamount to cheating (work will get no pts.)
This project is all my own work and I have acknowledged any use of the published and unpublished
works of other people.
Student’sSignature:………………………………….. Date:…………………………..
Total number of pages including this cover page
Program Course Section Time/Days Due Date Date Submitted
BSBI COMP421*
FA/FB/FC
/FD
20 April 2021
Course Title COMPUTER PROGRAMMING 2
Student’s Full Name
Professor’s Name DR PRIYANKA SURENDRAN
FOR OFFICIAL USE ONLY
Teacher’s/ Marker’s
Comments
Marking Scheme ILOs MARKS
MARKS
AWARDED
Specifications C7 10
Documentation C7 10
Coding Standards C5 10
Runtime C6 10
Efficiency C6 10
Communication Skills/Presentation C8 5
Team member support C8 5
Teamwork C8 5
Quality of work C7 5
Marker’s Name Total Marks/ Marks Awarded 70
Signature Grade Equivalent
College of Administrative and Financial Sciences
Bachelor of Science in Business Informatics
2nd Trimester, AY 2020-21
Criteria Excellent (10-8) Good (7-5) Satisfactory (4-3) Unsatisfactory (2-1) Rating
Specifications Completed 90-100% Completed between
80 – 90%
Completed between
70 – 80 %
Completed less than
70%
Documentation Documentation
explains what the
code is accomplishing
and how
Documentation is
somewhat useful in
understanding the
code
Documentation is
simply comments
used for variables
and headers
Documentation
includes few
comments and does
not help the reader
understand the code
Coding Standards Excellent use of
variables (no global
variables,
unambiguous
naming).
Good use of
variables (no global
variables,
unambiguous
naming)
Good use of
variables (few
global variables,
unambiguous
naming).
Poor use of variables
(many global
variables, ambiguous
naming).
Runtime Executes without
errors, excellent user
prompts, good use of
symbols, and spacing
in output
Executes without
errors, user prompts
are understandable,
minimum use of
symbols or spacing
in output
Executes without
errors, userprompts
contain little
information, poor
design.
Does not execute due
to errors, user
prompts are
misleading or non-
existent.
Efficiency Solution is easy to
understand and
maintain.
Solution is easy to
follow.
A logical solution
that is easy to
follow but is not the
most efficient
Solution is inefficient
Criteria Excellent (5) Good (4) Satisfactory (3) Unsatisfactory (2-1) Rating
Communication
Skills/Presentation
Effectively
exchanged ideas,used
brainstorming for
creative solutions to
issues, had group
commitment to a
common goal and
effectively planned a
course of action.
Proficiently
exchanged ideas for
coming up with
solutions to issues,
group commitment
to a common goal
and proficiently
planned a course of
actions
Delivery time of
information needed
to be more smooth,
exchange of ideas
was limited
Poor delivery and
timing of information
discussion needs to be
more controlled and
dynamic.
Teamwork The project was
carried out by more
than TWO members
The work load and
variety on each
member seems fair
Leadership role being
assumed by each
The project was
carried out by more
than TWO members
The work load and
variety on each
member seem fair
Leadership role
being assumed by
The project was
carried out by more
than TWO
members
The work load and
variety on each
member does not
seem to be fair or at
least one member
The project was
carried out by more
than TWO members
The work load and
variety on each
member does not
seem to be fair or at
least one member has
been assigned trivial
non-technical tasks
College of Administrative and Financial Sciences
Bachelor of Science in Business Informatics
2nd Trimester, AY 2020-21
member for different
tasks is evident
each member for
different tasks is
NOT apparent
has been assigned
trivial non-
technical tasks (e.g.
writing the report)
(e.g. writing the
report)
Team Member
Support
All members feel free
to ask questions or for
help from the other
members.
Proficient support is
given by all the team
members.
Limited support
given by the
members of the
team
Team members were
confused and not able
to defend
Quality of Work Professional
Appearance, work is
submitted on Time. It
is systematic and met
the requirements of
the assignment.
Elements of
formatting have
been proficiently
used, Document
needs further
proofreading.
Submission on time
Elements of
formatting have
been sparingly
used, Document
was not proofread
well, submission
was delayed
Poor work,
submission was late.
Did not meet the
requiremnts exactly.
TOTAL
Comments/ Remarks:
College of Administrative and Financial Sciences
Bachelor of Science in Business Informatics
2nd Trimester, AY 2020-21
General Instructions:
1. Each group can have only 3students.
2. Please ensure that your work is not copied. Copiedwork will get zero marks.
3. No 2 groups should have the same program or outputs.
4. Bound hard copy of the word file of the project should be submitted on or
before 20 April 2021 after which no marks will be awarded.
5. A presentation will be required for the final project and questions will also
be asked regarding the output and the program.
6. Document and include the screenshot of the programs given in the Project.
7. Develop applications in Java to implement the following cases.
8. Use all the programming constructs necessary to get the desired output.
9. You are required to present and justify your output and submit the document
as a report
10.Include sample outputs.
Documentation Format:
1) The technical report should follow the given structure:
a. Title Page: This should contain the name of your project, school
year, trimester, the members of your group
b. List of Contents: Table of Contents with page numbers
c. Introduction: The technical report must include one-to-two
paragraph. This is an overview of the report, a brief description of the
programing structures used, and the reason why they were used,
describe all the programs.
College of Administrative and Financial Sciences
Bachelor of Science in Business Informatics
2nd Trimester, AY 2020-21
d. Objectives of the program: Explain the main objective for this
report and what is the purpose of this program
e. Code: This should include the code of the program
f. Output: Include the output of the program as a screenshot
g. Conclusion: The result achieved from this project.
2) All paragraphs must be justified.
3) All Pages must be numbered.
4) The entire document should be in Arial 12 pt.
5) All section headings must be in Arial 16 pt
QUESTION:
1. Write a program to create a Student Directory for the university using the
following instructions:
Create a class named Student with members : name (String), ID or and
marks(int)Include the following methods.
a. setdetails()---- to read name, ID and marks from the keyboard
b. getdetails()---to print the name, ID and marks
c. search()--- this methods accepts ID and displays the corresponding
marks.
d. edit ()—this method accepts IDand change the marks for this
customer.
2. Complete the Java Applet called MySceneApplet by following the
instructions here:
a. Select the appropriate JFCs along with its methods to draw a picture
in the Applet screen

More Related Content

What's hot

IRJET- Introduction of Programming Skills in Peer Tutoring Programme for ...
IRJET-  	  Introduction of Programming Skills in Peer Tutoring Programme for ...IRJET-  	  Introduction of Programming Skills in Peer Tutoring Programme for ...
IRJET- Introduction of Programming Skills in Peer Tutoring Programme for ...IRJET Journal
 
Experiences about EUCIP Core Operate module
Experiences about EUCIP Core Operate moduleExperiences about EUCIP Core Operate module
Experiences about EUCIP Core Operate moduleITStudy Ltd.
 
Sr. Engineer R&D- Job Description
Sr. Engineer R&D- Job DescriptionSr. Engineer R&D- Job Description
Sr. Engineer R&D- Job DescriptionRonald Ehrhardt
 
Scheme g second semester (ae,me,pg,pt,fe,mh,mi,ps)
Scheme   g second semester (ae,me,pg,pt,fe,mh,mi,ps)Scheme   g second semester (ae,me,pg,pt,fe,mh,mi,ps)
Scheme g second semester (ae,me,pg,pt,fe,mh,mi,ps)soni_nits
 
Feb09 reviewofqualificationsguidance
Feb09 reviewofqualificationsguidanceFeb09 reviewofqualificationsguidance
Feb09 reviewofqualificationsguidanceMuhammad Javed Bhatti
 
bsc computer science - programme spec _2
bsc computer science - programme spec _2bsc computer science - programme spec _2
bsc computer science - programme spec _2Abdulaziz Almass
 
Pffubdpresentation 2010-11-18 COMP 1210
Pffubdpresentation 2010-11-18 COMP 1210Pffubdpresentation 2010-11-18 COMP 1210
Pffubdpresentation 2010-11-18 COMP 1210Shu Yin
 
Assessment Instructions
Assessment InstructionsAssessment Instructions
Assessment InstructionsKellie Vella
 
Damon Bomar Portfolio
Damon Bomar PortfolioDamon Bomar Portfolio
Damon Bomar PortfolioDamon Bomar
 
Software development technician occupational brief
Software development technician occupational briefSoftware development technician occupational brief
Software development technician occupational briefEnda Crossan
 
Project planning post your powerpoint – project planning in waypo
Project planning post your powerpoint – project planning in waypoProject planning post your powerpoint – project planning in waypo
Project planning post your powerpoint – project planning in waypoDIPESH30
 
Mit109 – software engineering
Mit109 – software engineeringMit109 – software engineering
Mit109 – software engineeringsmumbahelp
 
JDuffy.Recommendation.Report
JDuffy.Recommendation.ReportJDuffy.Recommendation.Report
JDuffy.Recommendation.ReportJessica Duffy
 
SE-IT MINI PROJECT SYLLABUS
SE-IT MINI PROJECT SYLLABUSSE-IT MINI PROJECT SYLLABUS
SE-IT MINI PROJECT SYLLABUSnikshaikh786
 
007 a college of administrative and financial sciencesassignme
007 a college of administrative and financial sciencesassignme007 a college of administrative and financial sciencesassignme
007 a college of administrative and financial sciencesassignmesmile790243
 
4.74 s.e. computer engineering (1)
4.74 s.e. computer engineering (1)4.74 s.e. computer engineering (1)
4.74 s.e. computer engineering (1)Aditya66086
 
A comparison between evaluation of
A comparison between evaluation ofA comparison between evaluation of
A comparison between evaluation ofijseajournal
 

What's hot (18)

IRJET- Introduction of Programming Skills in Peer Tutoring Programme for ...
IRJET-  	  Introduction of Programming Skills in Peer Tutoring Programme for ...IRJET-  	  Introduction of Programming Skills in Peer Tutoring Programme for ...
IRJET- Introduction of Programming Skills in Peer Tutoring Programme for ...
 
Experiences about EUCIP Core Operate module
Experiences about EUCIP Core Operate moduleExperiences about EUCIP Core Operate module
Experiences about EUCIP Core Operate module
 
Sr. Engineer R&D- Job Description
Sr. Engineer R&D- Job DescriptionSr. Engineer R&D- Job Description
Sr. Engineer R&D- Job Description
 
Scheme g second semester (ae,me,pg,pt,fe,mh,mi,ps)
Scheme   g second semester (ae,me,pg,pt,fe,mh,mi,ps)Scheme   g second semester (ae,me,pg,pt,fe,mh,mi,ps)
Scheme g second semester (ae,me,pg,pt,fe,mh,mi,ps)
 
Feb09 reviewofqualificationsguidance
Feb09 reviewofqualificationsguidanceFeb09 reviewofqualificationsguidance
Feb09 reviewofqualificationsguidance
 
bsc computer science - programme spec _2
bsc computer science - programme spec _2bsc computer science - programme spec _2
bsc computer science - programme spec _2
 
Pffubdpresentation 2010-11-18 COMP 1210
Pffubdpresentation 2010-11-18 COMP 1210Pffubdpresentation 2010-11-18 COMP 1210
Pffubdpresentation 2010-11-18 COMP 1210
 
Assessment Instructions
Assessment InstructionsAssessment Instructions
Assessment Instructions
 
Damon Bomar Portfolio
Damon Bomar PortfolioDamon Bomar Portfolio
Damon Bomar Portfolio
 
Software development technician occupational brief
Software development technician occupational briefSoftware development technician occupational brief
Software development technician occupational brief
 
Project planning post your powerpoint – project planning in waypo
Project planning post your powerpoint – project planning in waypoProject planning post your powerpoint – project planning in waypo
Project planning post your powerpoint – project planning in waypo
 
Mit109 – software engineering
Mit109 – software engineeringMit109 – software engineering
Mit109 – software engineering
 
JDuffy.Recommendation.Report
JDuffy.Recommendation.ReportJDuffy.Recommendation.Report
JDuffy.Recommendation.Report
 
SE-IT MINI PROJECT SYLLABUS
SE-IT MINI PROJECT SYLLABUSSE-IT MINI PROJECT SYLLABUS
SE-IT MINI PROJECT SYLLABUS
 
007 a college of administrative and financial sciencesassignme
007 a college of administrative and financial sciencesassignme007 a college of administrative and financial sciencesassignme
007 a college of administrative and financial sciencesassignme
 
4.74 s.e. computer engineering (1)
4.74 s.e. computer engineering (1)4.74 s.e. computer engineering (1)
4.74 s.e. computer engineering (1)
 
A comparison between evaluation of
A comparison between evaluation ofA comparison between evaluation of
A comparison between evaluation of
 
Siminar ppt
Siminar pptSiminar ppt
Siminar ppt
 

Similar to Comp421 final project(students) new

BAIT1003 Assignment
BAIT1003 AssignmentBAIT1003 Assignment
BAIT1003 Assignmentlimsh
 
MNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docx
MNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docxMNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docx
MNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docxraju957290
 
eee499-gpc-meeting
eee499-gpc-meetingeee499-gpc-meeting
eee499-gpc-meetingslmnsvn
 
IT 700 Capstone Component 2 IT Project Report Guidelines a.docx
 IT 700 Capstone Component 2 IT Project Report Guidelines a.docx IT 700 Capstone Component 2 IT Project Report Guidelines a.docx
IT 700 Capstone Component 2 IT Project Report Guidelines a.docxaryan532920
 
1 Saint Leo University GBA 334 Applied Decision.docx
 1 Saint Leo University  GBA 334  Applied Decision.docx 1 Saint Leo University  GBA 334  Applied Decision.docx
1 Saint Leo University GBA 334 Applied Decision.docxaryan532920
 
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...IRJET Journal
 
Project DIE Lecture 23.pdfPr.docx
Project DIE Lecture 23.pdfPr.docxProject DIE Lecture 23.pdfPr.docx
Project DIE Lecture 23.pdfPr.docxwkyra78
 
Assessment Details and Submission Guidelines Unit Code .docx
 Assessment Details and Submission Guidelines Unit Code .docx Assessment Details and Submission Guidelines Unit Code .docx
Assessment Details and Submission Guidelines Unit Code .docxaryan532920
 
Major proj term3
Major proj term3Major proj term3
Major proj term3hccit
 
KING’S OWN INSTITUTE Success in Higher Education ICT.docx
KING’S OWN INSTITUTE Success in Higher Education    ICT.docxKING’S OWN INSTITUTE Success in Higher Education    ICT.docx
KING’S OWN INSTITUTE Success in Higher Education ICT.docxcroysierkathey
 
HND Assignment Brief Session Sept.docx
              HND Assignment Brief               Session Sept.docx              HND Assignment Brief               Session Sept.docx
HND Assignment Brief Session Sept.docxjoyjonna282
 
EU Horizon2020 proposal development by Anastasia Walter
EU Horizon2020 proposal development by Anastasia Walter EU Horizon2020 proposal development by Anastasia Walter
EU Horizon2020 proposal development by Anastasia Walter Anastasia Walter
 
Major proj term3
Major proj term3Major proj term3
Major proj term3hccit
 
CIS 331 Education Redefined / snaptutorial.com
CIS 331  Education Redefined / snaptutorial.comCIS 331  Education Redefined / snaptutorial.com
CIS 331 Education Redefined / snaptutorial.comMcdonaldRyan200
 
Gc edu 225 instructional technology entire course
Gc edu 225 instructional technology entire courseGc edu 225 instructional technology entire course
Gc edu 225 instructional technology entire courseThelmaSneed
 

Similar to Comp421 final project(students) new (20)

BAIT1003 Assignment
BAIT1003 AssignmentBAIT1003 Assignment
BAIT1003 Assignment
 
U4 A2-2.pdf
U4 A2-2.pdfU4 A2-2.pdf
U4 A2-2.pdf
 
MNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docx
MNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docxMNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docx
MNG81001 2017 Session 3 MARKING RUBRIC ASSESSMENT 4MNG81001 M.docx
 
eee499-gpc-meeting
eee499-gpc-meetingeee499-gpc-meeting
eee499-gpc-meeting
 
IT 700 Capstone Component 2 IT Project Report Guidelines a.docx
 IT 700 Capstone Component 2 IT Project Report Guidelines a.docx IT 700 Capstone Component 2 IT Project Report Guidelines a.docx
IT 700 Capstone Component 2 IT Project Report Guidelines a.docx
 
1 Saint Leo University GBA 334 Applied Decision.docx
 1 Saint Leo University  GBA 334  Applied Decision.docx 1 Saint Leo University  GBA 334  Applied Decision.docx
1 Saint Leo University GBA 334 Applied Decision.docx
 
Cwmd 2601 2020
Cwmd 2601 2020Cwmd 2601 2020
Cwmd 2601 2020
 
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
IRJET- Teaching Learning Practices for Metrology & Quality Control Subject in...
 
Project DIE Lecture 23.pdfPr.docx
Project DIE Lecture 23.pdfPr.docxProject DIE Lecture 23.pdfPr.docx
Project DIE Lecture 23.pdfPr.docx
 
UOC Bachelor's Degree in Techniques for Software Development - Guide for new ...
UOC Bachelor's Degree in Techniques for Software Development - Guide for new ...UOC Bachelor's Degree in Techniques for Software Development - Guide for new ...
UOC Bachelor's Degree in Techniques for Software Development - Guide for new ...
 
Assessment Details and Submission Guidelines Unit Code .docx
 Assessment Details and Submission Guidelines Unit Code .docx Assessment Details and Submission Guidelines Unit Code .docx
Assessment Details and Submission Guidelines Unit Code .docx
 
Major proj term3
Major proj term3Major proj term3
Major proj term3
 
KING’S OWN INSTITUTE Success in Higher Education ICT.docx
KING’S OWN INSTITUTE Success in Higher Education    ICT.docxKING’S OWN INSTITUTE Success in Higher Education    ICT.docx
KING’S OWN INSTITUTE Success in Higher Education ICT.docx
 
HND Assignment Brief Session Sept.docx
              HND Assignment Brief               Session Sept.docx              HND Assignment Brief               Session Sept.docx
HND Assignment Brief Session Sept.docx
 
EU Horizon2020 proposal development by Anastasia Walter
EU Horizon2020 proposal development by Anastasia Walter EU Horizon2020 proposal development by Anastasia Walter
EU Horizon2020 proposal development by Anastasia Walter
 
Major proj term3
Major proj term3Major proj term3
Major proj term3
 
Oose lab notes
Oose lab notesOose lab notes
Oose lab notes
 
CIS 331 Education Redefined / snaptutorial.com
CIS 331  Education Redefined / snaptutorial.comCIS 331  Education Redefined / snaptutorial.com
CIS 331 Education Redefined / snaptutorial.com
 
Ict3612 102 1_2018
Ict3612 102 1_2018Ict3612 102 1_2018
Ict3612 102 1_2018
 
Gc edu 225 instructional technology entire course
Gc edu 225 instructional technology entire courseGc edu 225 instructional technology entire course
Gc edu 225 instructional technology entire course
 

Recently uploaded

BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadIslamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadAyesha Khan
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncrdollysharma2066
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportMintel Group
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...lizamodels9
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 

Recently uploaded (20)

BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadIslamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample Report
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 

Comp421 final project(students) new

  • 1. College of Administrative and Financial Sciences Bachelor of Science in Business Informatics 2nd Trimester, AY 2020-21 FINAL PROJECT - COMP421* Instructions:  Answer ALL questions/requirements / Present what are required in the CASE STUDIES  Marks will be awarded for good presentation and thoroughness in your approach  NO marks would be awarded for the entire project if any part is found to be copied directly from printed materials or from another student.  Complete this cover sheet and attach it to your Case Study Output. Student Declaration: I declare that: I understand what is meant by plagiarism (illegal copying of one’s work) The implication of plagiarism is tantamount to cheating (work will get no pts.) This project is all my own work and I have acknowledged any use of the published and unpublished works of other people. Student’sSignature:………………………………….. Date:………………………….. Total number of pages including this cover page Program Course Section Time/Days Due Date Date Submitted BSBI COMP421* FA/FB/FC /FD 20 April 2021 Course Title COMPUTER PROGRAMMING 2 Student’s Full Name Professor’s Name DR PRIYANKA SURENDRAN FOR OFFICIAL USE ONLY Teacher’s/ Marker’s Comments Marking Scheme ILOs MARKS MARKS AWARDED Specifications C7 10 Documentation C7 10 Coding Standards C5 10 Runtime C6 10 Efficiency C6 10 Communication Skills/Presentation C8 5 Team member support C8 5 Teamwork C8 5 Quality of work C7 5 Marker’s Name Total Marks/ Marks Awarded 70 Signature Grade Equivalent
  • 2. College of Administrative and Financial Sciences Bachelor of Science in Business Informatics 2nd Trimester, AY 2020-21 Criteria Excellent (10-8) Good (7-5) Satisfactory (4-3) Unsatisfactory (2-1) Rating Specifications Completed 90-100% Completed between 80 – 90% Completed between 70 – 80 % Completed less than 70% Documentation Documentation explains what the code is accomplishing and how Documentation is somewhat useful in understanding the code Documentation is simply comments used for variables and headers Documentation includes few comments and does not help the reader understand the code Coding Standards Excellent use of variables (no global variables, unambiguous naming). Good use of variables (no global variables, unambiguous naming) Good use of variables (few global variables, unambiguous naming). Poor use of variables (many global variables, ambiguous naming). Runtime Executes without errors, excellent user prompts, good use of symbols, and spacing in output Executes without errors, user prompts are understandable, minimum use of symbols or spacing in output Executes without errors, userprompts contain little information, poor design. Does not execute due to errors, user prompts are misleading or non- existent. Efficiency Solution is easy to understand and maintain. Solution is easy to follow. A logical solution that is easy to follow but is not the most efficient Solution is inefficient Criteria Excellent (5) Good (4) Satisfactory (3) Unsatisfactory (2-1) Rating Communication Skills/Presentation Effectively exchanged ideas,used brainstorming for creative solutions to issues, had group commitment to a common goal and effectively planned a course of action. Proficiently exchanged ideas for coming up with solutions to issues, group commitment to a common goal and proficiently planned a course of actions Delivery time of information needed to be more smooth, exchange of ideas was limited Poor delivery and timing of information discussion needs to be more controlled and dynamic. Teamwork The project was carried out by more than TWO members The work load and variety on each member seems fair Leadership role being assumed by each The project was carried out by more than TWO members The work load and variety on each member seem fair Leadership role being assumed by The project was carried out by more than TWO members The work load and variety on each member does not seem to be fair or at least one member The project was carried out by more than TWO members The work load and variety on each member does not seem to be fair or at least one member has been assigned trivial non-technical tasks
  • 3. College of Administrative and Financial Sciences Bachelor of Science in Business Informatics 2nd Trimester, AY 2020-21 member for different tasks is evident each member for different tasks is NOT apparent has been assigned trivial non- technical tasks (e.g. writing the report) (e.g. writing the report) Team Member Support All members feel free to ask questions or for help from the other members. Proficient support is given by all the team members. Limited support given by the members of the team Team members were confused and not able to defend Quality of Work Professional Appearance, work is submitted on Time. It is systematic and met the requirements of the assignment. Elements of formatting have been proficiently used, Document needs further proofreading. Submission on time Elements of formatting have been sparingly used, Document was not proofread well, submission was delayed Poor work, submission was late. Did not meet the requiremnts exactly. TOTAL Comments/ Remarks:
  • 4. College of Administrative and Financial Sciences Bachelor of Science in Business Informatics 2nd Trimester, AY 2020-21 General Instructions: 1. Each group can have only 3students. 2. Please ensure that your work is not copied. Copiedwork will get zero marks. 3. No 2 groups should have the same program or outputs. 4. Bound hard copy of the word file of the project should be submitted on or before 20 April 2021 after which no marks will be awarded. 5. A presentation will be required for the final project and questions will also be asked regarding the output and the program. 6. Document and include the screenshot of the programs given in the Project. 7. Develop applications in Java to implement the following cases. 8. Use all the programming constructs necessary to get the desired output. 9. You are required to present and justify your output and submit the document as a report 10.Include sample outputs. Documentation Format: 1) The technical report should follow the given structure: a. Title Page: This should contain the name of your project, school year, trimester, the members of your group b. List of Contents: Table of Contents with page numbers c. Introduction: The technical report must include one-to-two paragraph. This is an overview of the report, a brief description of the programing structures used, and the reason why they were used, describe all the programs.
  • 5. College of Administrative and Financial Sciences Bachelor of Science in Business Informatics 2nd Trimester, AY 2020-21 d. Objectives of the program: Explain the main objective for this report and what is the purpose of this program e. Code: This should include the code of the program f. Output: Include the output of the program as a screenshot g. Conclusion: The result achieved from this project. 2) All paragraphs must be justified. 3) All Pages must be numbered. 4) The entire document should be in Arial 12 pt. 5) All section headings must be in Arial 16 pt QUESTION: 1. Write a program to create a Student Directory for the university using the following instructions: Create a class named Student with members : name (String), ID or and marks(int)Include the following methods. a. setdetails()---- to read name, ID and marks from the keyboard b. getdetails()---to print the name, ID and marks c. search()--- this methods accepts ID and displays the corresponding marks. d. edit ()—this method accepts IDand change the marks for this customer. 2. Complete the Java Applet called MySceneApplet by following the instructions here: a. Select the appropriate JFCs along with its methods to draw a picture in the Applet screen