Reference no: EM133757532 , Length: word count:1000
Fundamentals of Programming
Task
This assessment is to be completed individually. In this assessment, you will develop a Python 3 program that uses ChatGPT.
Assessment Description
The purpose of this assessment is to evaluate your ability to apply the programming concepts and techniques covered in the course to develop a practical application in Python. You will be required to use the ChatGPT to generate a minimum of 20 records with at least five fields (see example below) and process the data in your program using the concepts covered in Weeks 1-7. The outcomes that you will demonstrate in this assessment include:
Developing proficiency in the Python 3 language.
Applying knowledge of data structures and control flow to create a functional program.
Applying programming skills to develop an effective program.
To submit your assessment, you should create a single Python file and upload it to the LMS. Your Python file should be well-documented and include comments to explain the functionality of your code. You should also include a report with explanation of how you utilised ChatGPT in your program.
Learning outcome 1: Interpret simple program specifications.
Learning outcome 2: Use an integrated development environment to develop, debug and test a solution written in a programming language.
Assessment Instructions
Use the ChatGPT to generate a minimum of 20 records with at least five fields.
Develop a Python program that incorporates all the topics covered in Weeks 1, 2, 3, 4, 5, and 7 to process and manipulate the generated data.
Concepts that are not covered by end of Week 7 are prohibited.
The program must request for user input and user input data validation. Program must have user interactivity and choice for user to use the program for as long as they want.
Submit your Python program and a report outlining the details of your program, the ChatGPT details, the data generated, and the methods used to process and manipulate the data.
Ensure that your code is well-documented, with comments explaining the purpose of each line of code.
Your program should be efficient and error-free, with well-structured and optimised code.