The client wants to add security tag readers to doors that allow employees to scan their security tag and if they have the security level appropriate to access the door, they can progress through the door. If they do not have the appropriate security level, security will be alerted with the employee’s name and the door will be locked down - not allowing anyone to enter until the door has been reset by security. Doors are given a security level from 1 to 3, where 3 is the highest security level, and 1 is the lowest.
The client wants to add security tag readers to doors that allow employees to scan their security tag and if
they have the security level appropriate to access the door, they can progress through the door. If they do
not have the appropriate security level, security will be alerted with the employee’s name and the door will
be locked down - not allowing anyone to enter until the door has been reset by security.
Doors are given a security level from 1 to 3, where 3 is the highest security level, and 1 is the lowest.
Employees are also given a security level from 1 to 3. An employee with a security level of 1 can access all
doors that also have a security level of 1. An employee with a security level of 2 can access all doors that
have a security level of 1 or 2. An employee with a security level of 3 can access all doors that have a
security level of 1 or 2 or 3.
I’ve finished a flowchart, but as a junior I am unsure if it has bugs! Can you please identify any syntax, logic,
and runtime errors in the flowchart and do the following:
i) Identify the flowchart node that has the error.
ii) Provide a flowchart node that fixes the error.
iii) Provide information about what the error was.
Step by step
Solved in 3 steps with 3 images