Jun 27, 2002 - It consists of a ~3000-liter Teflon film âpillowbagâ reactor with a blacklight source. The Teflon film reaction bag was located inside a larger Teflon ...
FP: http://ec.europa.eu/research/fp7/index_en.cfm?pg=logos). The area ... education and creativity, integrating embodiment into technology-enhanced learning.
Jan 2, 2014 - would be cheaper for the countries served than for each of those countries to have their own centre. ... There was concern that if the country hosting the centre became ...... Also available from many 'value added resellers'.
Decker is simply my advisor, mentor, role model, and hands down the best ......
The IntelliMedia. Initiative at the Multimedia Laboratory of North Carolina State.
The Buffer GIS project was initiated by the Lake Erie Buffer Team to investigate
the ... the template that each county populated with their CREP information.
Oct 15, 2015 - Europeans (for instance, Eder, 2004; Llobera, 2003). These are supposed to result ...... Conference Heinrich, Hans-. Georg. Content Analysis Of ...
Feb 1, 2016 - Lloyd's Register. Gemma Innes-Jones. Doug Owen. Jose Gonzalez Celis ... University College London. Rachel Pawling. Alexander Piperakis.
Dec 16, 2015 - Commission on Social Mobility and Child Poverty Commission 2014; Scottish ... exchange seminar events, the Programme provided new insights and ... arts exhibition, in addition to dissemination through social media and to.
Jan 2, 2014 - medicines. Cardozo and Mugerwa (1972) carried out a retrospective survey of all ...... Queen H, Tapfumaneyi C, Lewis R (1999). The rising ...
ability and access to seed. Seed quality issues entail the needs for adaptation to production and storage condi- ...... Irene Keter Kipkeikei Agrover. Seed. Seller.
Jun 11, 2002 - Catholic Diocese of Shinyanga Agricultural and Rural. Development ...... Consulting Inc., Guelph, Ontario, Canada. 12 pp. MORRIS, M. (2002) ...
University, and Kevin Davis, now at Reaction Engineering International, in Salt Lake City, served ..... A Suntec mechanical pressure regulator was used. Nozzles ...
The coordinating institution was Educa International, o.p.s., which is a non-university ..... PB Higher Professional School of Management, Prague. ⢠University of ...
'established' categories of practice, policy, and wider social and economic impacts (Scoble,. Dickson, Fisher and Hanney, 2009) with the environment ...
which are producers of fermentation products. Research in the ...... A selection of organisms from the Chr. Hansen Culture Collection was also analyzed for their.
Retrying... COWRIE FINAL PROJECT IMPLEMENTATION REPORT_WebReport.pdf. COWRIE FINAL PROJECT IMPLEMENTATION REPORT_WebRepo
+. 1. R2C1. +. 1. R2C2. ) +. 1. R1R2C1C2. Mathematical model of active filter: â 1. 1. = V1. R2 + Z2. +. V1 â Vo. Z1 where, s=jÏ and Zn= 1/jÏCn.
Sep 1, 1999 ... radiative cooling concept currently being tested. ... In the technical assistance
area we provided systems engineering analysis, ... include homes built by Palm
Harbor Homes, Fleetwood, Southern Energy Homes, Cavalier and ...... SYS
Project website address: http://www.bambi-fet.eu ... organisms process information and perform basic inferences, to build completely new hardware based on ...
3 Project Methodologies, Results and Achievements. 7 ...... Thus, a high degree
of understanding of the HPX machine was achieved. Simulation and Play-in ...
purely computational project, the Ansys CFX 10.0 Computational Fluid Dynamics
package is used to determine the most physically realistic combinations of ...
Jun 15, 2005 ... Many thanks to Nikos Rizopoulos whose interest in this project was very
beneficial and helped design ... influenced my formal approach towards the
project and the abstract analysis on which the final design was ..... Example .
89 products - 6.1 Put on the market - Rapidly changing products and consumption ... Batteries, electrical and electronic equipment, vehicles and mining waste contain both significant ..... according to the ELV, BATT and WEEE Directives.
Jun 11, 2002 - Although the DEs, Protect-It and Dryacide come from North America, DE deposits also exist in ...... 2003/04 storage season at IAE, Harare (n=4).
This Examination interface aims at providing facility to conduct online
examination .... This Online Examination System developed using Javascript,
HTML, PHP.
FINAL PROJECT REPORT IMPLEMENTATION OF ONLINE EXAMINATION INTERFACE
Department Of Information Technology National Institute Of Technology - Durgapur IT-452 DATABASE MANAGEMENT SYSTEMS LABORATORY April-2009
Submitted By
Name: Tushar I. Ghosh Roll No: 07/IT/27 Registration No: 20070256 B. Tech (IV Semester)
1
Contents
1. Abstract
1
2. The Proposed System
3
3. Database Tables
7
4. Data Flow Diagram
9
5. Entity Relationship Diagram
11
6. Screenshots
13
7. Conclusion
17
8. Appendix
18
2
1. Abstract
1
This Examination interface aims at providing facility to conduct online examination world wide. It saves time as it allows number of students to give the exam at a time and displays the results as the test gets over, so there is no need to wait for the result. It is automatically generated by the server. It also thereby helps in saving resources- both human and natural. User can register, log in and give the test with his specific id, and can see the results as well. This application uses HTML,PHP,Javascript as front-end and My-SQL as back-end on the Apache Server Framework and supports HTTP protocol with English Language.
2
2. The Proposed System
3
This automated system consists of primarily two parts :a. The Frontend Webpage b. The Backend Database The application consists of an initial Login screen which asks for id and password to allow access to the test. For new students, there is an option for Signing Up by giving their Details. After Sign-Up, the Details are stored in the Database managed by MySQL. The Password is stored in “SHA1” Encryption Format, thereby adding to the security. Each time the student tries to Login the SHA1 equivalent of the enterd password is matched with that of the corresponding user-id in the Database, which if successful is allowed to continue to the Welcome Screen. The Welcome Screen has Provisions For Log-Out as well as giving the Test. If the option for the Test is selected, the user is directed to the Questionnare which is connected to the Question Generator Database, from where random Questions are generated using random function. This page also has an embedded Javascript code which maintains a timer, and redirects to the results page as soon as the time gets expired. The results are calulated comparing the input fom user to the answer stored in the database. The Score is stored by a Server-side Counter which displays the results. The result is then stored in the Results Database, where the track of attempted and correct questions are kept. Then the User gets the option to retry the test or to log-out from the session. The system of logging in/out of his/her account by user is handled by session variables in PHP. If the validation is successful, the value of the variable is changed to the user-id, thereby making the user log in to the examination interface. As soon as he logs out, the session expires. The portion of the code performing the above function is given below: