Oel 1 Section A 06112023 093325am
Oel 1 Section A 06112023 093325am
INSTRUCTIONS:
• Submit the task on LMS within given time.
• Include your name or enrollment number in the page footer.
• Your file name should be in the given format:
o [Class Section] [Complete Name] SC(OEL1) i.e., BSE1C Usman Ali CFOEL1
Question no 1
Part (a) “Financial analysis for a Tech Startup” (CLO 4, Marks: 02)
Scenario: Suppose You are working as a financial analyst for a tech startup, and you are provided with a
financial dataset of last five months. Perform the analysis to understand the company's financial
performance and identify areas for improvement.
X===========================================================================X
Part(b): “Social Media Engagement and Performance Analysis” (CLO 4, Marks: 04)
Columns:
Tasks:
i. Filter the data to display only posts on a specific social media platform (e.g., Instagram).
ii. Filter the data to show posts with an engagement rate above 60%.
iii. Sort the data by the total number of likes in descending order.
iv. Sort the data alphabetically by post titles.
v. Collapse and expand the data by post category, allowing for drilling down into individual post
details or drilling up to see the overall picture.
vi. Create a bar chart representing the distribution of likes across different post categories.
vii. Apply color formatting to highlight posts with an engagement rate above 75.
viii. Calculate and display the following statistics for total likes: sum, count, average, maximum,
and minimum.
X============================================================================X
Question no 2: “Coffee Shop Management Database” (CLO 4, Marks: 04)
Scenario: You've taken on the role of a data management specialist for a newly established coffee shop.
Your task is to develop and maintain a database using Microsoft Access to efficiently manage the coffee
shop's menu, suppliers, and sales.
Table1: Menu:
Fields: ItemID (AutoNumber, Primary Key), ItemName, Category, Price, and SupplierID (Foreign
Key to Suppliers table).
Table2: Suppliers:
Table3: Sales:
Fields: SaleID (AutoNumber, Primary Key), ItemID (Foreign Key to Menu table), QuantitySold,
SaleDate, and TotalAmount.
Tasks:
1) Create Tables:
Develop the three tables mentioned above (Menu, Suppliers, Sales) with the specified fields.
Ensure appropriate data types and relationships (referential integrity) are set.
2) Insert Records:
Insert at least:
3) Update Records:
Use a query to update the quantity sold for a chosen menu item in the Sales table.
4) Sort Records:
Sort the Menu table by item name in ascending order.
Sort the Sales table by total amount in descending order.
5) Working with Queries:
Create a query that displays the names and categories of items supplied by a specific supplier.
Create a query that shows the total sales for each category in the menu.
6) Creating Forms:
Design a form in Access with buttons that allows users to input new menu items (ItemName,
Category, Price, and Supplier).
7) Creating Report:
Generate a report that includes information from all three tables.