Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Submit a pseudocode or flow chart solution for finding concern students in BIT 1 4 0 0 if all students and their grades were written
Submit a pseudocode or flow chart solution for finding concern students in BIT if all students and
their grades were written in an excel spreadsheet ie a big grid of students and their grades
name A A L L L L
David false False true False
Jinay True True false True
Alexis True True false False
A student is considered a concern student if:
they didnt attend at least of the labs so far and
they failed either assignment or assignment A fail is
Accessing the Data:
On each row of the spreadsheet is a students information. Rows can be referenced by row
number. For example table is row in the table. Table would be the cell at row
column in yellow above
Columns in the table will be student name, assignment grade assignment grade
and lab attendance grades listed as truefalse in that order. This makes columns. A
particular column can be referenced by column student name columnL or some other
unambiguous naming convention.
You can write subroutines. For each subroutine, just refer to it and define it later. For example, if
you had a subroutine checkLabs, you might call checkLabsmyTable to check the labs for row
of the table named myTable. You would then need to define the pseudocode for checkLabs.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started