Compute the final grade

Assignment Help Operating System
Reference no: EM132311141

Assignment: Grade Calculator

To write an algorithm/ flowchart, and implement the algorithm using Python programming language for given specifications/requirements.

Purpose of the assessment

This assignment assesses the following Unit Learning Outcomes; students should be able to demonstrate their achievements in them:
c. Apply principles of abstraction and problem solving in an object-oriented programming language
d. Apply knowledge of programming constructs in developing computer programs
e. Create programs based on incremental development processes of designing, coding, testing and debugging.

To write an algorithm/flowchart, and implement the algorithm using Python programming language for given specifications/requirements.

Assignment description:

The students shall develop a logic to calculate the final grade for MN404 unit. They may refer to the MN404 Unit Description to calculate the final grade of a student. The logic has to be represented either as a flowchart, or as an algorithm. Further, a program has to be coded to implement the logic and generate grade as per MIT's policy.

Generally, in a project you should write a program that contains an introductory docstring. This documentation should describe what the program will do (analysis) and how it will do it (design the program in the form of a pseudocode algorithm). Include suitable prompts for all inputs, and label all outputs appropriately. After you have coded a program, be sure to test it with a reasonable set of legitimate inputs. The assignment report has to include the following specification sections:

Specifications:

1. User Requirements: Include all the requirements here

2. Analysis

Analysis often requires the programmer to learn some things about the problem domain and what information the user will have to provide. In addition, it should specify what the program is going to do.

In this case, the problem domain would be on the rules/policies to compute the final grade, hurdles, percentage contributed by each assessment and number of assessments etc. For policies, please refer the MN404 unit description.

The user shall provide the marks scored in all the assessments. The program has to compute the final grade scored or decisions for supplementary assessments if the score is between 40% to 49%. The user inputs and the final output have to be user friendly and with proper terminal based interface.

Inputs:For instance - Sample set 1:

Assessment Type

Raw marks

Percentage

In Class Test

20/30

10*20/30 = 6.66

Assignment 1

45/60

45*20/60 = 15

Assignment 2

55/80

55*20/80 =13.75

Lab/PBL

 9/10

9

Final Exam

35/60

35*40/60 = 23.33

 

 

67.74

Check if the hurdles are cleared. For example: min. score in the Final exam has to be 40%
Output of the program
The grade of Name, MIT idis Credit
Other Possible outcomes:
If the total score is between 40 and 50 then suggest Supplementary FE.
If unable to attend FE then suggest deferred Exam.

3. Design:

The design phase has to describe how the program is going to do it. This usually involves writing an algorithm. In fact, algorithms are more often written in a somewhat stylized version of English called pseudocode.

Although there are no precise rules governing the syntax of pseudocode, in your pseudocode you should strive to describe the essential elements of the program in a clear and concise manner. Note that this pseudocode closely resembles Python code, so the transition to the coding step should be straightforward.

Pl note: This phase (Steps 1-3) has to be completed and present in week 10 lab class.

4. Implementation Phase:

In this phase the complete code in python without any syntax and semantic errors has to be submitted. The complete code with proper indentation has to be presented along withsample inputs and outputs.

5. Testing:

Only thorough testing can one build confidence that a program is working correctly. Testing is a deliberate process that requires some planning and discipline on the programmer's part. It would be much easier to turn the program in after the first successful run to meet a deadline or to move on to the next assignment. However, your grade, your job, or people's lives might be affected by the slipshod testing of software.

Once all the errors are debugged, set of all possible inputs are to be provided. Even though the range of the input numbers on a computer is finite, testing all of the possible combinations of inputs would be impractical. The challenge is to find a smaller set of inputs, called a test suite, from which we can conclude that the program islikely to givecorrect output for all inputs. The number and types of input samples have to cover all possible cases of grades and decisions, such as supplementary assignment 1 or 2, sup. In-Class test and/or final exam., and deferred cases as well.

6. Trouble shooting:

Sometimes, the unexpected happens. This could be the result of a technical problem, a
limitation,or user error. Please mention five challengesyou have faced while carrying out yourassignment 2.Also explain how you overcome all the challenges.

7. Comments / Documentation:
Tips related to comments and doc strings:
a. Begin a program with a statement of purpose and other information helpful to programmers
b. Accompany a variable definition with a comment that explains the variable's purpose
c. Precede major segments of code with brief comments that explain their purpose
d. Include comments to explain the workings of complex or tricky sections of code

In summary:
The program has to perform the following:
• Read the assessments marks for all five components. Provide a good interface with appropriate prompts.
• Compute (analyse+ design) the grade based on the policies/strategies mentioned in UD.
• Generate outputs and also provide decisions for supplementary assessments and deferred tests.

Attachment:- Fundamentals of Operating Systems and Java Programming.rar

Reference no: EM132311141

Questions Cloud

Difference between operational effectiveness and strategy : According to Porter, what is the difference between operational effectiveness and strategy?
Improved with advantage of feedback control : What is improved with advantage of feedback control
Four modern workplace challenges : What do you know about four modern workplace challenges?
Discuss competency case dilemma : Discuss a competency-related scenario or a case of your choice, either from our readings or related to a situation that you have encountered
Compute the final grade : Complete code in python without any syntax and semantic errors has to be submitted. The complete code with proper indentation has to be presented along withsamp
Reflect on a time when your manager or leader : Reflect on a time when your manager or leader either connected with you or failed to connect with you and how that affected your work
Moral And Ethical Framework Appraisal : Present a summary explanation and/or analysis of the ethical problem(s) or issue(s), presenting the various sides of the conflict, and, if possible,
Provide for students and prospective employees : How important is ASA to JPL? Why do they have so many pages of information on what it is like to work there?
Challenges faced by the colombian coffee growers : Discuss the challenges faced by the Colombian coffee growers. What are the advantages of manual harvesting for the Colombian coffee growers?

