You are on page 1of 14

GHULAM ISHAQ KHAN INSTITUTE OF ENGINEERING SCIENCES AND

TECHNOLOGY

ES212: Digital Logic Design


Project Report
Title:
DIGITAL QUIZ SYSTEM

GROUP MEMBERS
NAMES REG NUMBERS
M. SHAH FAHAD 2020240
MUGHEES MEHMOOD 2020252

Instructor: Dr. Asad Mehmood


January 11th, 2022
Digital Quiz System

Summary
The digital quiz system is designed to minimize the error and to save the time. This system is
designed for an oral type of test or examinations, and it leads towards the accuracy of the
result. The system consists of a judge and four participants. In which a judge will ask a question
from the participants and the one who know the answer, will press the button first and then it
will be displayed on the 7-segment display (screen) that which participant have pressed the
button and he will answer the question. The one who presses the button first, only he will be
able to answer, then the other participants will not be able to give the answer. Which means at
a time only one participant can answer to a question. After giving answer to the question, the
judge will press his button and if the answer is correct the marks will be displayed on the 7-
segment display (screen) of the respective participant. If the answer is wrong, the judge will not
press the button which means the answer is incorrect and there will be no increment in the
marks of the respective participant. However, the whole circuit consist of two main parts. The
first part is for the participants and the second part is for the judge. In the first part the seven-
segment display is used to display the selected user and in the second part the seven-segment
display is used to display the corresponding scores of every participant.
The main purpose of the system is to:
 Save the time.
 Accuracy in the result.
 Promote digital system.
 Prevent cheating.

Page | 2
Digital Quiz System

Contents
1. Introduction.......................................................................................................................................5
First Part..............................................................................................................................................5
Second Part.........................................................................................................................................8
1.1. Background................................................................................................................................9
1.2. Objective.....................................................................................................................................9
1.3. Limitation.................................................................................................................................10
2. Methodology.....................................................................................................................................10
2.1. Initial Phase..............................................................................................................................10
2.2. Requirement Analysis..............................................................................................................10
2.3. Implementation and Testing Phase........................................................................................10
3. Feasibility.........................................................................................................................................12
3.1. Time Frame..............................................................................................................................12
3.2. Merits and Demerits................................................................................................................12
 Merits........................................................................................................................................12
 Demerits....................................................................................................................................12
4. Conclusion........................................................................................................................................12
5. Recommendation.............................................................................................................................13
6. References........................................................................................................................................13
7. Sustainable Development Goals......................................................................................................14
7.1. Introduction.............................................................................................................................14
7.2. Some Targets for Quality Education......................................................................................14

Page | 3
Digital Quiz System

Figures
Figure 1: OR Gate........................................................................................................................................5
Figure 2: NOT Gate......................................................................................................................................5
Figure 3: D-Type Register............................................................................................................................6
Figure 4: Priority Encoder............................................................................................................................6
Figure 5: Decoder........................................................................................................................................7
Figure 6: 7-Segment Display........................................................................................................................7
Figure 7: Circuit Part 1.................................................................................................................................8
Figure 8: Circuit Part 2.................................................................................................................................9
Figure 9: Circuit Implementation...............................................................................................................11

Page | 4
Digital Quiz System

1. Introduction
The digital quiz system selects one user from four users in a quiz competition and displays
their result using seven segment displays. The circuit is consisting of two major parts. The
first part is for the users and the second part is for the checker. In the first part of the circuit
the system will only choose the user who has toggled the bottom at first and allow the user
to answer, and now in the second part of the system the checker will decide whether to
increment the score or not based on the answer given by the user. Each part of the system is
connected with a seven-segment display. In the first part the seven-segment display is used
to display the selected user and in the second part the seven-segment display is used to
display the corresponding scores of every user.
First Part
The first part of the Digital Quiz System consists of:
1. OR Gates
Or gates are used in which any input or both inputs are high, the output will be
high.

2. NOT Gates
Not gates are also used in which if the
input is high the output will be low or if
the input is low the output will be high.

Figure 1: OR Gate

Figure 2: NOT Gate

3. REGISTER
A register is a combinational logic circuit which is used to store information of
more than one bit.

Page | 5
Digital Quiz System

