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.2.1 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: 15 December
Time of meeting: 17h00
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.
\table[[Component,Marks],[Variables declared using the appropriate format (One mark each to a,5],[Descriptive variable names,2],[Appropriate data types for variables,2],[The user is prompted for the date of the meeting.,1],[The meeting date is assigned to an appropriate variable.,1],[The user is prompted for the time of the meeting.,1],[The meeting time is assigned to an appropriate variable.,1],[The user was prompted for the venue of the meeting.,1],[The meeting venue is assigned to an appropriate variable.,1],[The user was prompted for any notes of the meeting.,1],[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 while/end for loop.,1],[\table[[Inside the body of the loop - prompt the user for the name of an],[attendee.]],1],[\table[[Selection structure to assign attendee's name input. Two marks per],[evaluation.(Subtract one mark for every technical inaccuracy)]],8],[Report -one mark for every line in the report accurately displayed,7],[At least two descriptive comments using the correct notation.,2],[Correct indentation uced,2],[Start keyword is used.,1],[Stop keyword is used.,1]]
Q.2.1 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: 15 December
Time of meeting: 17h00
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
Q . 2 . 1 Using pseudocode, plan the logic for an

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!