• 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

Final year IT project ideas

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone

I want to develop a system for my final year project.I have to submit the project proposal first.
I prefer to develop a java based desktop application.
Can anybody suggest me what kind system should I develop for my final year project?


 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, we don't know what the scope of this project should be, nor what your abilities and interests are. I generally advise to work on something you're interested in, that makes it more likely that you'll stay engaged and will put in more work.
 
Ranch Hand
Posts: 750
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chess programs are always good fun to make, but it takes a lot of research before you can have something that plays reasonably well.
And it would also require a gui unless you used xboard or winboard or something like that.
Theres no end of improvements you could make, some people spend years on their chess engines.

You could make a simpler version with less pieces, but the 64 squares always works great with 64 bit cpus, 64 bit operating systems, and 64 bit variables (longs).
 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Final year project... hmm
Most indian colleges/institutes out here (your name seems indian to me ) need some kind of "system".
I suggest the following :

  • Stock management/ Inventory management
  • Purchase
  • Sales
  • Student management (e.g. for some classes/institute/college)
  • Library Book management
  • Ticking application (e.g. where one person raises a ticket for some issue and the IT team resolves the ticket)


  • If you want to go out of the box and do something really unique, you can think of uncharted territories that your friends have not thought about :
  • Your own network based file synchronization scheme
  • Your own encryption scheme
  • Your own hashing logic
  • Your own security based chat application
  • Your own ANYTHING


  •  
    I'm not sure if I approve of this interruption. But this tiny ad checks out:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic