Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
78 views17 pages

Cs Final Project 2

Uploaded by

dhineshravi223
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views17 pages

Cs Final Project 2

Uploaded by

dhineshravi223
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

VEDIC VIDYASHRAM SENIOR SECONDARY SCHOOL

Radhapuram Road, South Vallioor - 627117

COMPUTER PROJECT REPORT


ON
BINGO THE GAME!
Submitted in partial fulfilment of the requirement
Practicals of Senior Secondary (CBSE)
(2024-2025)

Submitted By :R.DHINESH

Grade :XII
CERTIFICATE

This is to certify that the Project Work entitled BINGO THE GAME
is the bonafide record of work done by R.DHINESH of Grade XI,
Exam No: ………in practical fulfilment of the practical classes of 12th
Standard during the Academic Year 2024-25.
He/She has taken proper care and shown utmost sincerity in
completion of this project as per the guidelines issued by CBSE.

DATE : INTERNAL EXAMINER

PRINCIPAL EXTERNAL EXAMINER


ACKNOWLEDGEMENT

❖ It is with a sense of gratitude, I acknowledge the efforts of the entire


host of well-wishers who have contributed in their own special ways
to the success and execution of this project.

❖ First of all, I express my heartfelt gratitude and indebtedness to my


school CORRESPONDENT, Mr.T.DURAISAMY, MCA, from
the bottom of my heart, for his unlimited support, motivation and
infrastructural aid rendered at all times.

❖ I would like to express my sincere thanks to my PRINCIPAL,


Mrs.A.SAHAYA PANIMALAR ANU, M.A, M.Ed, M.Phil,
M.B.A, for all her substantial valuable guidance and moral support
which has helped me to patch this project with undoubted success.

❖ I had been immeasurably enriched by working under the expert


supervision my subject teacher, Mrs.R.ANNIE JEBA PRIYA,
M.E, B.Ed, who has the knack for correcting and directing me in
every situation. I convey my special thanks to her.

❖ At last, I extend thanks with all my heart to the Teaching and Non-
Teaching staff who have assisted me constructively in my work.
DECLARATION

I hereby declare that the project work entitled BINGO THE GAME

submitted to the DEPARTMENT OF COMPUTER

SCIENCE,VEDIC VIDYASHRAM SENIOR


SECONDARY SCHOOL is a result of my own work and my

indebtedness to other work publications, references, if any, have been

duly acknowledged.

Date: Name:R.DHINESH
CONTENTS
PAGE
S.NO TITLE NO.

01 PROBLEM DEFINITION 06

02 OBJECTIVE 06

03 EXISTING AND PROPOSED SYSTEM

04 HARDWARE AND SOFTWARE REQUIREMENT 08

05 WORKING DESCRIPTION

06 CODING 09

07 OUTPUT SCREENS 11

08 CONCLUSION 16

09 BIBLIOGRAPHY 16
PROBLEM DEFINITION:
A bingo card consists of a 5 x 5 grid of numbers selected

from the following:

B: 1–15

I: 16–30

N: 31–45

G: 46–60

O: 61–75
Each column is represented by a letter. The letters across the top spell
B-I-N-G-O.
Each square gets a random number from the group.
The Bingo Game project is an implementation of a two-player
Bingo game using the Pthreadslibrary in C. The game allows
two users to input their own set of numbers into Bingo tables
andthen compares the tables to find common numbers

Objectives:

Implement a Bingo game in C.

Utilize Pthreads for concurrent execution of player input.

Ensure user-friendly interactions for inputting Bingo numbers.

Develop a mechanism to prevent duplicate numbers in Bingo


tables.
HARDWARE REQUIREMENTS:
I.OPERATING SYSTEM : WINDOWS 7 AND ABOVE

II . PROCESSOR : PENTIUM(ANY) OR AMD


ATHALON(3800+- 4200+
DUALCORE)

III. MOTHERBOARD : 1.845 OR 915,995 FOR PENTIUM 0R


MSI
K9MM-V VIAK8M800+8237R PLUS
CHIPSET FOR AMD ATHALON

IV. RAM : 512MB+

V. Hard disk : SATA 40 GB OR ABOVE

VI. CD/DVD r/w multi drive combo: (If back up required)

VII. FLOPPY DRIVE 1.44 MB: (If Backup required)

VIII. MONITOR 14.1 or 15 -17 inch

IX. Key board and mouse

X. Printer : (if print is required – [Hard copy])

SOFTWARE REQUIREMENTS:
Windows OS

Python
CODING
OUTPUT
CONCLUSION:

The Bingo Game project demonstrates the effective use of

multithreading in C programming.The implementation

achieves the project objectives by creating an interactive and


concurrentBingo game. The use of mutex ensures thread

safety during shared resource access.

BIBLIOGRAPHY:

website: https://www.geeksforgeeks.org/

https://en.wikipedia.org/

You might also like