Question: 1 Logic Let's consider a propositional language where: E means Saleh enrolled in the elective course. H means Saleh attended all lectures. Q means Saleh
Logic
Let's consider a propositional language where:
E means "Saleh enrolled in the elective course."
H means "Saleh attended all lectures."
Q means "Saleh completed the required project."
F means "Saleh passed the final assessment."
C means "Saleh completed the course successfully."
Formalize the following sentences:
If Saleh did not attend all lectures or did not complete the required
project, then Saleh did not pass the final assessment.
If Saleh passed the final assessment and enrolled in the elective course,
then Saleh completed the course successfully.
Truth Table
Prove the logical statements from the previous subsection using the truth table.
Problem : Graduation Project Submission Eligibility
Problem Definition:
In the graduation project, each student needs to submit all individual reports
and achieve at least percent attendance tobe eligible for the final project
submission.
What you are asked todo:
Given the description above, you are asked to implement a solution using
flowcharts and pseudocode. The solution should decide if a student is eligible to submit the final project.
Note: Flowcharts and pseudocode must be fully implemented by you with
out using any conversion tools.
Hint : Assume that the total number of classes isThe user may enter
the number of classes attended.
Hint : The user may enter the total number of assignments and the number submitted.
Problem : GPA Calculator
Problem Definition
A university assesses students' academic performance using a cumulative
GPA system. Each course contributes to the cumulative GPA based on the
grade achieved and the course's credit hours.
The grading system is shown in Table and the cumulative GPA is calculated using Equation :
Mark Points Letter Grade
toA
toA
toB
toB
toC
toC
toD
toD
Less than F
Denile DN
Table : Grading System
The GPAs are calculated using the following equation:
StudentGPA allcoursesCourseCreditCourseAchievedPointsollcoursesCourseCredit
What you are asked todo
Given the description above and what you learned from the class, you are
asked to complete the followings:
Problem Decomposition
You need to decompose the problem layer by layer into smaller addressable
pieces. You must provide a detailed solution!
Flowcharts and Pseudocodes
Develop flowcharts and write pseudocode to:
Read all courses marks and Credit hours for a student.
Assign the appropriate point value to each course based on the grading
system.
Calculate and print the student's cumulative GPA as per Equation
Note: Flowcharts and pseudocode must be fully implemented by you without using any conversion tools.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
