03-29-2009 10:16 AM
i came across a question in a clad sample exam. it says
all of the following are traditional debugging features used to help find errors in a vi, except
1. highlight execution 2.breakpoints 3. stop values 4. single stepping
i didn't get what stop values were.please help
03-29-2009 10:19 AM
03-29-2009 10:31 AM
Since this is an "except" question, it is really a question you answer by elimination after validating the other choices
1. highlight execution - definite debugging tool, you can find it as the lightbulb on the toolbar
2.breakpoints - definite debugging tool, you can right click on wires and structures and set breakpoints
3. stop values - sounds like a debugging tool, but kind of confusing what it means precisely. Sure you can stretch things and say "they're probably referring to having probes with conditions set to pause execution in case the value of the wire meets a condition". That sounds reasonable.
4. single stepping - definite debugging tool, once you've paused the VI, you can execute it one step at a time. The options are shown in the operate menu.
The correct answer is number 3, because you can eliminate #1,2,4 because you can identify precisely what they are talking about.
Generally with any kind of multiple choice question, if you try to read to deep into it, it means you are probably going to get it wrong.
03-29-2009 11:19 AM
i appreciate your effort in answering my question but even if it is ( the stop value ) some condition in the custom probe application doesn't that fall into the catagory of debugging techniques. Maybe i didn't understand you the way you wanted me to.
aftab
03-29-2009 11:32 AM
03-29-2009 11:37 AM
afatbahmed wrote:i appreciate your effort in answering my question but even if it is ( the stop value ) some condition in the custom probe application doesn't that fall into the catagory of debugging techniques. Maybe i didn't understand you the way you wanted me to.
aftab
I'm not sure whether you are replying to smercurio or me.
The answer is #3 because all the other choices precisely define available LabVIEW debugging tools. A custom probe application would also be a debugging tool, but that is not once of the choices on the list. The extra answer is "stop value". While that sounds like it would be a debugging tool on the surface, it doesn't really identify anything in particular.
The question was written to be just a little bit confusing to distinguish between those who know what the LabVIEW debugging tools are and those who might just be guessing.
03-29-2009 05:41 PM
03-30-2009 04:56 AM
01-07-2019 05:17 PM
I completely agree with you but in the sample exam key, the correct answer was:
C. breakpoints.
I think there is an error in the exam key.
01-07-2019 05:20 PM
@proph wrote:
I completely agree with you but in the sample exam key, the correct answer was:
C. breakpoints.
I think there is an error in the exam key.