AVL-Trees
October 6, 2023OOPS
October 6, 2023Software-Engineering
Question 30 |
Which one of the following assertions concerning code inspection and code walkthrough is true?
Code inspection is carried out once the code has been unit tested | |
Code inspection and code walkthrough are synonyms | |
Adherence to coding standards is checked during code inspection
| |
Code walkthrough is usually carried out by an independent test team |
Question 30 Explanation:
Adherence to coding standards is checked during code inspection
Correct Answer: C
Question 30 Explanation:
Adherence to coding standards is checked during code inspection