資源描述:
《畢業(yè)論文--C語言在線考試系統(tǒng)——自動(dòng)評(píng)分模塊》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、河北農(nóng)業(yè)大學(xué)信息學(xué)院本科畢業(yè)論文題目:學(xué)院:信息科學(xué)與技術(shù)學(xué)院專業(yè)班級(jí):計(jì)算機(jī)科學(xué)與技術(shù)0902班學(xué)號(hào):學(xué)生姓名:指導(dǎo)教師姓名:指導(dǎo)教師職稱:講師二O一三年六月一日摘要C語言是國際上廣泛流行的計(jì)算機(jī)高級(jí)程序設(shè)計(jì)語言,在各類高等院校的計(jì)算機(jī)及相關(guān)專業(yè)中,C語言均被列為一門必修的基礎(chǔ)課程。隨著計(jì)算機(jī)技術(shù)的日趨成熟,該課程的考核從傳統(tǒng)手工閱卷走向計(jì)算機(jī)自動(dòng)評(píng)閱。本文開發(fā)的C語言在線考試系統(tǒng),一方面實(shí)現(xiàn)了C語言課程考試的無紙化,節(jié)約了大量能源;另一方面,實(shí)現(xiàn)了部分題目的自動(dòng)評(píng)閱,降低閱卷的工作量,提高評(píng)閱過程中的公平性與準(zhǔn)確性。它為C語言教學(xué)提供了一套完備的自我測試系統(tǒng),也為學(xué)生的自主學(xué)習(xí)提供了
2、更好的支持。本系統(tǒng)主要對(duì)考試系統(tǒng)中的自動(dòng)組卷、考生考試及自動(dòng)評(píng)分模塊進(jìn)行了研究與設(shè)計(jì),我主要完成的是自動(dòng)評(píng)分模塊的功能實(shí)現(xiàn)。在設(shè)計(jì)系統(tǒng)的過程中,我們結(jié)合平時(shí)使用軟件的需求,對(duì)該項(xiàng)目進(jìn)行了界面的優(yōu)化,該系統(tǒng)設(shè)計(jì)成功后,經(jīng)過了一定量的測試,初步證明運(yùn)行穩(wěn)定,自動(dòng)評(píng)分準(zhǔn)確,評(píng)分標(biāo)準(zhǔn)統(tǒng)一,整體效果良好,具有一定的的使用價(jià)值。關(guān)鍵字:C語言在線考試系統(tǒng);自動(dòng)評(píng)分模塊;PHP;ApacheAbstractClanguageiswidelypopularinternationalhigh-levelcomputerprogramminglanguage,variousinstitutionsofhig
3、herlearninginthecomputerandrelatedprofessions,Clanguageareclassifiedasacompulsorybasiccourse.Ascomputertechnologymatures,thecourseoftheassessmentfromthetraditionalmanualscoringtowardthecomputerautomaticallymarked.ThisdevelopmentoftheClanguageonlineexaminationsystem,ontheonehandtoachieveapaperless
4、examinationoftheClanguagecurriculum,savingalotofenergy;theotherhand,toachievesomeofthesubjectautomaticallymarked,reducingtheworkloadofmarking,theprocessofimprovingReviewfairnessandaccuracy.ItisaClanguageteachingprovidesacompleteself-testsystem,butalsoforthestudents'self-learningprovidesbettersupp
5、ort.Thissystemismainlyforautomaticgenerationoftestsystems,andautomaticscoringmoduleexamcandidatesconductedresearchanddesign,Imainlytocompletetheautomaticscoringmodulefunctionimplementation.Intheprocessofdesigningthesystem,weusuallyusethesoftwarecombinestheneedsoftheprojectwascarriedouttooptimizet
6、heinterface,thesystemisdesignedsuccessfully,afteracertainamountoftesting,preliminaryevidenceofstableoperation,automaticscoringaccurate,unifiedscoringcriteria,theoveralleffectisgood,hasacertainvalueinuse.Keywords:Clanguageonlineexaminationsystem;automaticscoringmodule;PHP;Apache目錄1緒論11.1課題研究的背景及意義
7、11.2國內(nèi)外研究概況與發(fā)展趨勢(shì)11.2.1客觀性試題評(píng)測技術(shù)11.2.2主觀性試題評(píng)測技術(shù)22開發(fā)環(huán)境和開發(fā)技術(shù)22.1系統(tǒng)介紹22.1.1C語言在線考試系統(tǒng)簡介22.1.2自動(dòng)評(píng)分系統(tǒng)簡介22.2工具環(huán)境介紹32.2.1開發(fā)環(huán)境的選擇32.2.2PHP語言簡介32.2.3Apache簡介32.2.4MySQL簡介33需求分析43.1設(shè)計(jì)思想43.2可行性分析43.2.1操作可行性43.2.2技術(shù)可行性43.2.3經(jīng)濟(jì)可行性53.