Reference no: EM133692902 , Length: word count:1000
Fundamentals of Programming
Assessment - Tasks Analysis
Your Task
This assessment is to be completed individually. In this assessment, you will develop a Python 3 program that uses ChatGPT to generate at least 20 records and five fields. Your program should incorporate all the topics covered.
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.
Utilising external libraries and resources to expand the functionality of a 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.
This assessment aims to achieve the following subject learning outcomes:
LO1 Interpret simple program specifications.
LO4 Use an integrated development environment to develop, debug and test a solution written in a programming language.
Example to generate ChatGPT Python code:
Input to ChatGPT
Output by ChatGPT
This dataset contains five fields: id (integer), name (string), gender (string), age (integer), and
salary (integer). Each record is represented as a sublist within the main list.
Assessment Instructions
Assessment instructions for this assessment:
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.
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.