You are on page 1of 6

1.

Use Mail Merge feature of word to do the following :


a. Create a data source with the following fields :
Title(Mr/Mrs),fname,lname,address line 1,city,pin,date,time,post_applied.
b. Enter 5 different records in data source.
The format of the letter is as follows :
To
<title> <fname> <lname>
<address line1>
<city> - <pin>

Dear <title> <lname>,


Your are requested to attend an interview for the post of <post_applied> at our office on
<date> at <time>.
With regards,
Mr.P.Biswas.
General Manager.
Post Details : Designation<Post_applied>
Salary :negotiable

2. Create a power point presentation document about your college containing 5 slides.
a. Information of college
b. Brief history of college
c. Courses available
d. Faculty,staffs and students
e. Results
f. End
Use different animations for each of the slide presentations and write the steps.

3. Create following table in MS-Excel

S I R Q A D N
l. tem ate uantity mount iscount et Amount
A
mount

1 S 1 7
hampoo 45

2 S 5 1
oap 0 0

3 P 9 1
owder 6 2

4 C 8 1
ream 5 0
T
otal

i) Calculate the fields Amount, Discount,Net Amount for each item .


ii) Calculate discount value using following Lookup table.

A D
mount iscount

0 1
0%

1 2
00 0%

5 2
00 5%

1 3
500 0%

2 3
000 5%

Use appropriate functions for calculations.

4. Create a bar Chart in MS-Excel with the data as follows . 5


Here is a chart given for the growth of the production region wise.

N Sout
Region orth h
Y
ear

1 20 15,0
960 ,000 00

1 27 45,0
975 ,000 00

1 67 66,2
990 ,390 30

2 77 44,2
005 ,120 00
Give suitable legends for the chart.

5. Create a MS-Excel Marks Sheet.

S N Marks T P G
l. ame otal Marks ercentage rade
O
btained

B E P C M B
eng ng hys hem ath io

1 S 4 3 6 5 7 6
.Ghosh 5 4 7 6 8 6

2 A 5 3 7 7 8 6
.Haldar 6 8 8 6 6 6

3 N 2 3 5 1 4 4
.Das 3 3 6 2 4 4

4 M 7 7 8 8 9 9
.Das 8 7 9 7 0 2

H
ighest

T
otal no
O
f failed
s
tudents

i) Calculate the fields Total Marks obtained,Percentage, Highest Marks for each subjects and total marks .
ii) Calculate Grade using following Lookup table.

M G
arks rade

0 F

3 D
3
4 C
5

6 B
0

7 A
5

9 A
0 +

iii) Highlight the marks with red that are failed(<34).


iv) Count no of students who are not qualified in each subject and in aggregate.

6. Do the following using MS-Office and write down the steps and take a print out of each of the documents:
a. Create your Bio-Data. Bio-Data should contain the following :
i. Personal Details(Name,contact no,Address etc.)
ii. Academic Qualifications(Name of exam,Board,Year of Passing,Div etc).
iii. Experiences(Name of organization,duration,job details etc).
iv. Extra curricular activities.
b. Use proper i) center-tab settings,ii) Tables settings,iii) Header/Footer settings.
c. Insert page no PAGE X of Y in footer.
d. Keep a space for photograph.
e. Font and size should be “Times New Roman-11”

7. Consider the following relations,where the primary keys are underlined:


CUSTOMER(CID,CNAME,CITY,PHNO)
ITEM(INO,INAME,PRICE,TYPE)
ORDER(ORDNO,INO,ORDDATE,QTY)
Write SQL commands to perform the following:
a. List the highest priced item.
b. Display names of the customers and the names of the items purchased by them.
c. Find out the items that have been ordered by “RAJIB ROY”.

8. Consider the following relations,where the primary keys are underlined:


SUPPLIERS(SUPID,SUPNAME,ADDRESS)
PARTS(PARTID,PARTNAME,COLOR)
TRANSACTION(SUPID,PARTID,COST)

Write SQL commands to perform the following:


a) Find the SUPID’s of suppliers who supply either some ‘red’ part or some ‘green’ part.
b) Count only the parts which are ‘red’
c) Find the SUPID’s of suppliers who did not supply any part.

9. Consider the following relations,where the primary keys are underlined:


BOOK(BOOKID,TITLE,AUTHOR,SUBJECT)
BORROWER(BID,BNAME)
BORROWS(BOOKID,BID,ISSUEDATE,RETURNDATE)

Write SQL commands to perform the following:


a) List all the books on ‘Physics’ and ‘Mathematics’.
b) Find the total number of Books in the library.
c) Find the names of the borrowers who have borrowed one or more books on ‘DBMS’.

10. Consider the following relations,where the primary keys are underlined:
CUSTOMER(CID,CNAME,CITY,PHNO)
ITEM(INO,INAME,PRICE,TYPE)
ORDERS(ORDNO,INO,CID,ORDDATE,QTY)

Write SQL commands to perform the following:


a. Create table for the all the schemas.
b. Insert 4 records in each of the table.
c. Find the names of the customers who have ordered the item of type ‘SOAP’.
d. Display the names of the customers who have purchased the highest priced item.
e. List the first three rows from the table ‘ORDERS’.

You might also like