Figure 3: D-Type Register

4. PRIORITY ENCODER
A priority encoder is used to detect the current active input in a circuit which has
the highest priority. When there is an input with high priority all the other inputs
with low priority will be ignored.

Figure 4: Priority Encoder

5. DECORDER
This used to convert the binary data into hexa-decimal.

Figure 5: Decoder

6. SEVEN-SEGMENT DISPLAY

Page | 6
Digital Quiz System

This is used the display the hexa-decimal number.

Figure 6: 7-Segment Display

Figure 7: Circuit Part 1

Second Part
The second part of the Digital Quiz System consist of:
1. COUNTER
This used to convert the binary data into hexa-decimal.

Page | 7
Digital Quiz System

2. DECODER
This used to convert the binary data into hexa-decimal.
3. SEVEN-SEGMENT DISPLAY
This is used the display the hexa-decimal number.

Figure 8: Circuit Part 2

1.1. Background
Digital quiz system refers to service as conduct digitalized quizzes and tests. It will replace
the paperwork and overcome the outcomes of traditional way of examinations using
papers or pens etc. It is digitalized platform that can be used by the administration of an
institute. This digitalized system is fully developed automated system is to efficiently
evaluate the participants progress that not only save the time but also gives fast result. It
is cost effective and time effective also. As it can be seen in non-digitalized system that
there were many errors and took time to perform a quiz.

1.2. Objective
The main objective of this project has been defined as we can know whether the goals of
the system have been achieved. There are following aims that determined the success of
this project.

 To develop a system that enables the student to respond a question quickly.


 To save the time.
Page | 8
Digital Quiz System

 Prevent cheating.
 To test whether it can help the lecturers in conducting a quiz.

1.3. Limitation
The system will only focus on verbal question and answers and quick response from the
student side. This can be used by any judge or lecturer and students.

2. Methodology
The detail of methodology is being used in designing a circuit on software. The project
methodology is an important because it help to organize in a scientific way to overcome
problems, structure, plan, and control the process of developing a digitalized quiz system.
When the project is fully completed it should be tested to make sure that it achieves its goal
and objectives.

2.1. Initial Phase


In this phase, all the activities are plan according to a given period to complete the
system. This begins with the brainstorming session which come up with different ideas
and the title for the project. From this session, the title for this project is decided which is
digital quiz system and. This system will be used to conduct a quiz, which will be verbal
and digitalized. Based on observation, it makes the system which is much needed and
helpful to lecturer and to the students.

2.2. Requirement Analysis


The material required for the digital quiz system is:

S. No Required Material Quantity


01 OR Gates 7
02 NOT Gates 8
03 Decoders 5
04 Encoders 5
05 Registers 5
06 Resisters 50
07 7-Segment Display 5
08 Wires 20 meters
09 Cutter 1
10 Bread Board 3

Page | 9
Digital Quiz System

2.3. Implementation and Testing Phase


This phase is important because the circuit is design in a proper way. Digital Quiz System
was built by using different ICs of different gates such as OR Gates and NOT Gates,
registers, decoders, and encoders. Firstly, the participant part was designed and then the
judge part or the lecturer part. After completing the circuit, it was tested to ensure the
system is working properly and meets the user requirements.

Page | 10
Digital Quiz System

Figure 9: Circuit Implementation

3. Feasibility
The feasibility of the project is described below.

3.1. Time Frame


Page | 11
Digital Quiz System

The time frame for the project was almost two months and the project was divided into two parts.
The first part of project was to design it on a software. Because if we design a circuit physical and
there is an error, so we are not able to extract error. First, we have design it on a software and run
a system on it. If the circuit is correct, the software will run and if there is an error during circuit
designing then the project will not run, and it will show error. The second part of the project is to
implement the circuit. This happens after the circuit is designed correctly on the software, then it
is easy to design a circuit physically.

3.2. Merits and Demerits


There are many advantages and disadvantages of digital quiz system, which have been discussed
as follow:

 Merits
The benefits of digital quiz system is:

 Environmentally Friendly.
 Economical.
 Quick turnaround time.
 Highly secure.
 Easy to use.
 Auto grading.

 Demerits
Looking toward the demerits of the system. Some of the demerits are given that:

 there is a chance of damage inside the circuit.


 a short circuit can lead towards the fire.
 a single connection can damage the whole circuit.
 Only one student can answer at a time.

4. Conclusion
The constrain of project and its development, future works that can be taken into
consideration and eventually conclusion will be discussed. The contribution of digital quiz
system is to support lecturers and students to conduct an oral type of quiz. This system can
be used by the lecturers to evaluate students effectively, efficiently, and perfectly. Besides
that, this system reduces the time for lecturers on grading students. In this system students
will automatically be graded at the end of the quiz. Moreover, this method is more effective
to prevent problem in manual quiz procedure.
This project more focus on the problems faced by the lecturers in manual system. For
instance, the losing of quiz papers, no pencil, and pens for checking. Also, the lecturer
spends his time in gradings. All these problems can be solved by introducing a digitalized quiz

Page | 12
Digital Quiz System

system. In which the students will not require to carry their pens and paper for the quiz, and
it is an oral type of quiz. To save the time of the lecturer the student will automatically get
their scores after the quiz. In addition, this kind of system can be replaced by the manual
system in order to increase the efficiency of the quiz management. The process to build up
this system takes a long time, so that the insufficient time problems should be faces and
solved. To ensure the good quality of the system the time management is most important to
build up a good system. In order to make sure the system can run well and meet the user
requirements; the improvement should be done, and the problem of insufficient time should
be solved.

5. Recommendation
The digital quiz system is not connected to any internet service so there is no chance for the
student to cheat from any source. So, when the proposal was submitted, it was highly
recommended to design such a system to conduct a quiz and is user friendly and easy to use.
Then observation, planning and working for the project was started. Project was very difficult
but interesting too. Discussion was made different ideas were shares between the group
members of the project and finally after a teamwork, project comes to end with success. But
it was observed that, the one who is sharp minded will get the question from the instructor
and will respond in no time.

6. References
1. DeSantis, T., Resolution versus Accuracy versus Sensitivity: Cutting Through the
Confusion, Eval. Eng., December 1998, pp. 10-16.
2. Sulman, D. L., Clock-Rate Testing of LSI Circuit Boards, Proc. 1978 IEEE Test Conf., pp. 66-
70.
3. Catalano, M. et al., Individual Signal Path Calibration for Maximum Timing Accuracy in a
High Pincount VLSI Test System. Proc. Int. Test Conf., 1983, pp. 188-192.

7. Sustainable Development Goals


7.1. Introduction
On 25th September 2015, a Sustainable Development Summit was held by the UN
members and states the agenda for 2030. The agenda includes a set of 17 Sustainable
Development Goals (SDG’s) to end the illiteracy, poverty, injustice, gender inequality and

Page | 13
Digital Quiz System

tackle climate change by 2030. The Sustainable Development Goals, also known as Global
Goals which are universal call to action to end poverty, protect planets and ensure that all
people enjoy a prosperity. These 17 Goals also includes a quality education for all.

7.2. Some Targets for Quality Education


 By 2030, ensure that all girls and boys complete free, equitable and quality primary and
secondary education leading to relevant and effective learning outcomes.
 By 2030, ensure that all girls and boys have access to quality early childhood
development, care, and pre-primary education so that they are ready for primary
education.
 By 2030, ensure equal access for all women and men to affordable and quality technical,
vocational, and tertiary education, including university
 By 2030, substantially increase the number of youth and adults who have relevant skills,
including technical and vocational skills, for employment, decent jobs, and
entrepreneurship.
 By 2030, eliminate gender disparities in education and ensure equal access to all levels
of education and vocational training for the vulnerable, including persons with
disabilities, indigenous peoples, and children in vulnerable situations.

 By 2030, ensure that all youth and a substantial proportion of adults, both men and
women, achieve literacy and numeracy.

 By 2030, ensure that all learners acquire the knowledge and skills needed to promote
sustainable development, including, among others, through education for sustainable
development and sustainable lifestyles, human rights, gender equality, promotion of a
culture of peace and non-violence, global citizenship, and appreciation of cultural
diversity and of culture’s contribution to sustainable development.

Page | 14

You might also like