Quiz: Basic Debugging
Test yourself on the knowledge you learned about basic debugging.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(Select all that apply.) Which option is true about the control flow graph?
A.
A control flow graph is a visual representation of a program’s control flow.
B.
A control flow graph represents the program’s flow from design, implementation, and QA testing.
C.
A control flow graph can be used to understand the code base.
D.
Control flow graphs apply to object-oriented programs only.
1 / 10
...