You are on page 1of 6

T.Y.B.

COM COMPUTER SYSTEMS AND APPLICATIONS


PRACTICE QUESTIONS IN EXCEL
Q1. For the following worksheet write the steps to arrange the data in the descending order of
CITY.
A B C D
1 NAME CITY SALARY PHONE NUMBER
2 RATAN PUNE 12000 23456798
3 SOMA NAGPUR 15500 34521567
4 JIGNESH MUMBAI 18000 65432789
5 RUPA NAGPUR 9600 23412378
6 RATAN PUNE 22000 43215329

Q2. For the following worksheet write the steps to arrange the data in in the ascending order of
NAME.
A B C D
1 NAME DEPARTMENT SALARY PHONE NUMBER
2 RATAN STORES 12000 23456798
3 SOMA ACCOUNTS 15500 34521567
4 JIGNESH PRODUCTION 18000 65432789
5 RUPA ACCOUNTS 9600 23412378
6 RATAN PRODUCTION 22000 43215329

Q3. For the following worksheet write the steps to find DA as 130% of BASIC, HRA as 70% of
the BASIC and TOTAL as BASIC + DA + HRA.
A B C D E
1 NAME BASIC DA HRA TOTAL
2 RATAN 12000
3 SOMA 15500
4 JIGNESH 18000
5 RUPA 9600
6 RATAN 22000
7 SOMA 11600

Q4. For the following worksheet write the steps to find HRA as 75% of Basic, TOTAL as
BASIC + HRA and TAX as 20% of the TOTAL.
A B C D E
1 NAME BASIC HRA TOTAL TAX
2 ADITYA 52000
3 POOJA 38000
4 ANEESH 25000
5 VIJAYA 32000
6 RAVI 35000
Q5. For the following worksheet write the steps to find PF AS 12% of SALARY, TAX as 20%
of SALARY and NET as SALARY – PF - TAX.
A B C D E
1 NAME SALARY PF TAX NET
2 ADITYA 52000
3 POOJA 38000
4 ANEESH 25000
5 VIJAYA 32000
6 RAVI 35000

Q6) For the following worksheet find the Total and Average marks in column F and G.
A B C D E F G
1 ROLLNO TEST1 TEST2 TEST3 TEST4 TOTAL AVERAGE
2 44 56 49 56 60
3 54 76 87 78 80
4 58 66 70 52 72
5 60 87 54 79 67
6 70 45 65 76 70

Q7) For the following worksheet find simple interest in column D.


(Simple Interest = PxRxN/100)
A B C D
1 NAME AMOUNT PERIOD(YRS) S. INTEREST
2 HITEN 64000 2
3 WASIM 82000 4
4 JOE 52000 3
5 MINOO 100000 5
6
7 RATE 9%

Q8) For the following worksheet find the compound interest in column D.
(Compound Interest = Px(1+R/100)^N - P
A B C D
1 NAME AMOUNT RATE C. INTEREST
2 HITEN 67000 9%
3 WASIM 84000 8%
4 JOE 54000 10%
5 MINOO 30000 9.5%
6 SEEMA 45000 11%
7 RAMESH 36000 7.5%
8
9 PERIOD(YRS) 6
Q 9) For the following worksheet in Excel find ANNUAL SALARY and SAVINGS where
savings is 20% of MONTHLY SALARY.
A B C D
1 NAME MONTHLY SALARY ANNUAL SALARY SAVINGS
2 ADITYA 52000
3 POOJA 38000
4 ANEESH 25000
5 VIJAYA 32000
6 RAVI 35000

Q 10) For the following worksheet in Excel find Maximum & Total marks in the column F & G.
A B C D E F G
1 NAME ENG HINDI ECO TAX MAXIMUM TOTAL
2 GAWLI 65 69 66 48
3 HARSHA 64 49 52 66
4 SALMAN 72 69 78 81
5 JUDE 87 73 82 95
6 MENESE 54 49 31 24
7 RAJ 75 71 68 70

Q 11) For the following worksheet in Excel find TOTAL & AVERAGE marks.

A B C D E F G
1 NAME ENG HINDI ECO TAX TOTAL AVERAGE
2 GAWLI 65 69 66 48
3 HARSHA 64 49 52 66
4 SALMAN 72 69 78 81
5 JUDE 87 73 82 95
6 MENESE 54 49 31 24

Q 12) For the following worksheet write the steps to find HRA in column C where HRA is 20%
of basic pay or Rs.8000 whichever is more.
A B C
1 NAME BASIC HRA
2 RATAN 42000
3 SOMA 38000
4 JIGNESH 45000
5 RUPA 32000
6 HETAL 35000
Q.13 Consider the following worksheet showing the Sales of 5 persons. Write steps to find
Commission in column C where Commission is 6% of the Sales or 5000 whichever is more.
A B C
1 NAME SALES COMMISSION
2 ASIF 45000
3 REHANA 90000
4 SALMAN 25000
5 ANWAR 70000
6 AAMIR 100000

Q.14 Consider the following worksheet showing the Sales of 5 persons. Write steps to find
Discount in column C where Discount is 12% of the Sales or 4000 whichever is less
A B C
1 NAME SALES DISCOUNT
2 ASIF 45000
3 REHANA 60000
4 SALMAN 25000
5 ANWAR 70000
6 AAMIR 20000

Q.15 For the following worksheet write the steps to arrange the data in the descending order of
AGE.
A B C E
1 F NAME L NAME AGE SALARY
2 SALIM KHAN 45 45000
3 ANANT KULKARNI 30 30000
4 RAHUL SHAH 35 55000
5 AANA MEHTA 30 40000
6 RAJNI MEHTA 46 20000
7 ASHA SHAH 35 25000
8 AAMIR KHAN 45 55000

Q.16 For the following worksheet write the steps to arrange the data in the alphabetic order of
DEPARTMENT.
A B C D E
1 NAME DEPARTMENT AGE DESIGNATION SALARY
2 SALIM HR 30 MANAGER 45000
3 ANANT ACCOUNTS 23 CLERK 20000
4 RAHUL HR 21 CLERK 25000
5 AANA ACCOUNTS 29 MANAGER 50000
6 RAJNI ACCOUNTS 24 CLERK 20000
T. Y. B. COM. COMPUTER SYSTEMS AND APPLICATIONS
PRACTICE QUESTIONS IN MYSQL

1. Write MySQL statement to create a table called CONSUMER having the columns Consumer
Number( CNO, integer, primary key), Consumer Name(CNAME, character with variable width
25 columns, should not be empty), Type of Connection( TYPE, character with variable width 15
columns, with default entry ‘Industrial’) and Units Consumed( UNITS, integer).

2. Write MySQL statement to create a table called DEPOSIT having the columns Deposit
Number (DN, integer, primary key), Deposit Code (DCODE, character with variable width 10
columns), Amount (AMT, numeric, width of 10 including 2 decimals, positive) and Date of
Registration (DRT, date should not be empty).

3. Write MySQL statement to create a table called TAX having columns Permanent Account
Number (PAN, integer, primary key), name (NAME, character with variable width 25 columns),
city (CITY, character with variable width 20 columns with default value ‘Mumbai’), Taxable
income (INC, numeric, width of 10 including 2 decimals, positive) and income tax (ITAX,
numeric, width of 8 including 2 decimals).

4. Write MySQL statement to create a table called MARGIN having the columns Account
Number (ANO, integer, primary key), Account holders Name (ANAME, character with
variable width 25 columns), Gender (GEN, Boolean), Margin Amount (MARG, very large
integer, positive) and Date of account (DACC, Date).

5. Write MySQL statement to create a table called OFFICE having columns employee number
(EN, Integer, should be increased by 1 automatically, primary key), name of the employee
(NAME, character with variable width 25 columns), department name (DEPT, character with
variable width 20 columns, should not be empty), provident fund amount (PF, numeric, width of
8 including 2 decimals, positive) and date of deduction (DEDDT, date).

6. Write MySQL statement to create a table called ADMISSION containing the columns Roll
Number (RNO, integer, should be increased by 1 automatically, primary key), Student Name
(NAME, character with variable width 25 columns, should not be empty), Gender (GENDER,
Boolean), Date of birth (DOB Date) and Fees paid ( FEES, numeric, 5 integer 2 decimals).

7.Write MySQL statement to create a table called TAX containing the columns Permanent
Account Number (PAN, integer, primary key), name (NAME, character with variable width 25
columns), city (CITY, character with variable width 20 columns) and Taxable income (INC,
integer). Write MySQL statements to enter the following two rows of data in this table.

PAN NAME CITY INC


1234 ADITYA BANGALORE 180000
5678 UDAY MUMBAI 90000
8. Write MySQL statement to create a table called DEPOSIT containing the columns Deposit
Number (DN, integer, primary key), Deposit Code (DCODE, character with width 10 columns),
Amount (AMT, integer) and Date of Registration (DRT, date). Write MySQL statements to
a) Enter the following one row of data in this table.
DN DCODE AMOUNT DRT
9875 SAVINGS 195000 2005-11-29
b) Delete the row from this table where deposit number is 9875.

9. Write MySQL statement to create a table called CONSUMER having the columns Consumer
Number( CNO, integer, primary key), Consumer Name(CNAME, character with width 25
columns), Type of Connection( TYPE, character with width 15 columns) and Units
Consumed( UNITS, integer). Write MySQL statements to a) display all the rows from this table
b) display all the rows of the table where CNAME begins with ‘r’.

10. Write MySQL statement to create a table called DEPOSIT having the columns Deposit
Number (DN, integer, primary key), Deposit Code (DCODE, character with variable width 10
columns), Amount (AMT, integer) and Date of Registration (DRT, date). Write MySQL
statements to a) display Deposit Number & Amount where date of registration is after March 15,
2010. b) Display Deposit Number, Deposit Code and Amount where Amount is more than
500000.

11. Write MySQL statement to create a table called CONSUMER having the columns Consumer
Number( CNO, integer, primary key), Consumer Name(CNAME, character with variable width
25 columns), Type of Connection( TYPE, character with variable width 15 columns) and Units
Consumed (UNITS, integer). Write MySQL statements to a) Display Consumer Name & Units
Consumed where type of connection is Industrial. b) Display all the rows where units consumed
are more than 750.

12. Write MySQL statement to create a table called DEPOSIT having the columns Deposit
Number (DN, integer, primary key), Deposit Code (DCODE, character with variable width 10
columns), Amount (AMT, integer) and Date of Registration (DRT, date). Write MySQL
statements to a) display all the rows where Deposit Code is xyz123 b) delete all rows where
Amount is less than 100.

13. Write MySQL statement to create a table called ESAL having the following columns
Employee Number (ENO, integer, primary key), Employee Name (ENAME, character variable
width 25 columns), Date of Birth (DOB, date) and Salary (SAL, integer). Write MySQL
statements to a) display all the rows where employee is born before June 1, 1990 b) display all
the rows where employee name contains ‘y’.

You might also like