Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Final Report Format for UK Univ.

Final Report Format for UK Univ.

Scheduled Pinned Locked Moved The Lounge
9 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    james_dixon_2008
    wrote on last edited by
    #1

    Hello :)Developers, Could anybody tell me the format for the Final Year Project...University said it should not exceed 60 pages. So I am creating a Software and i want to know what all details is necessary to include in Report. At any cost i want to get lot more than 2:1 in my Project. Software coding is going on fine but the main weightage is of Report i.e. 60% ...So please suggest me the correct and impressive way of doing that and scoring well. Thanks :) James.

    C G H 4 Replies Last reply
    0
    • J james_dixon_2008

      Hello :)Developers, Could anybody tell me the format for the Final Year Project...University said it should not exceed 60 pages. So I am creating a Software and i want to know what all details is necessary to include in Report. At any cost i want to get lot more than 2:1 in my Project. Software coding is going on fine but the main weightage is of Report i.e. 60% ...So please suggest me the correct and impressive way of doing that and scoring well. Thanks :) James.

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      james_dixon_2008 wrote:

      Could anybody tell me the format for the Final Year Project...University said it should not exceed 60 pages

      Really - Mine was around ~100 pages in all. And, there isn't a specific format. Your university should be giving you guidance. As a general rule it will probably contain: * Table of Contents * Table of diagrams * Table of figures * The content * Bibliography and other references (This bit is probably important)


      Upcoming FREE developer events: * Glasgow: Agile in the Enterprise Vs. ISVs, db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website

      1 Reply Last reply
      0
      • J james_dixon_2008

        Hello :)Developers, Could anybody tell me the format for the Final Year Project...University said it should not exceed 60 pages. So I am creating a Software and i want to know what all details is necessary to include in Report. At any cost i want to get lot more than 2:1 in my Project. Software coding is going on fine but the main weightage is of Report i.e. 60% ...So please suggest me the correct and impressive way of doing that and scoring well. Thanks :) James.

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        james_dixon_2008 wrote:

        Software coding is going on fine but the main weightage is of Report

        Just a thought - As it is the beginning of the academic year, I'm wondering why you are coding already. You should be at the design phase (and that is also an important part of the report).


        Upcoming FREE developer events: * Glasgow: Agile in the Enterprise Vs. ISVs, db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website

        G J 2 Replies Last reply
        0
        • J james_dixon_2008

          Hello :)Developers, Could anybody tell me the format for the Final Year Project...University said it should not exceed 60 pages. So I am creating a Software and i want to know what all details is necessary to include in Report. At any cost i want to get lot more than 2:1 in my Project. Software coding is going on fine but the main weightage is of Report i.e. 60% ...So please suggest me the correct and impressive way of doing that and scoring well. Thanks :) James.

          G Offline
          G Offline
          Gary Wheeler
          wrote on last edited by
          #4

          Shouldn't your professor / academic advisor be able to tell you that? Taking a guess, you should include the following items: - A problem statement: With student projects, you are usually posed a problem; describe it. - Background material: 'Prior art' in the problem area. This is a short description of previous solutions to the problem, if there are any. Include information on their shortcomings or constraints. - Solution description: A description of your solution to the problem. This is more of an algorithm description, rather than a description of your code. Try to include information on where you think this solution improves on the prior art discussed in the background material. - Implementation details: This is where you can describe portions of your code. Note that this should be limited to the 'interesting' parts (those specifically related to the problem) and shouldn't include boilerplate, utilities, etc. If it's pertinent, describe your implementation environment (tools, operating system, etc.). - Test description: How did you verify your solution? Did it succeed or fail? List your test cases or procedure. - Conclusion: Summarize your conclusions about your solution to the problem. List any 'lessons learned' and opportunities for future efforts or research. - References.


          Software Zen: delete this;

          J 1 Reply Last reply
          0
          • C Colin Angus Mackay

            james_dixon_2008 wrote:

            Software coding is going on fine but the main weightage is of Report

            Just a thought - As it is the beginning of the academic year, I'm wondering why you are coding already. You should be at the design phase (and that is also an important part of the report).


            Upcoming FREE developer events: * Glasgow: Agile in the Enterprise Vs. ISVs, db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website

            G Offline
            G Offline
            Gary Wheeler
            wrote on last edited by
            #5

            He may not be at the beginning of the academic year. When I was a senior, my schedule was totally screwed up due to curriculum changes. I took a special projects course in the fall, and then had to take a freshman chemistry course in the spring due to an accreditation change.


            Software Zen: delete this;

            1 Reply Last reply
            0
            • J james_dixon_2008

              Hello :)Developers, Could anybody tell me the format for the Final Year Project...University said it should not exceed 60 pages. So I am creating a Software and i want to know what all details is necessary to include in Report. At any cost i want to get lot more than 2:1 in my Project. Software coding is going on fine but the main weightage is of Report i.e. 60% ...So please suggest me the correct and impressive way of doing that and scoring well. Thanks :) James.

              H Offline
              H Offline
              hlmechanic
              wrote on last edited by
              #6

              I thought there was a report on the End of The World. I was woried for a while.:-D

              1 Reply Last reply
              0
              • C Colin Angus Mackay

                james_dixon_2008 wrote:

                Software coding is going on fine but the main weightage is of Report

                Just a thought - As it is the beginning of the academic year, I'm wondering why you are coding already. You should be at the design phase (and that is also an important part of the report).


                Upcoming FREE developer events: * Glasgow: Agile in the Enterprise Vs. ISVs, db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website

                J Offline
                J Offline
                james_dixon_2008
                wrote on last edited by
                #7

                It is beginning of year.. No Doubt.. but i have started doing few modules. And also managing the design part for the final output at the moment. Later on it would be easy to sum it up under one roof....

                1 Reply Last reply
                0
                • G Gary Wheeler

                  Shouldn't your professor / academic advisor be able to tell you that? Taking a guess, you should include the following items: - A problem statement: With student projects, you are usually posed a problem; describe it. - Background material: 'Prior art' in the problem area. This is a short description of previous solutions to the problem, if there are any. Include information on their shortcomings or constraints. - Solution description: A description of your solution to the problem. This is more of an algorithm description, rather than a description of your code. Try to include information on where you think this solution improves on the prior art discussed in the background material. - Implementation details: This is where you can describe portions of your code. Note that this should be limited to the 'interesting' parts (those specifically related to the problem) and shouldn't include boilerplate, utilities, etc. If it's pertinent, describe your implementation environment (tools, operating system, etc.). - Test description: How did you verify your solution? Did it succeed or fail? List your test cases or procedure. - Conclusion: Summarize your conclusions about your solution to the problem. List any 'lessons learned' and opportunities for future efforts or research. - References.


                  Software Zen: delete this;

                  J Offline
                  J Offline
                  james_dixon_2008
                  wrote on last edited by
                  #8

                  Great...Thanks for the info...:) Yeh Uni is starting in 2 weeks time and then i could ask them aswell..But its always better to know things before hand...

                  G 1 Reply Last reply
                  0
                  • J james_dixon_2008

                    Great...Thanks for the info...:) Yeh Uni is starting in 2 weeks time and then i could ask them aswell..But its always better to know things before hand...

                    G Offline
                    G Offline
                    Gary Wheeler
                    wrote on last edited by
                    #9

                    You're welcome, and good luck.


                    Software Zen: delete this;

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups