Check whether arrays are empty or not

Assignment Help Basic Computer Science
Reference no: EM13925720

Problem 1: Student class (60 %)

Student class description:

The student type should describe student's last name, first name, id ( letter 'N' followed by an 8-digit number), gpa (a real

number in the range of 0.0 to 4.0, a whole number of credits completed, and a single letter status indicating full time ('F') or

part time ('P'). All students should be full time by default, unless their status is changed.

The operations allowed should be the following:

• Create a new student given the first name, last name, id and status (gpa and number of completed credits both initialized to zero).

• Create a transfer student given the first name, last name, id, status, gpa and number of credits.

• Determine student's id.

• Determine student's name.

• Determine student's status.

• Determine student's gpa.

• Determine student's number of credits.

• Change student's status.

• Update number of completed credits for a student by adding the new number (for example credits completed in the current semester) to the current number of credits. The number of completed credits should never decrease. •

• Change student's gpa (replace the old value of the gpa with new one).

• Produce a string with student information in the following format:

LastName FirstName id status gpa numberOfCredits

Driver program: The driver program is a class with the main method that tests your class. You should make

sure that you class can handle the following situations:

1.Create a new student with valid first/last name, id, and status.

2.Create a new student with valid first/last name, id, and invalid status.

3.Create a new student with valid first/last name, invalid id, and valid status.

4.Create a new student with valid first/last name, invalid id, and invalid status.

5.Create a transfer student with valid first/last name, id, status, gpa and number of credits.

6.Create a transfer student with valid first/last name, id, status, invalid gpa and valid number of credits.

7.Create a transfer student with valid first/last name, id, status, gpa and invalid number of credits.

NOTE: In all of the above cases, you can assume that the first and last names are valid.

8.Change student's status from part time to full time.

9.Change student's status from full time to part time.

10.Change student's status from part/full time to an invalid status.

11.Change student's number of completed credits by adding a positive integer to the current number.

12.Change student's number of completed credits by adding a negative integer to the current number (this shouldnot decrease

the current number of credits).

After each test you should print the string with student information (using the format described above) for the student that was just modified.

SOMETHING TO THINK ABOUT: Think about how you would represent an entire database of students using

a Java class. What operations should that kind of database provide and how (insertions, deletions, queries, modifications of student data)?

Problem 2: ExamGrades class (40 %)

Write a class that can store a list of students and their exam grades. Your class should contain two arrays:

• an array of 100 student last names,

• an array of 100 student exam grades.

Initially both arrays are empty.

The class should have default constructor that does nothing.

The class should provide the following methods:

• add (... ) - adds new student and exam grade; this will add one entry to each array,

• getNumberOfStudents ( ... ) - returns the current number of students in the list

NOTE: the maximum number of students is 100,

• sortByName ( ... ) - sorts both arrays, so that they are arranged alphabetically

NOTE: whenever you move a name in one array, you need to move the grade in the other array

• sortByGrade ( ... ) - sorts both arrays so that they are arranged from highest exam grade to the lowest

NOTE: whenever you move a grade in one array, you need to move the name in the other array

• print ( ... ) - prints to the screen students' name and grade one per line (either unsorted, or in the order

that results from the last sort method used)

NOTE: if an add method is called after one of the sorts methods is called, the new student should be
added to the end of the current list.

This will produce a list that is no longer sorted.

Reference no: EM13925720

Questions Cloud

Depreciable assets and uncollectible accounts expense : To report useful financial information on a timely basis, accountants must make estimates of future results, such as salvage value and useful life of depreciable assets and uncollectible accounts expense (Edmonds, olds & McNair, 2012).
Determine the value of the position if the stock price ends : Regardless of whether the break forward is found to be fairly priced, determine the value of the position if the stock price ends up at 465 and at 425.
Population mean credit card : Formulate the null and alternative hypotheses to test for no difference between the population mean credit card charges for groceries and the population mean credit card charges for dining out.
Difference between intrinsic safety and fail-safe design : Discuss the difference between intrinsic safety and fail-safe design. Provide two examples of each. Which would be preferred under the hierarchy of controls
Check whether arrays are empty or not : Create a new student with valid first/last name, id, and status.
Partnership and a corporation : Going into business can be very tricky, especially if you are undecided as to what type of business you want. There are to choices that suite you two the best and that is Partnership and a corporation, I will be giving you both some information th..
Executive compensation with stock options : In recent months there have been many news stories in the press about executive compensation with stock options. This type of compensation occurs when an executive is granted the "option" to purchase the company's stock at a certain price sometime..
Data showing the results of six subjects on a memory test : What is the probability that you will make a Type I error given that the null hypothesis is true? The probability of type I error is actually alpha given that the null hypothesis is true so it is 0.01.
Customers in exchange for goods or services : The principle that (1) requires revenue to be recognized at the time it is earned, (2) allows the inflow of assets associated with revenue to be in a form other than cash and (3) measures the amount of revenue as the cash plus the cash equivalent ..

Reviews

Write a Review

 

Basic Computer Science Questions & Answers

  Business benefits that especially for you jewelers company

A technical term paper that I need done. Please include title page and reference page with references. This term paper needs to be in APA style. Include page numbers at the top right corner of each page.  The title page includes: title, name, date, c..

  Create and format charts that display overall grade

In this project, you will create and format charts that display your overall grade average for the courses that you are currently taking. You will create and format a 2-D column chart and a 3-D chart.

  Service level agreements

Write a short paper on Service Level Agreements. Pick a topic, do the research, use references, be careful about plagiarism, and have fun. Select a specific topic within SLAs, not a general definition.

  Preparations for construction of a housing development

Riverside Bayview Homes, Inc. (Riverside), owned 80 acres of low-lying marshland (wet-lands) near the shores of Lake St. Clair in Macomb County, Michigan. Riverside began to place fill materials on its property as part of its preparations for constru..

  A deck of cards consists of several card pairs

In the game of Memory, a deck of cards consists of several card pairs that have the same image. Cards are laid on the table face down in a grid and 2 players alternate in turning over two cards with the goal of finding a matching pair. The player wit..

  Design a table or matrix to perform

Design a table or matrix to perform your evaluation comparison. The evaluation criteria should include quality objectives and organizational capabilities and considerations, and should use some type of weighted priority scheme for ranking.

  What is the total efficiency of the protoco

What is the total efficiency of the protocol with these three nodes?

  Briefly discuss the various organizational approaches

1) As a member of an IT staff, how can you use social media to support e-commerce? You can search business websites to find good practices of using social media in e-commerce.

  Write a program that reads in the length and width

Write a program that reads in the length and width of a rectangular yard (in meters) and the length and width of a rectangular house (in meters) placed in the yard.

  How to developing a class for sorting and searching

This assignment will give you practice in developing a class for sorting and searching,with a specific application in mind. The class methods can mostly be implementedby adapting algorithms which you have seen.

  Circuit diagram of an adder that adds two 8-bit numbers

Draw the circuit diagram of an adder that adds two 8-bit numbers by cascading Adder modules that add two 2-bit numbers.

  Necessarily memorize to the best of the machine abilities

If a researcher uses computer models for studying the memorization capabilities of the human mind, do the programs developed for the machine necessarily memorize to the best of the machine's abilities? Explain.

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