Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Average Grade Calculator There are 10 students enrolled in a course. The course covers a number of chapters from a textbook (1 > 1). In

image text in transcribedimage text in transcribedimage text in transcribed

Average Grade Calculator There are 10 students enrolled in a course. The course covers a number of chapters from a textbook (1 > 1). In each chapter y number of homework(s) are assigned (y21); The average grade for each homework in all the chapters need to be found out. To solve this, write program which has the main process as Director process, which reads a file containing grades of all homework assignments of all chapters and creates a number of Manager processes. Each Manager process will take care of solving a chapter. Each manager process will create y number of Worker process and pass one homework to each of them and they calculate and print the average. The input file should contain the data according to the value of x and y. For example, the input text file and the process tree for x = 2 and y = 2 will look like the following: Director File Edit View Search Tools Documents Help O O Open 4 4 Save On Undo /a quiz_grades * 19 17 20 18 9 6 10 9 12 11 10 16 3 7 9 10 0 5 8 6 15 13 15 15 20 18 18 16 17 19 19 18 13 15 14 12 10 13 18 15 Manager 1 Manager 2 Manager 2 Worker 1 Worker 2 Worker 3 Worker 4 (b) The Director process is responsible for opening and closing the input text file. It stores the values in a two dimensional integer array with 10 rows. You may need to use the following C functions (in addition to the necessary file & process management system calls): fopen(), fscanf(), fseek(), fclose(). Average Grade Calculator There are 10 students enrolled in a course. The course covers a number of chapters from a textbook (1 > 1). In each chapter y number of homework(s) are assigned (y21); The average grade for each homework in all the chapters need to be found out. To solve this, write program which has the main process as Director process, which reads a file containing grades of all homework assignments of all chapters and creates a number of Manager processes. Each Manager process will take care of solving a chapter. Each manager process will create y number of Worker process and pass one homework to each of them and they calculate and print the average. The input file should contain the data according to the value of x and y. For example, the input text file and the process tree for x = 2 and y = 2 will look like the following: Director File Edit View Search Tools Documents Help O O Open 4 4 Save On Undo /a quiz_grades * 19 17 20 18 9 6 10 9 12 11 10 16 3 7 9 10 0 5 8 6 15 13 15 15 20 18 18 16 17 19 19 18 13 15 14 12 10 13 18 15 Manager 1 Manager 2 Manager 2 Worker 1 Worker 2 Worker 3 Worker 4 (b) The Director process is responsible for opening and closing the input text file. It stores the values in a two dimensional integer array with 10 rows. You may need to use the following C functions (in addition to the necessary file & process management system calls): fopen(), fscanf(), fseek(), fclose()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Systems

Authors: Sham Navathe,Ramez Elmasri

5th Edition

B01FGJTE0Q, 978-0805317558

More Books

Students also viewed these Databases questions

Question

Evaluate the importance of diversity in the workforce.

Answered: 1 week ago

Question

Identify the legal standards of the recruitment process.

Answered: 1 week ago