BAHRA UNIVERSITY ,WAKNAGHAT, SHIMLA HILLS HIMACHAL PARDESH A Minor Project Report On “Project title” Submitted in partial fulfilment for the award of the degree of “BACHELOR OF COMPUTER APPLICATIONS” From Bahra University, shimla hills (Session: 2021-22) Submitted To: Submitted By: Mr. ajay Kumar BCA 5th Sem Roll No: ACKNOWLEDGEMENT I would like to express my sincerest gratitude and indebtedness to the person who gave me a moral and technical support & whose kind assistance has been instrumental in completion to this industrial training. It gives me immense pleasure to own my humble gratefulness to my faculty ______________________for this indispensable guidance and providing necessary ideas and facilities to carry out this project. I would like to place on record my best regards and deepest sense of gratitude to ______________________________(Department Head), ____________________________(Project Guide), of college name of their careful and precious guidance which were externally valuable for my study both theoretically and practically. ]; CERTIFICATE This is to certify that the project work entitled “< is a bonafide work carried out by < > >in partial fulfillment of the requirements for the award of degree of Bachelor Of Computer Application by BAHRA NIVERSITY, WAKNAGHAT, under our guidance and supervision. The results embodied in this report have not been submitted to any other university or institute for the award of any degree or diploma. NAME OF THE GUIDE <DESIGNATION> StUDeNt’S DeclArAtioN I/We hereby declare that the work being presented in this report entitled “TITLE OF THE PROJECT” is an authentic record of my own work carried out under the supervision of The matter embodied in this report has not been submitted by me for the award of any other degree. Dated: 11-12-2023 Signature of student(s) Name: AJAY KUMAR BCA (5th Sem) This is to certify that the above statement made by the candidate(s) is correct to the best of my knowledge. Signature of HOD (Name: Signature Supervisor ) (Name: Name of the Department Designation Date: Name of Deparment ) // creating an array and passing the number, questions, options, and answers let questions = [ { numb: 1, question: "What does HTML stand for?", answer: "Hyper Text Markup Language", options: [ "Hyper Text Preprocessor", "Hyper Text Markup Language", "Hyper Text Multiple Language", "Hyper Tool Multi Language" ] }, { numb: 2, question: "What does CSS stand for?", answer: "Cascading Style Sheet", options: [ "Common Style Sheet", "Colorful Style Sheet", "Computer Style Sheet", "Cascading Style Sheet" ] }, { numb: 3, question: "What does PHP stand for?", answer: "Hypertext Preprocessor", options: [ "Hypertext Preprocessor", "Hypertext Programming", "Hypertext Preprogramming", "Hometext Preprocessor" ] }, { numb: 4, question: "What does SQL stand for?", answer: "Structured Query Language", options: [ "Stylish Question Language", "Stylesheet Query Language", "Statement Question Language", "Structured Query Language" ] }, { numb: 5, question: "What does XML stand for?", answer: "eXtensible Markup Language", options: [ "eXtensible Markup Language", "eXecutable Multiple Language", "eXTra Multi-Program Language", "eXamine Multiple Language" ] }, // you can uncomment the below codes and make duplicate as more as you want to add question // but remember you need to give the numb value serialize like 1,2,3,5,6,7,8,9..... // { // numb: 6, // question: "Your Question is Here", // answer: "Correct answer of the question is here", // options: [ // "Option 1", // "option 2", // "option 3", // "option 4" // ] // },