Answer to Question #145971 in Python for Rio

Question #145971
“To help students determine whether they qualify for a supplementary exam, students can enter
their final module mark and exam mark on a webpage. If the student obtained more than 30% for
their exam mark and a final mark of less than 50%, the student will be informed that he/she
qualifies for a supplementary exam.”
Q.3.1 Write the pseudocode that will prompt a user for the required information and
accurately represent the logic contained in the scenario provided at the
beginning of the question.
1
Expert's answer
2020-11-22T23:42:31-0500
#This program will determine students if they are 
#eligible for an additional exam

#(total_exam = value1 module_exam=value2)
#Determining the maximum values of marks for exams

#(user_total user_module)
# print prompt "Input your results exam" 
# Get the final module mark from the user 
# Get  the  exam mark from the user 

# (P1:user_exam>module_exam 30%)
# Checking the assumption P1 that the user's score for the exam 
# is more than 30% acceptable values
# if P1 True then
       # (P2:user_total<total_exam 50%)
       # Checking the assumption P2 that the user's overall score for the exam
       # is less than 50 acceptable values
       # if P2 True then
            # print(mesage)
            # We display information about the possibility of a student 
            # to pass the exam again
        







Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS