Create a program using Python for Eduvos based on the above scenario. The program should initially display a welcome message. The program should then do the following: 3.1 Prompt the user to enter the number of students to be captured. 3.2 Handle exceptions to ensure that the user enters a number. 3.3 Prompt the user to enter the student’s name, exam 1 and exam 2 marks. 3.4 Calculate the test average. 3.5 Use tuples to handle records. 3.6 The records should then be written to a file called studentsexammarks.txt. 3.7 The program should display the recorded test marks on the screen.
*Production volume for product A was estimated at 1000 units.
*Only 80% production was achieved.
*Each unit of product A requires 0.5 hours at an hourly rate of N$8.50
*80% production volume was produced at 45 minutes per unit at an hourly rate of N$8.00
*Buys raw materials from local suppliers at N$3.50 per kilogram
*Each unit requires 1.5 kilograms
*Two Kilograms were used per unit
*Total monthly budgeted manufacturing overheads costs amounted to N$950
*Actual monthly manufacturing overheads cost was N$1200
*Lungameni Enterprises production manager view that manufacturing overheads cost be absorbed on basis of direct labour costs. There was no opening inventory and all units produced were sold.
Required:
1.For the information above calculate the gross profit / loss
2.Any recommendation for Lungameni Enterprise production manager?
1 The teacher should focus on drama learner who are
(a) ordinary learners
(b) physically strong
(c) highly intelligent
(d) very confident
2 an recognized visual arts is called
(a) an outsider
(b)an enigma
(c) an alien
(d) a fresh face
3 which dance style made much use of floorwork
(a) modern
(b)Jazz
(c) Gumboot
(d) ballet
The speed(v) of car in m/s is related to time t in second by the equation: v= 3+12t-3t^ . Find the maximum of the car in km/h?
1. Create a databases of Finance and do the 4 triggers, 4 procedures and 4 functions by SQL codes.
How does the poetry feel in testimony poem
How many sheets of a dielectric are necessary to make a condenser having a capacity of 5.5nF when the sheets are 15cm x 30cm in area and 0.29cm thick? Use k = 8
How can organisations make induction programs more engaging and productive for new employees
*Production volume for product A was estimated at 1000 units.
*Only 80% production was achieved.
*Each unit of product A requires 0.5 hours at an hourly rate of N$8.50.
*80% production volume was produced at 45 minutes per unit at an hourly rate of N$8.00
*Buys raw materials from local suppliers at N$3.50 per kilograms.
*Two kilograms were used per unit.
*Total monthly budgeted manufacturing overheads costs amounted to N$950
*Actual monthly manufacturing overheads cost was N$1200
*Lungameni Enterprises production manager view that manufacturing overheads costs be absorbed on basis of direct labour cost. There was no opening inventory and all units produced were sold.
Required:
1.For the information above calculate the gross profit / loss.
2.Any recommendation for Lungameni Enterprise production manager
Write a program to take input for n book records from user and write those book records in a file named: ”record”, whose price is less than INR 500 . Program should also perform random access in the file, after taking input for a particular record number to read and it should also perform random record overwriting after taking input of new record and the record number to overwrite. After overwriting record, display all records on the screen [Attributes of book: Book_id, Book_price, Book_name, Book_author_name]