80007 Advanced Java Assignment

Assignment Help Programming Languages
Reference no: EM132619039

80007 Advanced Java - Swinburne University of Technology

Assignment : Keyword Snippet Analysis

Introduction

The kind of assignments we are seeking is the one that has significant scope for the application of the subject's content. This is quite a challenge since we need a problem that has potential for the nice application of the java IO, data structures, collections, documentation and the computational strength to make performance a significant issue in the quality of the solution.

As a result, we have opted for a keyword snippet analysis problem. The system must be implemented in Java.

Logistics
This is an individual assignment.

The assessment of the assignment will be based on the presence of working features and on submission of the assignment according to the rules and deadlines.

The submission of the assignment will be in electronic form. All assignment files will need to be packaged into a SINGLE zip (such as Your-ID-FirstName-UG/PG-20S2-AJ- Assign1.Zip) file and submitted to the Assignment 1 link in the Canvas. If you are undergraduate student, please mention UG, otherwise PG. Your zip file should contain a text file named "readme.txt" which should be created with a text editor such as notepad++, not a word processor. This file will contain identification information (name, id, and subject id); instructions on how to run the assignment, a list of known bugs, the identification of help you have received from outside the group including code that you have obtained from other sources, an itemization of the assessment items completed with an estimate of what you think you will get for the assignment and any other discussion that is needed. Note that the way you can receive feedback on your progress in the subject is through your progress in the assignment; you should be able to have a fair idea of the mark you will get by what you have completed. You can also receive feedback and comments from your tutor.

Please note that this form of submission is not yet specified in the Assessment Details and Regulations.

Occasionally there will be problems with the submitted zip files; in such cases it is generally obvious whether the student has made a genuine attempt at the assignment and the student will be emailed and asked to resubmit the assignment. All students therefore need to retain a complete electronic copy of their work and maintain an up-to-date email address until they have received an assignment mark.

As an added precaution, check that it is possible to open the uploaded zip file from the Canvas.

A few days after the assignment deadline, the assignments will be marked; and it is expected that it will take at least 2 weeks after the deadline before the assignments will be marked.

The Problem

Keyword search systems have become an integral part of the data centric applications. The contemporary keyword search systems exploits the underlying data source statistics to recommend interesting and relevant content to the users.

The problem takes a list of keywords and a text file that contains pure text. We would like to exploit the so-called New I/O (or NIO) buffers and channels to read the text file content. Then, we copy the sections of the file that contains the defined keywords into the target text file. In fact, we extract the text snippets that contain the keywords of the keyword list.
Include the following methods in your solution:

• FileChannel with direct ByteBuffer
• FileChannel with indirect ByteBuffer
• Buffered Stream I/O
• Programmer-managed Byte-Array

The response time for all methods should be recorded in a separate text file. You should use a batch file to include the java commands and command line arguments (to run the experiments for each method) in addition to the Eclipse. The experiments can be done by varying the buffer size and the text file which is supplied to the java program. There can be 3 command line arguments for setting up the experiments.
For example: java programName methodName bufferSize textFileName.
Also, build an index by using data structures such as hash tables to store each keyword (as the key) with its associated snippets (as the values for the key).

The total mark for the Assignment 1 will be obtained by adding all the marks, dividing by 10, rounding up to the next whole number and then subtracting marks for acknowledged code > 10% of total, any penalties for lateness and the inclusion of unacknowledged code.

The order of the feature list is also designed as a suggestion for the order of development and will guide the order of presentation of the lecture material. Ideally, you should have all the theory before you start the assignment, but this is, of course, not possible. Therefore, we have sequenced the lecture material in order to support the development of the assignment as much as is practicable.

Keyword Snippet Analysis (200 marks)

1. Design and implementation of different methods.

2. Use of batch file containing java commands to do the experiments.

3. Use NIO and advanced java features as far as possible.

4. Use advanced data structure for indexing and exception handling.

5. Recording the time for each method and printing the results in a text file.

6. Include reasonable documentation according to the Javadoc standards.

7. A readme.txt file explaining features completed, expected mark and locating presence of codes from other sources.

Some suggestions

1. Regularly spend time for logic-building, design, codes and overall work.

2. Reflect your regularly explored tasks into your assignment.

3. There is quite a lot of works needed for the assignment. Please do not think you can leave the task until the last week before the deadline.

Attachment:- Advanced Java.rar

Reference no: EM132619039

Questions Cloud

Entire movie american factory : In your own words, how would you describe the culture of the US-born workers employed to work in the Fuyao factory?
Identify five to ten keywords for your library research : Identify five to ten keywords for your library research and explain your choices. Write a single-sentence thesis statement for your research paper and compare.
Compare universalism and relativism : Compare and contrast universalism and relativism. Evaluate how universalism and relativism affect global social corporate responsibility.
Evaluate how the risk could best be mitigated : As the world continues to become more global because of technological advances, the risks will increase. Evaluate how the risk could best be mitigated.
80007 Advanced Java Assignment : 80007 Advanced Java Assignment Help and Solution, Swinburne University of Technology - Assessment Writing Service - Design and implementation
Describes the impact of the error on the december : Describes the impact of the error on the December 31, 20x8 financial statements of Leslie? The company failed to accrue wages for the last 3 days of December
Horizontal integration and describe the structure : Name a company that practices horizontal integration and describe the structure.
How do make journal entry to record the conversion of bond : On December 31, Year 1, Action Corporation, How do Prepare the journal entry to record the conversion of the bond, December 31, Year 5.
Reflect on the idea of argument in an academic setting : Before drafting your initial post, take time to reflect on the idea of argument in an academic setting. Think about your own natural communication style.

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a solution to the fizzbuzz problem

Write a solution to the "FizzBuzz" problem. The FizzBuzz problem is a classic programming interview problem in which a range of numbers is examined to locate those numbers divisible by 3 and 5. If the number is divisible by 3, then print "Fizz." I..

  Identify entities of web site used for ordering a product

Identify a web site used for ordering a product or service and then identify the various entities. As an example when you go to Amazon.com and review products.

  Find the negation of each of statements

Use de Morgans law to find the negation of each of the subsequent statements - kwame will take a job in industry or go to graduate school.

  Develop a computer program that determines shipping costs

Develop a PAC and flowcharts for a program that does the warehousing company has contracted you to develop a computer program that determines shipping costs for items by size.0

  Write web application that will give report of balance

Write the web application that will give a report of the balance held in a visitor's account during past several months.

  Determine branch folding for unconditional branches

Determine the improvement from branch folding for unconditional branches. Assume a 90% hit rate, a base CPI without unconditional branch stalls of 1.

  Why are statistical programming languages important

Why are statistical programming languages important to data scientists? What are some advantages and disadvantages the R programming language has over.

  Write program that calculate and prints the monthly paycheck

Write a program that calculates and prints the monthly paycheck for an employee. The net pay is calculated after taking the following deductions: Federal Income Tax: 15%.

  Create class uses element array of digits to store integers

Create a class HugeInteger which uses a 40-element array of digits to store integers as large as 40 digits each. Provide methods input, output, add and subtract.

  Build a game solution for alice-in-the-wonderland

PRG1124: PRORAMMING PRINCIPLE The solution should have input data validation, and design using proper logic and data structure. You are required to use multi-subscripted array - You're encouraged to improve your code structure by using functions..

  Design program that uses cfswitch and cfcase structure

Your program must use the ColdFusion built-in function RandRange() to generate a random number between the ranges of 1 and 4, and assign this value to a variable called score.

  Smallest and largest values in element floating-point array

Copy 11-elemts array source into first portion of 34-element array sourceCopy. Find out the smallest and largest values in 99-Element floating-point array data.

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