Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question

Create student object class (Student.java)

  • Student objects should have the following attributes:
    • student name
    • major
    • class name
    • course id
    • grade
    • credits

Create Course object class (Course.java)

  • Course object should be the following attributes:
    • course id
    • instructor id
    • room id

Create testStudent class

  • Output
    • Create a report that has appropriate headings and 1 line of detail for each student record read in. Detail lines should include the following information:
      • student name,
      • class id,
      • Instructor id,
      • room id,
      • grade,
      • credits,
      • comment
  • Read student information, process the information and print an output line for each student record in the ClassesData.dat file. You will also need the CoursesData.dat file for courses information.
    • A second version of the data is available. You can use either version of these files. Just be sure to zip the data files your program solution uses, with your submission: NewCoursesData.txt ,   NewClassesData.txt 

The comments section of the detail line should display the String "Great Job!" if the student gets an 'A' grade.

Zip these five files into 1 zipped file named <yourlastname>Final(example watneFinal):

  • Student.java
  • Course.java
  • testStudent.java
  • ClassesData.dat
  • CoursesData.dat.

Submit the zipped file as an attachment.

 

ClassesData.dat:

1001Intro. to CompSci   4ALBERT, PETER A.    Comp Info System    A
1001Intro. to CompSci   4ALLENSON, SHEILA M. Comp Info System    B
1001Intro. to CompSci   4ANDERSON, ALENE T.  Comp Info System    A
1001Intro. to CompSci   4HENDRIX, JAMES D.   Lib Arts - MIS      C
1001Intro. to CompSci   4CANNON, FREDDY B.B. Comp Info System    B
1002Visual Basic        3ALBERT, PETER A.    Comp Info System    C
1002Visual Basic        3ALLENSON, SHEILA M. Comp Info System    D
1002Visual Basic        3ANDERSON, ALENE T.  Comp Info System    A
1002Visual Basic        3HENDRIX, JAMES D.   Lib Arts - MIS      B
1002Visual Basic        3CANNON, FREDDY B.B. Comp Info System    B
1003Cisco Networking I  4ALBERT, PETER A.    Comp Info System    C
1003Cisco Networking I  4ALLENSON, SHEILA M. Comp Info System    A
1003Cisco Networking I  4ANDERSON, ALENE T.  Comp Info System    A
1003Cisco Networking I  4HENDRIX, JAMES D.   Lib Arts - MIS      D
1004Cisco Networking III3ALBERT, PETER A.    Comp Info System    B
1004Cisco Networking III3ALLENSON, SHEILA M. Comp Info System    C
1004Cisco Networking III3ANDERSON, ALENE T.  Comp Info System    A
1004Cisco Networking III3CANNON, FREDDY B.B. Comp Info System    B
1004Cisco Networking III3HELLER, HELEN H.    Lib Arts - MIS      A
1004Cisco Networking III3HENDRIX, JAMES D.   Lib Arts - MIS      F

 

CoursesData.dat:

1001WATNE          BABCOCK134
1002KROSHUS        HORTON30
1003SCHILLINGER    LIBRARY118
1004SCHWANTZ       BABCOCK134

 

I use TextPad 8 so use that application to submit solutions, please.

 

Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education