Question: Q . 2 . 1 Using pseudocode, plan the logic for an application that implements the functionality for the team management system. The application should:
Q Using pseudocode, plan the logic for an application that implements the functionality for the team management system.
The application should:
a Allow for the capturing of the date of a particular meeting.
b Allow for the capturing of the time of the meeting.
c Allow for the capturing of the venue of the meeting:
d Allow for the capturing of four attendees using a loop.
e The names of the attendees should be assigned to appropriate variables based on the control variable of the loop and therefore an appropriate selection structure should be used as part of the answer.
f Allow for the capturing of meeting notes.
g Print a report as follows:
Date of meeting: December
Time of meeting:
Venue of meeting: Big Green House
Attendees: Alice, Bob, Ben, Rebecca
Notes: The project is on track
Note: The data above represents sample data, and your data should be determined through user input.
h Your pseudocode must always comply with good programming practice. Therefore, ensure that your pseudocode for this question also includes the following:
At least two descriptive comments.
The use of descriptive variable names:
The use of appropriate data types.
Indentation
Use the marking guidelines below to ensure you've included all the requirements.
tableComponentMarksVariables declared using the appropriate format One mark each to aDescriptive variable names,Appropriate data types for variables,The user is prompted for the date of the meeting.,The meeting date is assigned to an appropriate variable.,The user is prompted for the time of the meeting.,The meeting time is assigned to an appropriate variable.,The user was prompted for the venue of the meeting.,The meeting venue is assigned to an appropriate variable.,The user was prompted for any notes of the meeting.,The meeting notes are assigned to an appropriate variable.,The loop used to obtain the names of attendees:,Three marks for an accurate loop condition,,one mark for the appropriate end whileend for loop.,tableInside the body of the loop prompt the user for the name of anattendeetableSelection structure to assign attendee's name input. Two marks perevaluationSubtract one mark for every technical inaccuracyReport one mark for every line in the report accurately displayed,At least two descriptive comments using the correct notation.,Correct indentation uced,Start keyword is used.,Stop keyword is used.,
Q Using pseudocode, plan the logic for an application that implements the functionality for the team management system.
The application should:
a Allow for the capturing of the date of a particular meeting.
b Allow for the capturing of the time of the meeting.
c Allow for the capturing of the venue of the meeting:
d Allow for the capturing of four attendees using a loop.
e The names of the attendees should be assigned to appropriate variables based on the control variable of the loop and therefore an appropriate selection structure should be used as part of the answer.
f Allow for the capturing of meeting notes.
g Print a report as follows:
Meeting Report
Date of meeting: December
Time of meeting:
Venue of meeting: Big Green House
Attendees: Alice, Bob, Ben, Rebecca
Notes: The project is on trackNote: The data above represents sample data, and your data should be determined through user input.h Your pseudocode must always comply with good programming practice. Therefore, ensure that your pseudocode for this question also includes the following:
At least two descriptive comments.
The use of descriptive variable names:
The use of appropriate data types.
Indentation
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
