合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

        代寫COMP3013、代做Java編程設計
        代寫COMP3013、代做Java編程設計

        時間:2024-12-11  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



        COMP3013 Database Management System
        Course Project Requirements
        2024 Fall
        Introduction
        This is a group project for four to ffve students.
        This project is to build up an dynamic website for a real-world application. It
        can be an information system for beauty parlor, kid’s training institutes, fftness
        centers, restaurants, etc. The topic is unlimited. You are free to choose anything
         you are interested.
        Requirements
        Front End Requirements
        1. Your website needs at least ten pages.
        2. The static pages can be implemented by HTML + CSS, while the dynamic
        contents can be handled by PHP and Javascript.
        3. Your website may include navigation bars, logo, footers, data validation,
        etc.
        4. There is no requirement on the opensource platforms. Using them can
        give you a fancy look to your website, but no extra marks.
        5. Your website needs to be deployed on an Apache server. Use XAMPP.
        6. Your website should allow user registration and login. At least two user
        types should be offered. For example, suppose you are building a bookstore
        website, your user types could be:
        ˆ owner
        ˆ registered user
        ˆ anonymous visitor
        17. Your website needs to include at least four features. The more features
        you have, the higher score you will earn. Feature is a workffow that can
        allow the user to perform a complete task. Take the example of bookstore,
        the features could be:
        ˆ The owner add new books to the store.
        ˆ The owner view purchasing data analysis, etc.
        ˆ The user orders books and leaves the books in the shopping cart.
        ˆ The user check out and pay.
        ˆ The owner, the user and the visitor search for books.
        Back End Requirements
        1. Your ER diagram should have at least 8 entities and 6 relationships.
        2. On average, each table must have no less than 10,000 records. There are
        at least two tables consisting of more than 50,000 records. (Note: Not all
        the records have to be real but they should be realistic. You may generate
        records using a program.)
        3. Your system takes less than 1 second to insert a record to any table.
        4. Your system takes less than 2 seconds to delete or search a record.
        5. Display the running time of your query on the webpage. You can use
        microtime() function in PHP.
        6. The logical design of the database must follow the normal forms (BCNF
        or 3NF).
        7. Use foreign keys. For example, the table student has students’ information
        and the table registration has courses registered by each student. If one
        tuple is removed from student, the corresponding tuple(s) will also be
        removed from registration.
        Presentation Requirements
        1. 10-12 minutes for each group.
        2. Make some good slides.
        Documentation Requirements
        1. Brieffy introduce the purpose of this project. You should deffne which
        real-life problem you are solving, address the difffculty of the problem,
        give the abstraction of the problem, and major goal of the project.
        2. List all front end functions that you have implemented.
        23. To design the database, you may need to make some assumptions for
        modeling because real-life problems sometimes do not provide enough information.
         But, all your assumptions have to be realistic.
        4. Your report must include your ffnal ER diagram and a brief description
        of each entity and relationship set.
        5. You need to give all functional dependencies and schemas.
        6. If your schemas are in the normal forms, explain why. If not, you need to
        decompose them and show the steps in detail.
        7. You need to describe the primary keys.
        8. Workload of each team member.
        Bonus (1% for each)
        1. Use BLOB to store pictures.
        2. Use triggers to implement constraints other than not null, primary key,
        unique, or referential. For example, the table student has an attribute
        credit showing the total credits earned by each student. Then, if a student
         ffnishes a course of 3 credits, his/her credit will be increased by 3
        automatically.
        3. Secure the connection. The administrator account of the database system
        has the highest authority of everythin in databases. If you use the administrator
         account to make the connection, it is not safe at all. For the
        security issue, your database connection can only access partial information
         subject to users authority.
        Tips
        For presentation and report:
        ˆ The presentation should follow the top-down procedure. Please start your
        presentation from the problem deffnition and assume that audiences know
        nothing about your project.
        ˆ Describe your database design on a high level, ER diagram for example.
        ˆ Highlight the critical points, constraints and triggers for example.
        ˆ Prepare some good slides.
        ˆ Do NOT make your presentation as function demonstration.
        ˆ Time is limited. You cannot show all details in a short presentation.
        Attract people’s attention by some shining gold.
        3ˆ A simple instruction for presentation can be found at “Project Presentation
         Guideline.docx”.
        For web design and implementation, you are referred to w3school. A set
        of startup codes is given in “DBPJ example.zip”. You can try to get it run ffrst.
        For XAMPP, Apache, phpMyAdmin, you are referred to Apache Friends.
        A simple tutorial is also given in “SQLLab.pdf”.
        For generating data, see “DataGenerator.zip”.
        Timeline
        To make sure that nobody starts working on the project in the last minute, we
        setup the following schedule.
        1. Oct. 20 - grouping. Students need to select teams on iSpace in 2 or
        3 people. Then, we will randomly pair two teams as one group of 4-5
        students. The number of teams of 2 or 3 people is limited on iSpace. First
        come ffrst serve! The grouping link will be available at 8pm Oct. 17 on
        iSpace.
        2. Nov. 10 - a problem description (5%, another 5% will be with the ffnal
        submission), about **2 pages long (11pt font size, single spacing, and
        default margin). You should deffne the problem that you are solving, why
        you are interested in this problem, the information that you want to model
        in your system, and the features that your system will include.
        3. Nov. 24 - the ffrst draft of the ER diagram (5%, another 5% will be with
        the ffnal submission).
        4. Dec. 1 - static webpage implementations (10%, another 10% will be with
        the ffnal submission). You only need to submit HTML and CSS ffles,
        which is the structure of the information system. All dynamic contents
        are replaced by static pages.
        5. Dec. 11∼17 - project presentation (20%). And in the night before it, you
        need to submit your presentation slides The presentation will be scheduled
        for sections differently.
        6. Dec. 22 - the ffnal submission, which includes
        ˆ the report,
        ˆ the ffnallized ER diagram,
        ˆ webpages, and
        ˆ your database (exported from the database server in the format .sql),
        only one ffle for all tables. Please double check your ffle because we
        cannot give you marks if your database cannot be imported into the
        system.
        **. Each partial submission worth 50% of the corresponding ffeld except the
        presentation. If you miss the DDL, you will lose marks.
        8. Don’t worry if your partial submission is not perfect. You can still improve
        it before the ffnal submission and ffght for the other 50%.
        Grading
        ˆ Report 30%
        – Problem Description - Partial Submission 5%
        – Problem Description - Final Submission 5%
        – ER Model - Partial Submission 5%
        – ER Model - Final Submisssion 5%
        – Logical Design - Final Submission 5%
        – Report Writing - Final Submission 5%
        ˆ Presentation 20%
        – Organization 10%
        – Oral Language 10%
        ˆ Website Implementation 20%
        – Partial Submission 10%
        – Final Submission 10%
        ˆ Database Implementation - Final Submission 30%
        ˆ Bonus 1% for each
        One group only submits one copy to iSpace by the teamleader. For partial
         submission, rename your ffles as “COMP3013 24F Group### fflename”,
        where “fflename” is one of the report, ER diagram draft, or PPT, and ###
        is your gourp number. And also rename your ffnal submission package as
        “COMP3013 24F Group###”.

        請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp


         

        掃一掃在手機打開當前頁
      1. 上一篇:菲律賓13a簽證如何申請(可以做生意嗎)
      2. 下一篇:代做CS-107、java程序語言代寫
      3. 無相關信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務+熱設計優化
        急尋熱仿真分析?代做熱仿真服務+熱設計優化
        出評 開團工具
        出評 開團工具
        挖掘機濾芯提升發動機性能
        挖掘機濾芯提升發動機性能
        海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
        海信羅馬假日洗衣機亮相AWE 復古美學與現代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
        合肥機場巴士2號線
        合肥機場巴士2號線
        合肥機場巴士1號線
        合肥機場巴士1號線
      4. 短信驗證碼 酒店vi設計 NBA直播 幣安下載

        關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
        ICP備06013414號-3 公安備 42010502001045

        日韩一区精品视频一区二区| 国产精品资源在线| 国产精品视频一区二区三区四| 亚洲麻豆精品国偷自产在线91| 日韩成人在线网站| 国产大片91精品免费看3| 国产伦精品一区二区三区不卡| 国美女福利视频午夜精品| 亚洲午夜精品久久久久久人妖| 国产麻豆精品久久一二三| 久久伊人精品青青草原日本| 亚洲性日韩精品国产一区二区 | 四虎永久在线日韩精品观看| 亚洲国产精品不卡在线电影| 久久精品中文字幕无码| 国产精品人人爽人人做我的可爱| 99热婷婷国产精品综合| 国产综合成人色产三级高清在线精品发布| 国产精品成人小电影在线观看 | 久久99精品久久久久子伦| 久久久久久国产精品mv| 国产l精品国产亚洲区在线观看| 国产色婷婷五月精品综合在线| 思99热精品久久只有精品| 国产综合成人色产三级高清在线精品发布 | 久久免费观看国产99精品| 精品国产福利久久久| 中文无码久久精品| 亚洲精品中文字幕乱码三区| 国产成人精品日本亚洲专区61| 手机在线观看精品国产片| 国精品午夜福利视频不卡 | 久久久久久亚洲精品影院| 国产精品真实对白精彩久久| 99久久久精品免费观看国产| 色噜噜精品视频在线观看| 国产99久久久国产精品小说| 久久水蜜桃亚洲AV无码精品| 国产精品麻花传媒二三区别| 国产自偷在线拍精品热| 手机日韩精品视频在线看网站|