CSC Project Merged
CSC Project Merged
1 ACKNOWLEGEMENT
2 INTRODUCTION
5 SOURCE CODE
6 OUTPUT
7 BIBLIOGRAPHY
PROJECT ON QUIZ SOFTWARE MANAGEMENT SYSTEM
INTRODUCTION
storing the data is a structured and schematic way it is a hectic task so in order to
tackle this problem we must have a data management system for this ,so this work
of software management will not only help you to store the data but will also help you
projects.
HARDWARE REQUIREMENTS
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
SOURCE CODE
import mysql.connector
mydb=mysql.connector.connect(host="localhost",user="root",pass
wd="manager",database="quiz_comp")
mycursor=mydb.cursor()
ans varchar(5000))")
print("QUIZ SOFTWARE")
print("1.questions")
print("2.participants")
print("3.scores update")
print("4.display")
if choice==1:
mycursor.execute(sql_in)
mydb.commit()
varchar(50),no_of_appearances_made int(10))")
if choice==2:
",'"+str(sql10)+"'"")"
print(sql_int)
mycursor.execute(sql_int)
mydb.commit()
14
#mycursor.execute("create table scores(reg_no int(5)
int(50),total_correct int(50),total_wrong
int(50),total_attempted int(50))")
if choice==3:
print(sql_insert)
mycursor.execute(sql_insert)
mydb.commit()
if choice==4:
data=mycursor.fetchall()
print(data)
OUTPUT
.BIBLIOGRAPHY
By John Zelle
4. Website: https://www.w3resource.com
***