strategies based on their training intensity and goals.
d) Consider the practical implications of implementing specific recovery modalities in
different sports and training contexts.
8.
In computer engineering, what does the acronym "CPU" stand for?
a) Central Processing Unit
b) Computer Power Utility
c) Circuit Programming Unit
d) Centralized Peripheral Unit
9. What are some best practices to follow for unit testing frameworks like JUnit or TestNG?
a) Independent tests, avoidance of test order dependence, sufficient assertions, correct
fixture setup/teardown.
b) Code coverage metrics, integration with CI/CD tools, mocking databases calls.
c) Minimal assertions to reduce brittleness, test optimization for speed.
d) Maximize unit test lines of code, abstract test cases for reusability.