You are on page 1of 2

GDB Topic:

Sports events, like the upcoming FIFA World Cup Qatar 2022 (Qatar 2022 World
Cup), attract massive attention from every corner of the world. Just think, the last
edition of the tournament in Russia was watched by a combined 3.57 billion
viewers, equating to more than half of the global population aged four and over.
So, it is extremely important to take crucial steps for securing the data of the
football fans who are going to make ticket reservation for FIFA World Cup Qatar
2022, as data required for reservation includes financial and personal
information of the buyer.

Suppose you are a part of Qatar''''s best software team named "the Photon
Intelligence Team" and you are required to set up a detailed alert system
to secure the data of all the football fans who are coming to watch football
matches.
Identify the programming paradigm from the list given below to collect user data
for identification and authentication to allow them to come and watch football
matches, make sure to keep in mind the data security while choosing the paradigm
and justify your answer with proper reasons.
Object Oriented Programming Paradigm
Procedural Programming Paradigm
Instructions: 
1. You need to provide precise and to the point answer, avoid irrelevant details.
2. Material that is copied from the internet or another student will get zero marks.
3. You cannot participate in the discussion after the due date via email.
4. The GDB will open and close on specified date and time. Please note
that NO grace day or extra time will be given for posting comments on GDB.
SOLUTION:

In the given scenario, object oriented paradigm is the most suitable. As we need
to make the data of all those who are going to make ticket reservation more
secure, so object oriented paradigm provides us this facility. With data hiding and
abstraction, it is much easier to make the data secure. So, if we opt object
oriented paradigm for this purpose, all the personal information and credentials
of all the viewers will be safe from the outsiders and invaders. Encapsulation will
help to separate implementation from interface, by making the confidential
information of all the viewers private. In this way, data security can be made
possible. In contrast, procedural programming paradigm o ffers no such facility.

You might also like