MN404 – T3 2022 Fundamentals of Operating Systems and Programming

Need Solution - Download from here



MN404 – T3 2022 Assignment Help

Fundamentals of Operating Systems and Programming Assignment help

Assignment 3 Specification
The assessment gives the students an opportunity to showcase their skills learnt in this unit. It
provides a good learning of how to input and display data, lists, if statements, loops (while and for),
subprograms, saving to and reading from a .csv file, how to create a new user ID, how to the change
the generated passwords, display all user IDs, verified, validated etc. and code all the process. The
assignment enables the student not only to learn the concept and importance of user management
and its functions but also to implement it for real-time applications. It enables the students to apply
principles of abstraction and problem solving in an object-oriented programming language. Further,
it empowers the students to apply knowledge of programming constructs in managing the user IDs
and passwords.

Assignment description:
Your project group is responsible for designing, coding, testing, and debugging a user registration
program. At the beginning, the program should display the following message:

“Please enter your new username here: ”
The entered username will then be checked to see if it is already existing. If it is, the program will

display the following message:
“The username has already been used. Please select one of the following options: “
1) Enter a different username
2) Quit
If the user select option 2, the program will stop.
If the user select option 1, the program will display the following message again:
“Please enter your new username here: ”
If the entered username is still already existing, the program will go back to the above menu.
Otherwise, the program will display the following message:
“Please enter a valid password. A valid password should meet the following criteria:
it should be 8-12 characters.
it should include at least one uppercase letter.
it should include at least one lower case letter.

By |2023-02-03T12:16:22+00:00February 3rd, 2023|Categories: computer science|Tags: |0 Comments

Leave A Comment