Computer Lab - Practical Question Bank
FACULTY OF COMMERCE, OSMANIA UNIVERSITY
--- Content provided by FirstRanker.com ---
MANAGEMENT INFORMATION SYSTEM PRACTICAL QUESTION BANK
Time: 60 Minutes
Record : 10
Skill Test : 15
Total Marks : 25
--- Content provided by FirstRanker.com ---
MS ACCESS:
- Create a Student Table in MS-Access with the following features:
- Roll Number
- Student Name
- Class
- Marks in Subject 1, Subject 2, Subject 3
- Total
- Average
- Result
--- Content provided by FirstRanker.com ---
- Create a Personal Information table in MS-Access with the following fields:
- First Name
- Middle Name
- Last Name
- Nationality
- Gender
- Temporary Address
- Permanent Address. Generate a Form and Report.
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---
- Create an Inventory table in MS-Access with fields:
- Product ID
- Product Name
- Product Quantity
- Product Price
--- Content provided by FirstRanker.com ---
- Create a database 'College' and table 'Student'. The following are the details of the table:
Number Fname Lname Address Home phone Joining date 101 Ram Prasad 11-1-963/A, Banjara Hills, Hyderabad 040-23343256 02/06/2016 102 Shyam Singh 12-1-254/B, Sultan Bazar, Hyderabad 040-23345679 05/06/2016 103 Ankur Agrawal 11-2-667/A, Vidhya Nagar, Hyderabad 040-23358796 03/06/2016 104 Ramesh Sharma 10-2-340, Road No.12, Banjara Hills, Hyderabad 040-23389745 04/06/2016 105 Harish Shekhawat 15-4-633/A, Begum Bazar, Hyderabad 040-23356486 02/06/2016 - Create a database 'Student'. Also create table 'studtable' and execute the following queries
--- Content provided by FirstRanker.com ---
SRollno | Sname | English | SL | FA-I | BE | BOM | IT |
---|---|---|---|---|---|---|---|
101 | Rajendra | 75 | 85 | 90 | 85 | 86 | 90 |
102 | Arvind | 88 | 75 | 95 | 80 | 82 | 85 |
103 | Krishna | 89 | 77 | 82 | 78 | 82 | 86 |
104 | Harish | 75 | 72 | 70 | 65 | 60 | 77 |
105 | Rajesh | 86 | 85 | 81 | 80 | 89 | 90 |
- Sort the data by Sname.
- Calculate Total Marks of Individual Students.
- Calculate Percentage Marks of Individual Student.
- Create a database 'Student1'. Also create table 'stdtable' and execute the following queries
--- Content provided by FirstRanker.com ---
SRollno | Sname | English | SL | FA-I | BE | BOM | IT |
---|---|---|---|---|---|---|---|
101 | Rajendra | 75 | 85 | 90 | 85 | 86 | 90 |
102 | Arvind | 88 | 75 | 95 | 80 | 82 | 85 |
103 | Krishna | 50 | 52 | 58 | 50 | 53 | 54 |
104 | Harish | 52 | 55 | 51 | 56 | 57 | 59 |
105 | Rajesh | 86 | 85 | 81 | 80 | 89 | 90 |
- Display all Students who got >=80 Marks in Any Subject.
- Display all Students who got >=80% Marks in Total
- Display all Students who got <=60% Marks
- Create a database 'Student2'. Also create 'stdmarks' and execute the following queries
SRollno | Sname | English | SL | FA | BE | BOM | FIT |
---|---|---|---|---|---|---|---|
101 | Rajendra | 22 | 20 | 23 | 20 | 23 | 20 |
102 | Arvind | 20 | 21 | 20 | 23 | 20 | 20 |
103 | Krishna | 50 | 52 | 58 | 50 | 53 | 54 |
104 | Harish | 52 | 55 | 51 | 56 | 57 | 59 |
105 | Rajesh | 85 | 81 | 80 | 89 | 90 |
- Display All the students who got <25 in individual subject.
- Display all the students who are Failed in individual Subject.
- Increase marks by adding 5 marks whose marks are <25.
--- Content provided by FirstRanker.com ---
- Create a database 'Student3'. Also create table 'stdmarks1' and execute the following queries
SRollno | Sname | English | SL | FA | BE | BOM | FIT |
---|---|---|---|---|---|---|---|
101 | Rajendra | 90 | 95 | 92 | 90 | 88 | 90 |
102 | Arvind | 48 | 52 | 48 | 50 | 53 | 54 |
103 | Krishna | 85 | 88 | 89 | 85 | 95 | 90 |
104 | Harish | 12 | 10 | 15 | 12 | 10 | 15 |
105 | Rajesh | 60 | 66 | 75 | 77 | 65 | 79 |
- Update table by adding Grade as per the following:-
- Total %age >=90% Grade “E”
--- Content provided by FirstRanker.com ---
- Create 'Employee' database and table 'Emp'
Empno | Ename | Designation | Deptno | DOJ | Basic Salary |
---|---|---|---|---|---|
101 | Ajay | Manager | 10 | 12/12/2001 | 25000 |
102 | Arvind | Dy. Manager | 40 | 20/02/2002 | 20000 |
103 | Rahul | Programmer | 20 | 22/03/2001 | 18000 |
104 | Hari | Mktg. Officer | 40 | 01/04/2001 | 15000 |
105 | Sahil | Accountant | 10 | 20-09-2000 | 12000 |
- Calculate DA as 40% of Basic Salary.
- Calculate Hra as 15% of Basic Salary.
- Calculate PF as 12.67% of Basic Salary
- Calculate Gross Pay = Basic Salary + DA + HRA
- Calculate Net Pay = Gross Pay – PF.
--- Content provided by FirstRanker.com ---
- Create 'Employeel' database and table 'Emp]
Empno | Ename | Designation | Deptno | DOJ | Basic Salary |
---|---|---|---|---|---|
101 | Ajay | Manager | 10 | 12/12/2001 | 25000 |
102 | Arvind | Dy. Manager | 40 | 20/02/2002 | 20000 |
103 | Rahul | Programmer | 20 | 22/03/2001 | 18000 |
104 | Hari | Mktg. Officer | 40 | 01/04/2001 | 15000 |
105 | Sahil | Accountant | 10 | 20-09-2000 | 12000 |
- List all the Imployees Who are working in Dept no.10
- List all the Employees who get less than 20000 Salary.
--- Content provided by FirstRanker.com ---
- Create 'Employee2' database and table 'Emp2'
Empno | Ename | Designation | Deptno | DOJ | Basic Salary |
---|---|---|---|---|---|
101 | Ajay | Manager | 10 | 12/12/2001 | 25000 |
102 | Arvind | Dy. Manager | 40 | 20/02/2002 | 20000 |
103 | Rahul | Programmer | 20 | 22/03/2001 | 18000 |
104 | Hari | Mktg. Officer | 40 | 01/04/2001 | 15000 |
105 | Sahil | Accountant | 10 | 20-09-2000 | 12000 |
- Update Salary by adding the increments as per the following:-
- 10% Increment in Basic Salary who get < 20000
- 5% Increment in Basic Salary who get >20000.
--- Content provided by FirstRanker.com ---
- Create 'Employee3' database and table 'Emp3'
Empno | Ename | Designation | Deptno | DOJ | Basic Salary |
---|---|---|---|---|---|
101 | Ajay | Manager | 10 | 12/12/2001 | 25000 |
102 | Arvind | Dy. Manager | 40 | 20/02/2002 | 20000 |
103 | Rahul | Programmer | 20 | 22/03/2001 | 18000 |
104 | Hari | Mktg. Officer | 40 | 01/04/2001 | 15000 |
105 | Sahil | Accountant | 10 | 20-09-2000 | 12000 |
Generate the query to find out the following:-
- Total Salary paid by the Company to Employees
- Maximum Salary paid by the Company to Employees
- Minimum Salary paid by the Company to Employees
--- Content provided by FirstRanker.com ---
- In the following table find out the Followings:
- All the Department Nos and Employees Names.
- All the Employees who joined in year 2001.
Empno | Ename | Designation | Dept | DOJ | Basic Salary |
---|---|---|---|---|---|
101 | Ajay | Manager | 10 | 12/12/2001 | 25000 |
102 | Arvind | Dy. Manager | 40 | 20/02/2002 | 20000 |
103 | Rahul | Programmer | 20 | 22/03/2001 | 18000 |
104 | Hari | Mktg. Officer | 40 | 01/04/2001 | 15000 |
105 | Sahil | Accountant | 10 | 20-09-2000 | 12000 |
- Create 'Course' database and 'Coursedtl' table having following records:-
SRollno | Sname | Course | Section | Medium | College | Total Fees |
---|---|---|---|---|---|---|
101 | Rajendra | B.Com | General | English | ABC | 5500 |
102 | Arvind | B.Com | General | English | PQR | 15000 |
103 | Krishna | B.Com | General | Telugu | ABC | 5500 |
104 | Harish | B.Com | General | Telugu | PQR | 7500 |
105 | Rajesh | B.Com | Computers | English | ABC | 15000 |
106 | Harish | B.Com | Computers | English | PQR | 25000 |
- Prepare the report to display lowest course fees with college name.
- Prepare the Report to display all students who are pursuing B.Com(Computers).
--- Content provided by FirstRanker.com ---
- In the following table generate the queries for the followings:-
- Display the Course and College having Lowest Course Fees.
- Display all the courses pursuing by the PQR College.
SRollno | Sname | Course | Section | Medium | College | Total Fees |
---|---|---|---|---|---|---|
101 | Rajendra | B.Com | General | English | ABC | 5500 |
102 | Arvind | B.Com | General | English | PQR | 15000 |
103 | Krishna | B.Com | General | Telugu | ABC | 5500 |
104 | Harish | B.Com | General | Telugu | PQR | 7500 |
105 | Rajesh | B.Com | Computers | English | ABC | 15000 |
106 | Harish | B.Com | Computers | English | PQR | 25000 |
- Create a Library Database of your college having following fields and enter atleast 30 records in it:-
--- Content provided by FirstRanker.com ---
Field Name | Description |
---|---|
BookCode | Primary Key |
BookTitle | Subject Name |
Publisher | Book Publisher Name |
No.of.Copies | Quantity in one Invoice |
No.of Pages | Total Pages in book |
Edition | Book Printing Edition |
- From the College Library database find out the following:-
- Total no. of copies of books subject wise.
- A report displays all books group by Publisher.
- A report displays all books group by Book Title.
- A report displays all books group by Book Edition
--- Content provided by FirstRanker.com ---
- Create the ‘Order' database and a table "Orderdt having following records:-
Order No | Order Date | Order Item | Order Qty | Order Code | Client Type | Delivery Status |
---|---|---|---|---|---|---|
1011 | 12/02/2015 | LED Monitors | 100 | 10000 | 1025 | Road Delivered |
1012 | 25/02/2015 | Printers | 100 | 8500 | 1025 | Road Delivered |
1013 | 25/03/2015 | CPU | 75 | 15000 | 1045 | Road Delivered |
1014 | 31/03/2015 | LED Monitors | 75 | 6500 | 1045 | Road Not Delivered |
1015 | 31/03/2015 | CPU | 75 | 18000 | 1025 | Road Not Delivered |
Generate the following reports from the above table:-
- Display all the Order No. which have not been yet Delivered.
- Display all the Orders of LED Monitor and CPU.
- Display all the Orders of LED Monitor and CPU which are not have been delivered yet.
--- Content provided by FirstRanker.com ---
- Create a a 'Sales' Database and a table ‘Salesdtl' having following fields and data:-
SalesNo. | Salesman Code | Salesman Name | Branch | Sale Amount |
---|---|---|---|---|
1011 | 101 | Arvind | Jaipur | 75000 |
1012 | 102 | Ashok | Jaipur | 80000 |
1013 | 103 | Harish | Hyderabad | 75000 |
1014 | 104 | Manish | Hyderabad | 65000 |
1015 | 105 | Krish | Secunderabad | 78000 |
- Generate the queries to find out the followings from the above ‘Sales' Table:
- Total sale of all the Branches.
- Total sale group by Branches.
- Maximum sale of individual branch.
- Maximum sale in all branches.
--- Content provided by FirstRanker.com ---
- Create an 'Stock' database having an ‘Inventory' Table as per the followings:-
ProductCode | Product Name | Purchase Quantity | Purchase Price (Per Unit) |
---|---|---|---|
1011 | CPU | 200 | 15000 |
1012 | Monitor | 100 | 7500 |
1013 | Printer | 75 | 5500 |
1014 | UPS | 200 | 3500 |
1015 | Speakers | 200 | 250 |
- Generate the following queries from the above ‘Inventory ‘Table:-
- Item wise total purchase price.
- Display new purchase price after adding 15% increase in purchase price.
- Display new Purchase quantity after deducting 5% from the quantity
--- Content provided by FirstRanker.com ---
- Create a 'Stock' database having 'Inventory,
Item Code | Name of the Item | Opening Stock | Purchase (In Qty) | Sales (In Qty) |
---|---|---|---|---|
1011 | CPU | 150 | 150 | 300 |
1012 | Monitor | 100 | 100 | 150 |
1013 | Printer | 75 | 150 | 125 |
1014 | UPS | 200 | 300 | 400 |
1015 | Speakers | 200 | 250 | 350 |
Generate the following queries from the above table:-
- Calculate the closing stock of each item (Closing Stock = Opening Stock + Purchase - Sales)
- Display all the Items which has closing stock < 100
- If closing stock is less than 100 then set the remark as “Re-Order Level” otherwise "Enough Stock".
--- Content provided by FirstRanker.com ---
- Create a database 'Student2'. Also create table 'stdmarks' and execute the following queries
SRollno | Sname | English | SL | FA | BE | BOM | FIT |
---|---|---|---|---|---|---|---|
101 | Rajendra | 22 | 20 | 23 | 20 | 23 | 20 |
102 | Arvind | 20 | 21 | 20 | 23 | 20 | 20 |
103 | Krishna | 50 | 52 | 58 | 50 | 53 | 54 |
104 | Harish | 52 | 55 | 51 | 56 | 57 | 59 |
- Display All the students who got <25 in individual subject.
- Display all the students who are Failed in individual Subject.
- Increase marks by adding 5 marks whose marks are <25.
--- Content provided by FirstRanker.com ---
- Create a Personal Information table in MS-Access with the following fields:
- First Name
- Middle Name
- Last Name
- Nationality
- Gender
- Temporary Address
- Permanent Address. Generate a Form and Report.
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---
This download link is referred from the post: DUET Last 10 Years 2011-2021 Question Papers With Answer Key || Delhi University Entrance Test conducted by the NTA