1) Create a worksheet and name it the studentdata worksheet. Enter student names and marks in 8 subjects out of 100; calculate the average marks in each subject and the percentage of each student.
2) Add a column to state whether a student is “pass" or "fail”. (Use IF statement to allocate “pass” if Percentage is >=40 and “fail” if Percentage is <40)
3) The percentage should be of blue color for >80, green for <80 & >60, yellow for <60 & >40, red for <40 {use conditional formatting}
4) Also, find Maximum and Minimum marks in each subject.
5) Sort the records of all the students in Descending order of Percentage 15 Marks
We plan to put up a Chowmein stall at Annual Fair at GD Goenka University. The fixed cost of putting up the stall is Rs 5000, and the variable cost per plate is Rs 10.
Find i) If the price per plate is kept at Rs 25, find the number of plates to be sold for reaching the breakeven point. ii) Find the selling price per plate for a profit of Rs 5000 if the number of plates sold is 200. 5 Marks
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme