BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

iSQI Exam CTAL-ATT Topic 5 Question 29 Discussion

Actual exam question for iSQI's CTAL-ATT exam
Question #: 29
Topic #: 5
[All CTAL-ATT Questions]

Consider the following section of pseudocode

Display "You exceeded the number of tries to enter a password. Your account is now locked. Call customer.

For this section of code, which of the following issues should be identified during a code review?

1. Variables have not been properly defined with meaningful names

2. There are unused variables defined

3. Divisors are not tested for zero

4. Loop counters are not properly initialized

5. There are endless loops

6. There are statements within the loop that should be outside the loop

Show Suggested Answer Hide Answer
Suggested Answer: D

Contribute your Thoughts:

Dalene
6 months ago
I think the answers with the correct identified issues are A) 1, 3, 4, 5. These issues could cause problems in the code execution.
upvoted 0 times
...
Loise
6 months ago
That's a good point, Florinda. It's important to identify and fix all these issues during a code review.
upvoted 0 times
...
Florinda
6 months ago
I feel like there might be an issue with endless loops as well. That could lead to a program getting stuck.
upvoted 0 times
...
Merri
6 months ago
I agree with you, Loise. I also noticed that divisors are not tested for zero.
upvoted 0 times
...
Loise
6 months ago
I think the key issues in the pseudocode are variables not having meaningful names and loop counters not being properly initialized.
upvoted 0 times
...

Save Cancel