You are on page 1of 2

Sub: Computer Hooghly Collegiate School Full Marks: 10

Science Computer Assignment – 2022


Class – XII
Instructions:
1. Only PRINTED COPY will be submitted having SPIRAL / NORMAL BINDING book type.
2. All codes are must along with OUTPUT SCREEN-SHOT of all programs.
3. Follow this steps:
i) Title:
ii) Code:
iii) Output
4. Special credit will be given for answers which are brief and to the point. Marks will be deducted for spelling
mistakes.
5. Marks : Group – A; 3 , Group – B(PART-1); 3 , Group – B(PART-2); 4

Group – A (Answer any ONE)


A. Create a HTML webpage on any one of the following topics (Supporting pages which will be
tagged with it, are discussed in brackets.)
1. 75th year of Indian Independence:
 Remembering struggles before independence.
 Tribute to freedom fighters.
 Tribute to Indian army for their support to the nation.
 Tribute to other Indian personalities for their contribution in different
aspects.
2. Social awareness to fight against Dengue fever:
 Measures in fever at the primary stage and medical investigation.
 Measures in fever if detected.
 Social responsibilities to arrest spreading of Dengue fever.
Group – B
PART-1
B. Solve the following problems using Ms-Access :
1. PROJECT – 1: HOSPITAL DATABASE
Following tables are of a HOSPITAL DATABASE:
 Doctors [ DocID, DocName, Specialization, VisitDay, VisitTime, Address, Phn ]
 Patient [ PID, PName, PAddress, PPhone ]
 Test [ TestID, TestName, Specialization, TestCharge ]
 Report [ ReportNo, Date, PID, DocID, TestID, Remarks ]
 Visit [ VisitNo, Date, PID, DocID, Remarks ]
Create each of the above tables and set the primary key for each table as shown. Populate
each table with at least 10 tuples. Solve the following queries:

1
Sub: Computer Hooghly Collegiate School Full Marks: 10
Science Computer Assignment – 2022
Class – XII
Queries:
a) Display the name and Specialization of Doctors who visit on Wednesday.
b) Display the test details of all tests according to the Specialization.
c) Display the Patient name and Doctors name for all patients who had been
visited on 14/02/2014
d) Create separate report for a), b) and c).
PART-2
2. Write a C program to do the following:
Create a stack using linked list. Using standard stack function, insert six non-negetive
values into stack. POP out the values in DESCENDING order and print it. Write a
function to find and print how many prime numbers are there and print them.

3. Write a C program to implement a linear queue using array. Take 10 integer values of
three digit numbers as input in the queue. Write a function to find out separately the
sum of ODD numbers and EVEN numbers, as well, and print it.

Last Date of Submission: at the time of Practical


Examination, 2022, conducted by WBCHSE.

You might also like