Suggest me a title for the final project in computing.

In summary: I think if you enjoy math and enjoy problem solving, you'll do well in either field.i'm a b.tech student and m looking 4 a language to make
  • #1
supundika
6
0
Suggest me a title for the final project in computing.

Hi,
I'm studying for the final year of the Bsc degree in computing. And I have to submit a final year project title on this monday. And all the sugetions that I had were ignored by my superviser. I would be glad if anybody could suggest me a computing project title.
 
Last edited:
Computer science news on Phys.org
  • #2
mmm
3D physics based engine
3D engine for science or gaming.(BSPs)
Fractal Generations/ Plant Modelling/ Planetary Modelling
Genetic Algorithsm/Swarm intelligence
Numerical Software with GUI editor
GUI general application
Sound API usage
compact 3D illuminations exe's (64kb)
Something to do with Computational Geometry(Voronoi Diagrams, Convex Hulling)
Educaational Games for children
 
  • #3
Search engines are always good.
 
  • #4
Did you know that some states tax truckers' diesel fuel at the pump and never rebate it, while some states rebate some of the fuel taxes if the trucker buys more fuel in that state than he would use driving through it? (computed by the truck's mileage) I didn't know that until I was tweaking some custom-written accounting programming for a local long-haul trucking business specializing in coast-to-coast runs, much of it in perishables. I heard the owner's daughter explaining this to one of the drivers and telling him NOT to fuel up in New Hampshire again, even if the truck stop did give him a free lunch with his fill-up.

I asked if she would like to have a program written to keep track of the mileage, taxation rates, mileage-based rebates by state, etc, so she could reduce fuel costs, and she jumped at it. I never named the darned thing, but the dispatchers and the owner loved the program, and would have been pleased to pay for it even if I called it "WORTHLESS SNOT".

The moral: Your first task is to determine if there is a real-world need that you can design a program to address, then give the program a name and title your project appropriately. Just don't call the program "WORTHLESS SNOT" - that one's mine.
 
Last edited:
  • #5
A friend of mine created his own programming language for his comp science degree. Compiler and everything.
 
  • #6
Yeah, i also had to create my own language in my compilers class. I named it "Olive Oil". :smile: It was pretty hard, you have to build a context free grammar, make sure it is unambiguous, generate symbol table and action table, code the lexical analyzer, the semantic analyzer and then, on top of this, you have to generate low level code (assembly or machine code). That was the hardest class.
 
  • #7
hi job
im a 2nd yr b.tech student & m looking 4 creating a language
please help me in making 1
i recently hav studied c language
 
  • #8
Some projects from my final year class,
Neural Network Simulator
Golomb Ruler's problem and Distributed Computing
Web Email Client
Near Optimal Scheduling
Screen to Screen Communication (a teaching tool over intranet)

-- AI
 
  • #9
How about comparing some RFC's? for effectivness.

For example 2 routing protocols: IS-IS and OSPF, which are both link state, so are similar but one was built for the IOS protocol stack and the other for the IP stack..

Just an example.. but you could really analysis some RFC's and see where you could improve them, perhaps you could even contribute to the open source ideal and submit your ideas to the IETF..
 
  • #10
the_rock_says said:
hi job
im a 2nd yr b.tech student & m looking 4 creating a language
please help me in making 1
i recently hav studied c language

If you need help you need to be more specific, i don't have the time to go over the whole thing, it's quite an extensive/laborious project. There are some good books on compilers which guide you through all the steps you need. You better brush up on your "Theory of Computation" because it is essential.
 
Last edited:
  • #11
woohoo PDAs CFLs ugh funny how i took to simliar classes one from math and one from cs and i get an A+ on teh math version and a C+ on the cs vs argh. Langauge theory is fun stuff, but i much prefer NP vs P topics.
 
  • #12
I'm also taking two class this semester, one in math and one in cse that are absolutely equivalent, except in the cse version i actually have to code the algorithms. In math we only briefly, or not even, go over the algorithms. I'm doing well enough on both.
 

FAQ: Suggest me a title for the final project in computing.

What factors should be considered when choosing a title for a final project in computing?

When choosing a title for a final project in computing, it is important to consider the scope and focus of the project, as well as its relevance to the field of computing. The title should be concise, yet descriptive, and should accurately reflect the main purpose and objectives of the project.

Can the title of a final project in computing be changed after it has been submitted?

In most cases, yes, the title of a final project in computing can be changed after it has been submitted. However, it is important to check with your instructor or supervisor to ensure that any changes are approved and do not affect the overall evaluation of the project.

Should the title of a final project in computing be creative or straightforward?

This depends on the context and requirements of the project. In some cases, a creative title can make the project stand out and generate interest, while in others, a straightforward title may be more appropriate and professional. It is important to consider the purpose and audience of the project when deciding on a title.

Is it necessary to include technical terms in the title of a final project in computing?

Including technical terms in the title of a final project in computing can be beneficial, as it clearly communicates the subject matter of the project. However, it is not always necessary, and the use of technical terms should be balanced with the overall readability and understanding of the title.

Can a title for a final project in computing be changed during the course of the project?

Yes, a title for a final project in computing can be changed during the course of the project if necessary. As the project evolves and new insights are gained, it may be appropriate to update the title to better reflect the current focus and objectives of the project. However, it is important to communicate any changes to your instructor or supervisor.

Similar threads

Back
Top