Conduct a research or development project

Assignment Help Python Programming
Reference no: EM133019026

GIS3005 Individual Project

The project, which will be within a Computer Science, Engineering or Electronics context, is designed to allow the student to apply what has been learnt throughout the course, and to demonstrate an ability to make valid judgements and to communicate them clearly. Through work on the project, students are able to provide evidence of personal initiative and independent thought. This will
provide a clear pathway to select the suitable study programme at Level 4.

Learning Outcome 1: Specify the nature of the problem being investigated, stating aims and objectives that are appropriate, realistic and achievable.
Learning Outcome 2: Conduct a literature review within the context of the problem.
Learning Outcome 3: Develop and apply appropriate academic theory and method in the resolution of the problem.
Learning Outcome 4: Evaluate alternative approaches appropriate to a defined problem.
Learning Outcome 5: Evaluate the research or development project and identify areas for further work.

A major part of the project should comprise of theoretical perspectives/research methodologies relevant to the area of study. The project may also include a major practical element.

The subject matter of the project should be selected by the student in consultation with a Project Co- ordinator. The project will be in the form of a report on the subject area covered and is to be accompanied by all other relevant analysis, design, implementation and primary source material.

ASSESSMENT DETAILS

This Individual Project is for level 3 block 2 students. The assessment is a coursework and weighted at 80%. Each student must SUBMIT a COMPLETE report based on the approved project topic. Students are advised to name the project report as Student ID. Make sure you reference (proper Harvard Referencing) any sources you have used to complete this coursework. Further, the students are expected to develop the following skills during the preparation of the coursework:
• Research skills. Students will be able to choose an appropriate research / software methodology for a particular project topic;
• Communication Skills. Students will be able to prepare a project report in a professional manner;
• Critical Thinking Skills and Cognitive Skills. Students will be able to reflect and analyse the issues and challenges he/she is facing during the project; and

• Specify the nature of the problem being investigated, stating aims and objectives that are appropriate, realistic and achievable.
• Conduct a literature review within the context of the problem.
• Develop and apply appropriate academic theory and method in the resolution of the problem.
• Evaluate alternative approaches appropriate to a defined problem.

• Evaluate the research or development project and identify areas for further work.

ASSESSMENT TASK

This individual project requires each student to conduct a research or development project as per the requirements described below. Each student is required to submit a project proposal including project title, objectives of the study, statement of the problem, research and software methodology, etc (refer to Project proposal form) to project coordinator in consultation with his/her supervisor. Students' project should belong to the current research areas of Computer Science and provide solution for the real-world problem of the research topic.

Students are required to submit an academic report on the subject area chosen. The report must be accompanied by relevant methodology, analysis, design, development, implementation, testing and evaluation of a project.

REQUIREMENTS:
At the end of Level 3 Block 2, the students must submit the following:
a. Academic Report. The report consist of sections (refer to project structure) with 3,200 words.
b. Research Ethics Form. Students should submit an research ethics form.

REPORT STRUCTURE

The report may contain recommended sections that are outlined below:

i. Title Page
ii. Acknowledgment
iii. Abstract (maximum of one page)
iv. Table of Contents
v. List of Figures
vi. List of Tables

Chapter 1. Introduction
1.1 Introduction and Project Background
1.2 Problem statement

1.3 Proposed Solutions
1.4 Scope and limitations of the Project
1.5 Diagram of current system (if applicable)

Chapter 2. Literature Review

2.1 Literature Review (minimum of 20 with proper citation)
2.1.1 Theoretical Review
2.1.2 Related Work
2.2 Synthesis

Chapter 3. Project Analysis
3.1 Investigation and Analysis
3.2 Research Methodology and Data Collection Procedure
3.3 Software Methodology
3.4 Specification Requirements
3.5 Hardware and Software Requirements
3.6 User Requirements
Chapter 4. Project Design

Note:

4.1 Design Objectives
4.2 System Overview and Design Constraint
4.3 Graphic Design / Interface Design
4.2 System Architecture (use case diagram, sequence diagram, package diagram)
4.3 Process Model
4.4 Data Model (if applicable)

Chapter 5. Project Implementation, Testing & Evaluation
5.1. Implementation Report (Screenshots and Discussion of the Implemented Functions)
5.2. Testing Report (Screenshots of the test cases along with the discussion of test results, refer to Functional requirements - minimum: 20 test cases)
5.3. Evaluation Report (User Evaluation)

Attachment:- IP Project.rar

Reference no: EM133019026

Questions Cloud

Compute the amount of net purchases : Goods purchased in transit FOB-SP on September 1 amounted to P4,000 while goods out on consignment were P2,400. Compute the amount of net purchases
Critical analysis of contemporary threats : What will be the critical analysis of contemporary threats and opportunities affecting enterprise and trade between Australia and the Asia-Pacific?
Recommend ways of dealing with the problems : GCTU over the years has instituted a policy on ensuring students' comply with the COVID-19 safety protocols on campus to boost the University's image. You have
Popularity of enterprise risk management : The growing popularity of Enterprise Risk Management (ERM) has given many organizations the opportunity to observe and experience the tangible advantages it can
Conduct a research or development project : Evaluate the research or development project and identify areas for further work and Evaluate alternative approaches appropriate to a defined problem
At what price will the margin call be issued : Stock ABC currently trades at $63.86. Initial margin requirement is 65% and maintenance margin requirement is 38%. At what price will the margin call be issued
What amount should be included in profit or loss : What amount should be included in profit or loss in 20X9 as a result of the reclassification of the equipment to property, plant, and equipment
How much is the total liquidation lost : X, Y and Z have capital balances of P80,000.00, P100,000.00, and P36,000.00, respectively, How much is the total liquidation lost
What is the price-earnings ratio of the company : No-Growth Industries pays out all of its earnings as dividends. It will pay its next $6 per share dividend in a year. What is price-earnings ratio of company

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd