0% found this document useful (0 votes)
45 views1 page

Final Exam 77

This is the final exam I had made to review trainees from a company training. The review tests competency in Java as a programming language.

Uploaded by

benackerman
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)
45 views1 page

Final Exam 77

This is the final exam I had made to review trainees from a company training. The review tests competency in Java as a programming language.

Uploaded by

benackerman
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/ 1

Seven-Seven Career Development Program Final Exam Managing projects isnt as easy as most people think it is, when

you have other people to assign tasks to and to easily remind them of what to do, and show their deadlines. Assume that you already have a set of users to assign tasks to, you are tasked to create a todo-list and a deadline board with the following flowchart process.

The following table lists the features and their subfeatures: Feature Name To-do List (20 pts) Deadlines Page (20 pts) To-do List Subfeatures Add a new To-do List (10 pts) Add a new Task (10 pts) Edit To-do List (10 pts) Edit Task (10 pts) Delete To-do List (10 pts) Delete Task (10 pts) Description A to-do list has two parts: List name and description. The Deadlines page shows you the set of tasks to be done for all days in the past up to the present date. This allows you to create a new to-do list. This allows you to set the Tasks assignee, due date and name. This allows you to change the name and description of the List. This allows you to change the name, assignee and due date of the task. This allows you to delete the list. This allows you to delete the task.

You might also like