Reviews

len2311141

5/24/2019 2:45:46 AM

6 Trouble Shooting Five different challenges and solutions 5 marks 7 Documentation Sufficient Comments 1 Mark Demonstration and Viva Tutor will see the outputs and also assess your understanding of work done for this assignment in the laboratory class. This will be done during Week-11 laboratory class. Please Note: In case the student remains absent during week 10 and 11 for presentation, demonstration and viva without prior permission for special consideration through AMS , he /she may lose Demo and Viva marks and may also lose implementation marks. 15 Marks

len2311141

5/24/2019 2:45:38 AM

4 Implementation ? Well documented program in python without syntax errors. 20 marks ? Reading inputs with proper user friendly prompts 5 marks ? Displaying outputs with proper captions 5 marks 30 Marks 5 Testing ? Screen shots of all possible outputs with group member MIT id. 8 marks ? Good to add some screen shots of syntax errors, probably the first compiled version. 2 marks 10 Marks

len2311141

5/24/2019 2:45:25 AM

Sl. No Sections to be included in the report Description of the sections Marks 1 User Requirements Understand the requirements of the client 2 Marks 2 Analysis ? Problem domain 5 marks ? Inputs to the program 2 marks ? All Possible expected outputs 5 marks 12 Marks 3 Design ? Algorithm 10 marks ? Presentation 10 marks ( week 10) 20 Marks

len2311141

5/24/2019 2:45:16 AM

2. Documentation should follow the standard submission guidelines as below: a) Front page - indicating your Group members’ names and student IDs, teaching staff (Lecturer’s and tutor’s name), a statement of what has been completed and acknowledgement of the names of all assisted you. b) List of references used (IEEE style) – Reference sources must be cited in the text of the report, and listed appropriately at the end in a reference list. Only IEEE referencing style is acceptable for this assignment.

len2311141

5/24/2019 2:45:07 AM

o Implementation 30 Marks ? Well documented program in python without syntax errors. 20 marks ? Reading inputs with proper user friendly prompts 5 marks ? Displaying outputs with proper captions 5 marks o Testing 10 Marks ? Screen shots of all possible outputs with group member MIT id. 8 marks ? Good to add some screen shots of syntax errors, probably the first compiled version. 2 marks o Trouble Shooting 5 Marks o Must include appropriate and sufficient comments in the source code.1 Mark

len2311141

5/24/2019 2:44:59 AM

Submission Guidelines: Your assignment should be completed according to the General Guidelines for Presentation of academic work. Your submission should contain the following: 1. The assignment Word file that will be submitted shall include: o Software Requirements 2 Marks o Analysis 12 Marks ? Problem domain 5 marks ? Inputs to the program 2 marks ? All possible expected outputs 5 marks o Design 20 Marks ? Algorithm 10 marks ? Presentation 10 marks

len2311141

5/24/2019 2:44:40 AM

Due Date Week 10 laboratory class –To present the algorithm. Week 11laboratory class –Demonstration of the assignment and Submission of final copy of the assignment. Submission Guidelines • All work must be submitted on Moodle by the due date along with a title Page. • The assignment must be in MS Word format, 1.5 spacing, 11-pt Calibri (Body) font and 2.54 cm margins on all four sides of your page with appropriate section headings. • Reference sources must be cited in the text of the report, and listed appropriately at the end in a reference list using IEEE referencing style.

Write a Review

Operating System Questions & Answers

  Commands to help root in managing users and groups

Write other commands, tools are available to help the ROOT in managing users and groups from command line or within a script.

  What is the value in accumulator b

What will be the value in Accumulator A after the following program is executed

  What are the four types of corporations what makes each

what are the four types of corporations? what makes each corporation different? what are advantages and disadvantages

  Television clips in a powerpoint presentation

Computers and television would work is when you tape television demonstrate that can be used to give flavor to PowerPoint Presentations.

  Discuss the different roles ofweb services and web portals.

Which do you think is the more useful in the current Web environment?

  Discuss drawbacks and benefits of specialization

IT administrators in small corporations must often execute various functions at same time like network administrator, database administrator, user consultant and others.

  How many probes will be needed on average to enter a symbol

If that one is also full, another is used, and so on, until an empty is found. If the fraction of the slots that are full is R, how many probes will be needed, on the average, to enter a new symbol?

  Multitasking scheduling schemas

Think about a particular system that does not have an interrupting clock. The only way a procedure can lose the processor is to voluntarily surrender it.

  Calculate waiting and average waiting time

A program that can do cpu scheduling algorithm priority using javascript or php to display gaant chart and calculate waiting and average waiting time

  Analyze contemporary operating systems

Perform Internet research to review at least 3 contemporary operating systems (OS). Choose at least one Mac and one Windows OS, along with one of the following OS kinds.

  Discuss impressions of file organization on linux vs windows

Discuss your impressions of file organization on Linux vs Windows. Use your experiences from the "Operating Systems Assignments" in your response.

  Produce a narrative which describes the added error-handling

Produce a narrative which describes the added error-handling pathways that includes an overview of the errors being checked and an explanation of the main reasons why checking for such errors is important

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd