Você está na página 1de 6

PBL​ ​topic​ ​1​ ​:​ ​Prediction​ ​of​ ​coin​ ​toss​ ​between​ ​two​ ​persons​.

Subjects : Java Programming Lab, Database Management System,


Applied​ ​Mathematics​ ​III Data​ ​Structures​ ​&​ ​Analysis

Description : Prediction whether coin toss will be head or tail on basis of


previous N tosses between two people using Bayes Theorem. Here
previous N Coin toss between two persons will be taken into consideration
to​ ​predict​ ​the​ ​N​ ​+1​ ​toss​ ​of​ ​each​ ​person.

Project should be implemented in Java where N previous coin toss result of


two person will be stored into database. Then when user want to predict
next toss he/she can see the prediction whether the result will be head or
tail.

PBL​ ​topic​ ​2​ ​:​ ​Simulation​ ​of​ ​conversion​ ​between​ ​two​ ​number​ ​system

Subjects : Java Programming Lab. Logic Design, Data Structures &


Analysis,​ ​Applied​ ​Mathematics​ ​III,​ ​Data​ ​base

Description : Demonstration of conversion of number from one number


system to another. Conversion of number from binary to decimal or
conversion​ ​of​ ​number​ ​from​ ​decimal​ ​to​ ​octal​ ​and​ ​so​ ​on.

Project should be implemented in Java which will allow the user to input a
number and select the option to which the user wants to convert the
number. User should be able to see the middle steps which are required in
conversions.Simple conversions of decimal(0-9) to all Radix/Base should
be​ ​stored​ ​in​ ​database
PBL​ ​topic​ ​3​ ​:​ ​Simulation​ ​of​ ​toll​ ​Plaza​ ​using​ ​Queue​ ​operation

Subjects​ ​:​ ​Java​ ​Programming​ ​Lab,​ ​Data​ ​Structures​ ​&​ ​Analysis​ ​and​ ​DBMS

Description : Simulating a toll plaza application. The Simulation will accept


the number of vehicles passing through toll plaza. The type of vehicles will
be automatically generated by random function. Concept of queue will be
used​ ​to​ ​redirect​ ​the​ ​vehicle​ ​to​ ​another​ ​toll​ ​booth​ ​if​ ​the​ ​queue​ ​is​ ​full.
All​ ​the​ ​details​ ​of​ ​vehicle​ ​passing​ ​the​ ​toll​ ​plaza​ ​will​ ​be​ ​stored​ ​in​ ​Database.

PBL​ ​topic​ ​4:​ ​Simulation​ ​of​ ​a​ ​race​ ​between​ ​two​ ​object​ ​with​ ​dice​ ​roll

Subjects : Java Programming Lab, Data Structures & Analysis, Applied


Mathematics​ ​III,​ ​Data​ ​base

Description : Simulating race between two people/object from start to end


point. Here from start to end point there will be 12 steps. And each step is
equivalent to dice number. When user one will roll the dice and he gets the
value as 5 then user1 will move 5 steps ahead. Same way if the user 2 roll
the dice and gets the value as 2 then user2 will move for 2 steps. So when
any user reaches the 12 step it will be declared as winner. Details of
player’s​ ​win​ ​loss​ ​records​ ​should​ ​be​ ​maintained​ ​in​ ​database.

Projet should be implemented in Java and applet should be used for


simulation​ ​of​ ​dice​ ​and​ ​movement​ ​of​ ​object​ ​from​ ​start​ ​to​ ​end​ ​point.

PBL​ ​topic​ ​5:​ ​Journal​ ​Finder

Subject : Java Programming Lab, Database Management System, Data


Structures​ ​&​ ​Analysis Applied​ ​Mathematics​ ​III

Description : To find the journal where user wants to publish his article.
User has to answer a series of questions and finally paste
abstract/summary to find the journal where one should publish the article.
Each question will have specific drop down list of answers and user will be
redirected​ ​to​ ​next​ ​question​ ​on​ ​basis​ ​of​ ​answer​ ​selected.

Project should be implemented in Java and database collection needs to


be generated where N journals details are added. Various parameters like
journal price,location,national/international and others should be taken into
consideration​ ​before​ ​user​ ​is​ ​provided​ ​the​ ​related​ ​journal​ ​name.

PBL​ ​topic​ ​6:​ ​College​ ​dropout​ ​prediction

Subject : Java Programming Lab, Database Management System, Data


Structures​ ​&​ ​Analysis Applied​ ​Mathematics​ ​III

Description : Predict the dropout percentage of college based on different


parameters such as current and previous marks,historical records of
previous​ ​dropout.

Project should be implemented in Java and database collection needs to


be generated which will consists of students marks ,who got dropped in
previous years as well as different characteristics associated with those
drop students like where they live , what is their background and other
parameters. By using the time series data prediction should be made for
current​ ​students​ ​in​ ​the​ ​college.

PBL​ ​topic​ ​7:​ ​Find​ ​Best​ ​student​ ​of​ ​the​ ​year

Subject: Java Programming Lab, Database Management System, Data


Structures​ ​&​ ​Analysis Applied​ ​Mathematics​ ​III

Description : To find best student of the college based on academics,


cultural, sports, social, code of conduct, and many more parameters which
can​ ​help​ ​out​ ​to​ ​know​ ​who​ ​is​ ​the​ ​best​ ​student​ ​of​ ​the​ ​year
Project should be implemented in Java where data of students needs to be
collected with all the required parameters to judge the best student. Certain
rules needs to be establish to sort and find out who will be the best student
from​ ​the​ ​list​ ​of​ ​students.

PBL​ ​topic​ ​8:​ ​Quiz​ ​Application

Subject: Java Programming Lab, Database Management System, Data


Structures​ ​&​ ​Analysis

Description : Quiz application which will provide students to take quiz for a
specific topic. Teachers will add the quiz data in the system and enable the
quiz for the students. Once student attempt the quiz his/her final score will
be​ ​displayed.​ ​Quiz​ ​will​ ​be​ ​of​ ​MCQ​ ​type.

Project should be implemented in java where student and teacher will have
different videos and student will be able to take quiz and teacher will be
able to add questions and answers for the quiz. Data should be stored and
retrieved​ ​from​ ​the​ ​database.

PBL​ ​topic​ ​9:​ ​Leave​ ​Management​ ​System

Subjects: Database Management System,Java Programming Lab,Data


Structures​ ​&​ ​Analysis

Description : The Leave Management System will allow the faculty of


college to apply leave through their system. Faculty will be able to see their
current leave balance and will have the option of applying leave. Once the
faculty applies for leave ,then his/her leave balance will be deducted. HOD
of department will be able to see the details of faculty who are on leave
today.
Project should be implemented in JAVA here faculty window will allow
faculty to apply for leave and check leave balance and data will be
maintained in database. The HOD window will allow the HOD to check list
of​ ​faculty​ ​who​ ​are​ ​on​ ​leave​ ​on​ ​the​ ​given​ ​day.

PBL​ ​topic​ ​10:​ ​Travel​ ​Planner​ ​System

Subjects: Database Management System,Java Programming Lab,Data


Structures​ ​&​ ​Analysis,Applied​ ​Mathematics​ ​III

Description: Make a system that allows users to put together their own little
travel itinerary and suggest points of interest, budget and schedule only for
Mumbai. Also depending on where user wants to spend more and where
he wants to spend less the suggestion may be given accordingly. For
example if user wants to spend more on food than places of great cuisine
must be suggested; if he wants to spend more on travelling then better
cabs​ ​may​ ​be​ ​suggested​ ​and​ ​so​ ​on.

Project needs to be implemented in Java where database collection needs


to be generated where all the tourist and important places needs to be
stored. User will be presented with best tourist destination on basis of users
likes​ ​and​ ​dislikes​ ​as​ ​well​ ​as​ ​other​ ​parameters​ ​like​ ​budget​ ​etc.

PBL​ ​topic​ ​11:​ ​Invoice​ ​generation​ ​with​ ​GST​ ​impact

Subjects: Database Management System,Java Programming Lab,Data


Structures​ ​&​ ​Analysis,Applied​ ​Mathematics​ ​III

Description: Generating invoice for the purchased products which will


provide information to users about before GST and current GST based tax
applied on the product. This will help the user to compare the price
changed​ ​and​ ​impact​ ​of​ ​GST​ ​on​ ​the​ ​given​ ​product.

Project should be implemented in JAVA where user when add the products
description will be able to see the complete invoice of the purchased
project with visualization of comparison between past and present tax
impact on product. Rules needs to be generated to calculate tax and
products​ ​details​ ​needs​ ​to​ ​be​ ​stored​ ​in​ ​the​ ​database​ ​for​ ​invoice​ ​generation.

PBL​ ​topic​ ​12:​ ​College​ ​Storeroom​ ​Inventory​ ​Management​ ​System

Subjects: Database Management System,Java Programming Lab,Data


Structures​ ​&​ ​Analysis

Generating inventory management system for college store room where


the user will be able to store the details of various items available in store
room as well as see the complete inventory of all the items available in
store​ ​room.

Você também pode gostar