0% found this document useful (0 votes)
6 views2 pages

Assignment II

Uploaded by

yahootad60
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Assignment II

Uploaded by

yahootad60
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CTBE, AAU

Assignment II
Computer Programing April 2025

Student Grading System with Flowchart Design

Objectives

 Understand and apply variables to store and manage user input


 Use Boolean expressions and branching (if, elif, else) to make decisions
 Accept and process structured user input (comma-separated values)
 Design a flowchart to visualize program logic before coding

Assignment Instructions:

Part 1: Flowchart Design

Before writing the code, you must design a flowchart that outlines the program logic. It should
include: input of the grading scale, input of student name and score, decision structure for
determining the grade, and output of the result.

Use one of the following online flowchart tools

 Draw.io (https://www.draw.io )
 Lucidchart (https://www.lucidchart.com )
 Visual Paradigm Online (https://online.visual-paradigm.com )
 Zen Flowchart (https://www.zenflowchart.com )

Export your flowchart as an image and add it to your final PDF report.

Part 2: Python Programming Task

 Prompt the user to enter grading cutoffs in one line as comma-separated values for A, B,
C, D, and F. Example: 90,80,70,60,0. Store these values in five variables using unpacking.
 Ask the user to input the student’s name and score.
 Use if-else statements to determine the grade based on the entered cutoffs.
 Display the student’s name, score, and corresponding grade.

Sample Input/Output

Enter grade cutoffs for A, B, C, D, F (comma-separated): 90,80,70,60,0


Enter student name: Nina
Enter student score: 85
Output
Hi Nina, according to your score (85) your grade is B
CTBE, AAU

Submission Requirements

Submite a single pdf document containing:

 Flowchart Design
 Python Code (.Only the functions that do the core process)
 Screenshot of the program running with at least two different test cases

Submision Link: HERE

Submision deadline: Aapril 26, 2025 11:59 PM

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy