Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Introduction to Object-oriented Analysis and Design Fall 2022 3. (5 points) Requirements analysis and Class Responsibility Collaborator (CRC) cards. You will design an application called
Introduction to Object-oriented Analysis and Design Fall 2022 3. (5 points) Requirements analysis and Class Responsibility Collaborator (CRC) cards. You will design an application called GoodMajor that could recommend university majors for high school graduates. A small innovation about GoodMajor is that it uses the high school graduate's Internet browsing bookmark file as a main source for inferring his interests. A bookmark file contains a list of its owner's favourite web page links and web page titles. A snippet of an example bookmark file is shown below. DT > A HREF=" https://www a alld atasheet , com/" ADDDATE=" 1598432974 " LAST_VISIT=" 1598940701 LAST_MODIFIED=" 1598940701 ICON_URI=" https://www, alldatasheet. com/favicon , ico"> ALLDATASHEET. COM - Datasheet search isite for Electronic Components and Semiconductors and other semiconductors, /A AT>1598940701" LAST_MODIFIED=" 1598940701" ICON_URI=" https://easyeda. com/favicon , ico" > EasyEDA - Online PCB design \& circuit simulator ADP A HREF=" https://www , anoob, com/python/python-chinese-encoding, html" ADDDATE=" 1598348592 LAST_VISIT ="1598940701" LAST _MODIFIED "1598940701" ICON_URI=" https://static . runoob. com / images /favicon,ico"> Python Chinese Encoding - Runoob Tutorial /A> Python Chinese Encoding - Runoob Tutoria DDPCA HREF=" https://www, oxfordlearneradietionartes. com/" ADDDATE-"1582269168" LAST_VISIT = " 1598940701 " LAST_MODIFIED=" 1598940701 " 1CON_URI=" https://www. oxfordlearnersdictionaries. com/external/images/favicon, ico"> Oxford Learner s Dietionaries Find definitions, translations, and grammar explanations at Oxford Learner's Dictionarien /A DDSCA HREE=" https://www . coursera , org/" ADD_DATE=" 1587867377 LAST_VISIT =1598940701 LAST_MODIFIED=" 1598940701 ICON_URI=" https://d3njjcbhbojbot. cloudfront.net/web/images/favicons/icon 194194, png" > Coursera Build Skills with Online Courses from Top Institutions /A> We believe that a bookmark file provides a more convenient and more accurate way for capturing its owner's interests than a form-based questionnaire. Of course, GoodMajor must respect the user's privacy. More specific requirements are listed below. - GoodMajor must extract title information (i.e., link text) from each item in the bookmark file. - GoodMajor must crawl the corresponding web page to better infer the graduate's interests. - GoodMajor must compute a recommendation score (ranging from 0 to 100) for each major in each university of this country for the high school graduate after he uploads his bookmark file. The recommended majors are sorted in descending order by the recommendation score. - GoodMajor must show the minimum admission criteria for each recommended major. Page 5 of 12 CONT'D... Introduction to Object-oriented Analysis and Design Fall 2022 (a) (2 points) What classes are you going to define for this software application? Name a few. (b) (3 points) Draw several CRC cards for your preliminary OO design. Remember the Single Responsibility Principle (SRP) while drawing the cards
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started