• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Efffective ways to manage OO project ??

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know this question appeared in one of the previous posts, but the answer in that post chose all the four options as correct answers. I got this question in the mock test for IBM486.
Please tell me your opinion on my answer:
Question: Which of the following are effective ways to manage an OO project? (2 answers required)
a) Organize development teams along the lines of the packages.
b) Organize the scheduled tasks so that easy, low-risk items are addressed first.
c) Organize the test cases to follow the use case scenarios.
d) Organize the user's guide along the lines of the packages.
Answers: a, c.
Thanks in advance.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have answered the same: (a) & (c).
Answer (b) is incorrect, since High risk items need to be addressed first.
Answer (d) is incorrect, since user guide should typically follow use-case scenarios.
Reference : Larman's book.
[ January 29, 2002: Message edited by: Suresh Ray ]
 
knowledge is the difference between drudgery and strategic action -- tiny ad
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic