• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java uml design and programming

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how we implement a piece of software to keep the track of which block on the surface of a disk are used,unused or damaged.A disk is divided into a number of tracks and and each track into a number of sectors.A block is identified, therefore, by giving both a track and sector number.the software should be able to report on the status of all blocks,list damaged blocks, and identify which tracks and which sectors contain damaged blocks
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, welcome to the ranch!

The best approach around here is to see how far you can get on your own then post some code or ideas and specific questions. At this point we have no idea how much of the assignment you are comfortable with and where you are stuck. So fill us in a bit ... how do you think you'll tackle this thing?
 
reply
    Bookmark Topic Watch Topic
  • New Topic