Design A Library System - Flowcharts and Pseudocode
Design A Library System - Flowcharts and Pseudocode
Your Task
The library system contains a list of books with a book ID, book title and a signed-out value of which the ID and
title can be displayed to the user upon search. The user can then sign in and sign out books using the book ID
which then updates the signed-out value.
By the end of the lessons on flowcharts and pseudocode and through completing this project, you should:
• Your flowcharts clearly map out all the steps of the parts of the program you are designing
• Pseudocode aligns with your flowcharts as per conventions
• You are able to complete the design on time.
• Demonstrate your ability to work effectively within the context of a team to problem solve, collaborate and
communicate.
• Can explain why the use of flowcharts and pseudocode is important in design.