Practice CLD-R Exam 1, Question 24 symbol?

I am cramming for the CLD-R.  What is the little peace-sign looking symbol? It is from the sample CLD-R Exam 1, question 24.
Thank you!
Certified LabVIEW Developer
NI-VLM Administrator
Solved!
Go to Solution.

JulieC wrote:
 I am the World's Most Interesting LabVIEW Programmer, after all. 
Whoa...are you coming to NI Week?  If so, you gotta come see my Tips and Tricks to Speed LabVIEW Development presentation...if nothing else, just to see the pop culture reference on my opening slide.  Seriously, you quoted my as-yet-unreleased-to-the-public intro slide almost verbatim.  
Darren Nattinger, CLA
LabVIEW Artisan and Nugget Penman

Similar Messages

  • All pictures become '?' (a blue question symbol) in the emails...

    Hi:
    These days I noticed that all the pictures in any of my email, shown as a blue question symbol and I can not preview it , or select on it, or save/copy it.
    But last week sometime I remember everything was working fine. I did nothing to my iPhone. It's so inconvenience to read a picture-email now.
    Any ideas about it? Thanks in advance for any reply.

    Thanks that you let me know there is an option to on/off remote image... (I had never known this before )
    But... it is ON... unfortunately

  • CLAD Sample Exam 1, question 2:

    CLAD Sample Exam 1, question 2: can a wire be used to pass date between 2 llps that are intended to be runn in parallel?  CLAD Sample exam1  provides the following url as an answer:  http://zone.ni.com/devzone/cda/tut/p/id/9393 . This doesn’t explain the answer. Please provide a correct explanation.
    Solved!
    Go to Solution.

    B Spears wrote:
    NIquist wrote:
    Is that the actual wording?  Why can't they make these questions less
    ambiguous?   Just because you intend for the loops to run in parallel doesn't mean they actually do it.  BUT, the data will still be passed between the loops eventually, so technically, YES, a wire can be used.  Why didn't the question just say: "two loops that ARE running in parallel"?
    The wording actually seems to be pretty decent. Two loops cannot be running in parallel if there is a wire running between them. The situation you describe--where one loop stops, data is passed, then the other loop begins--does NOT describe two loops running in parallel, rather two loops running sequentially.
    When the question says "intends", it asks you to play the part of the designer of the code: if you want to have data passed between two loops, how would you design that? The answer is certainly not a wire.
    True, but the fact that we're even discussing the semantics proves that it's confusing.  I'm sure NI has a tough time coming up with multiple CLAD versions covering essentially the same questions but those questions should be testing for knowledge of LabVIEW, not English Language.  A test taker should be able to focus on the what a question is asking and not how it's being asked.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Does NI post solutions to CLD sample exams?

    Does NI post solutions to CLD sample exams?
    Thanks in advance.

    There's solutions in the CLD sample exams zip file found here and there's a sample solution for the CLA exam.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Security CLD sample exam

    This is my answer to the CLD sample exam "security system" Does anyone have any suggestions or comments?
    Attachments:
    Alarm4.vi ‏35 KB
    File.vi ‏16 KB

    Islandman wrote:
    ... but I'm not sure what to do about the file reference. I use this to close the file at the end (that's why I circulate it). Since I log an event every time there is a change, I access the file many times, but I want to close the file at the end, only once.
    No, you're not understanding. You are using "write to spreadsheet file", which is a high-level function. You can open it like a plain subVI and see what's inside. You will notice that it opens the file, writes (or appends) the data, then closes the file, all inside the function. Thus there is no need to open or close the file externally. At all!  Ever! You have a useless and redundant mix of high-level and low-level file functions.
    Sure, if performance is an issues, that constant file opening and closing could be a bottleneck. So an alternative would be to use all low-level file function. You would open/create the file before the loop, keep the file open during the loop and write using plain low-level functions, then close the file after (outside) the main loop once the program finishes.
    ALSO: Your subVI needs a makeover anyway. Use intuitive control labels (not "numeric"!). Arrange the FP nicely. Add some documentation. You should also do something about the icon. It is surrounded by blank space, making the wires seem to hang off in thin air. It is also a bit disconcerting that you are not doing much error handling. The main program would never know if the file program encounters an error. Then you are abusing the file open error to determine if the file exists or not. There is a function for that! You don't need to get the date/time in the error case, so this function belong inside the other case.
    LabVIEW Champion . Do more with less code and in less time .

  • CLD-R sample exam #2, question #11

     
    Answer A is the stated correct answer according to the sample exam answers section.
    Correct me if I am wrong but Merge Errors ONLY reports the FIRST error.  If multiple errors occur with those four error lines,
    ONLY one will be reported by error out, not ALL errors.
    Where I am going wrong with this one...is it because only one input to Merge Errors is used?
    (the error out line looks like a non-array input (thus how could all errors be reported without and array of error outs???)
    Thanks,
    Ryan
     

    1984 wrote:
    In the past 12 years I have developped and deployed unreliable codes like this in about 10 different countries.
    If this is unreliable then NI should start reviewing its own VIs as there are numerous VIs shipped with LabVIEW has solutions like this.
    Hey, lets assume this is a control system for (Why not?) a 250kWatt weather radar
    Stop the pulse modulator
    shut down the RF Source
    Remove power to the Klystron's magnet 
    Trust me, you want them to happen in that order.  with code shown as drawn above, there is a possibility to remove the magnetic field first.  That would dump a 60kV 12A pulse through the klystron with no field to focus the beam.  At which point a 70 pound klystron is going to impolitely install a new hole in the building's roof.
    Frankly, I despise that question as none of the distractors takes into account a failure in a predicated step of shutdown.

  • Considering the 4 hour CLD/CLA exam achievement and fulltime job.

    Considering that during the CLD exam a programmer programs a small/medium application in 4 hours.
    And a CLA architects a large application in the same time.
    I understand that the pressure at one of these exams is about 250%.
    During your job you would take more time to develop the same application,
    because you cannot be at 250% all the time and you want to minimize errors.
    I also know that a lot of time is used to get the specifications, talk to the client and make
    a document that would be the equivalent to the exam paper. 
    What does a LabVIEW programmer do in a 40 hour work week, considering the exam is only 4?
    I'm a CLD. Looking to get my CLA, but I have no colleagues who use LabVIEW and no peer-review.
    I need information.
    Thank you and kudos will be given. 
    The Enrichment Center is required to remind you that you will be baked, and then there will be cake.

    Rodéric wrote:
    This is a difficult question to answer since most CLAs are project managers so they don't code most of the time. I'm pretty sure if a CLA could code 40 hours that would be way more complete than a CLA test
    I have to disagree there.  Most of the CLAs I met are coding a large majority of their time.  I'm a full-time LabVIEW programmer.  I also have to manage some programs, but coding is the large majority of my time.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Car Wash CLD Sample Exam Solution

    Attached is my solution to the CLD Car Wash Sample Exam.  Comments will be appreciated.  The main VI is Main_6.15.10.
    Thanks in advance.
    Attachments:
    CarWash_6.15.10.7z ‏60 KB

    Here are my thoughts....
    Your solution is functional, so there are points for that right away.  Where I think there could be some more work is the architecture.  The exam requirements state that the design must be "easily scalable".  To me that means new states or cycles can be added without much messing about on the block diagram.  If you notice, there are only certain... lets call them Properties of each cycle type.  You could have an array of cycle properties such as cycle time, cycle position switches, cycle name, and flags for standard or deluxe.  Then you could reduce your cycle handling to a single state that just indexes through the cycle array and executed the next appropriately flagged cycle.
    I noticed a Select node in each of your cycle states with constant True and False wired to it.  That is a total of three elements plus two wires that should have just been a Not right off of the Boolean palette.
    You stop the program with a Stop button, yet you allow the user to close the window.  You should consider a Panel Close? event in your event structure to handle a use trying to close the window so that you can execute a graceful stop.
    There is no VI Description filled out for your main VI.  You should also have an icon for the main VI.  The suggested front panel shown in the exam has an icon.
    When your VI is running, you have the scrollbars, toolbar, and menu bar shown.  None of those serves any function for the application, so they should not be shown at runtime.
    The Stop button that is used to stop your application is reset with a Property Node.  Not that there is a performance issue here, but it is generally not good practice to do that unless you are forced to.  Consider just using a Mechanical Action of Latch When Released instead of Switch When Released.  That way you do not need to force the reset to the False state.  Of course, I would rather see something like a Stop state writing to the While Loop conditional terminal.  Also, you could have used a Local Variable to write the initial state of the Sim Switches instead of the Property Node.
    The graders like to see code comments describing your algorithms.  I would say that you need more of those.
    A 10 msec timeout on the event structure is a bit hyper.  Nothing in the system runs that fast, and the only thing you are waiting for is the user.  You could actually have a -1 wired there if you add an event case for the Stop button and Panel Close.  It will greatly reduce the CPU cycles (again not that there is a huge performance issue here).
    Come to think of it, the 20 msec wait for next multiple timer is a bit hyper too.  Your timing requirements are on the order of seconds.  You do not need to loop that fast.
    In general I prefer to have the Event Structure outside the State Machine.  Either that, or I use the Event Structure as the State Machine (in place of the Case Structure).  That way, if you need to respond to the user interface, you can do so without waiting to cycle back to the Idle state.
    This one was not listed in the requirements, but it would be very helpful to see the clock.  A cycle countdown timer or elapsed time indicator is so helpful to the user and the grader.  It confirms that things are working properly and the the application has not sieved up.  Users like to see something "alive" on the screen.
    To end on a positive... good job remembering to Disable the Purchase Selection buttons once the user clicks one.  I got ding'd for forgetting about that back when I took the CLD in 2003.

  • Oracle 10g  OCA  exams pass question

    Please does anyone know any website where oracle 10g pass exam are posted for free or if anyone has got some pass exams could you post them please.
    Thanks in advance

    You only wanted to pass OCA certifiation by getting dump of questions.
    It would be more worthy that you make practice and once you are confident with the subject, then appear for exam, dont simply depend on dummy question to pass OCA. Believe me, this is worthless.
    Hint: search at yahoo groups for ocpfree.
    Jaffar

  • LiveCycle Process Automation Exam Bulletin Questions

    I have two questions about the LiveCycle Process Automation exam bulletin, more specific about topic 6 "Working with Content Space".
    - What exactly is meant by the following : understand the constraints related to exposing a business process to Content Space. Does it mean the constraints when invoking a LiveCycle Process from Content Space? What are these constraints then? Document variable as input parameter,... ?
    - Customize the default review and approval process : where can I find this process? Is this part of the Review and Commenting application?

    Hi Gert,
    For the first part of your question ... yes it does mean the constraints when invoking a LiveCycle Process from Content Space.
    For the second part of your questions re: Review and Approval see the following http://help.adobe.com/en_US/livecycle/9.0/samples/lc_sample_sdk.html and and look under the Content Services section.
    Take care.

  • Please Review my CLD Sample Exam

    I am going to take the CLD in a month or so, so I figured I would work on some of the exams and post it up here for your advice.
    I started with the Car Wash exam, and will do the other ones as well.
    Thank you.
    Any and all comments are welcome.
    Kenny
    Attachments:
    Car Wash.zip ‏68 KB

    On first look (not that I'm able to give any opinions about any CLD review)
    Using a enum instead of string as a queue data type would lessen the risk of making a typo error when your programming, and makes the programming a bit faster it would also "lessen" the traffic since enum is a lesser datatype than string, and combining it with a typedef would keep changes up to date
    Im taking the CLAD tomorrow, and am hopefully ready for the CLD right after that Hope it wont be difficult. Good luck!

  • CLD Sample Exams: How to deal with references ?

    Hi@all:
    I reviewed  the sample exams solution for the CLD provided by NI and noticed, that they trifle with references. As shown in the Security System and the ATM Machine, references were opened, but not closed at the end.
    What do you think, will this cost Style points?
    The exams can be grabbed on the NI site searching for CLD.
    Solved!
    Go to Solution.

    I would ding them for a lot of points but it is not my test but NI's so play to their rules get the cert and then do it right.
    When you get to that part of the exam just add a note saying those refs do not need t  be closed because they are static and maybe you can get some bonus points for knowing the differnence.
    How to know the difference?
    See here.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • OCA DBA 1Mock exams&mODEL QUESTION PAPERS

    Hi,
    Iam preparing for OCA exam,anyone can help me by providing good model question papers.And also i need to test myself is there any mock exams.
    If anyone helps me kindly appreciated.
    Thanks,

    Just a reminder:
    "Oracle reserves the right to take action against any candidate involved in fraudulent activities, including, but not limited to, fraudulent use of vouchers, promotional codes, reselling exam discounts and vouchers, cheating on an exam, alteration of score reports, alteration of completion certificates, violation of exam retake policies or other activities deemed fraudulent by Oracle.
    If Oracle determines, in its sole discretion, that fraudulent activity has taken place, it reserves the right to take action up to and including, but not limited to, decertification of a candidate's OCA, OCP and/or OCM credentials, temporary, indefinite or permanent ban of a candidate from Oracle certification programs, notification to a candidate's employer, and notification to law enforcement agencies. Candidates found committing fraudulent activities forfeit all fees previously paid to Oracle, or to Oracle's authorized vendors, and may be required to pay additional fees for services rendered."
    Tom

  • SCJP 6 Exam  - Book Question

    Hello.
    I'm thinking of taking the SCJP 6 Exam.
    I looked into taking the SCJP 5 Exam a number of years ago, and purchased the SCJP 5 Study Guide from Kathy Sierra. However, work and life got busy, so I did not pursue it any further.
    Would the book I have be good enough to do the SCJP 6 Exam, or should I bite the bullet and purchase the latest 6 book. Or are there any better books or even free online resources out there....
    Any input appreciated.

    user12167069 wrote:
    I looked into taking the SCJP 5 Exam a number of years ago, and purchased the SCJP 5 Study Guide from Kathy Sierra. However, work and life got busy, so I did not pursue it any further.
    Would the book I have be good enough to do the SCJP 6 Exam, or should I bite the bullet and purchase the latest 6 book.If all that busyness earned you some money, I'd say bite the bullet.
    That said, there don't seem to be too many changes (at least according to [url http://en.wikipedia.org/wiki/Java_version_history#Java_SE_6_.28December_11.2C_2006.29]this page; there may be better ones out there) that would affect the test too much. The synchronization, garbage collection and annotation updates are something you might want to check on (although I don't remember a single question about Annotations when I did the v6 test; several on the other two though).
    Also, the SCJP6 book has been out for a while, so I suspect you could get it fairly cheap on Amazon or even eBay.
    Winston

  • SCJP exam related question

    Does the exam expect you to know all the subclasses of EXCEPTION and RUNTIMEEXCEPTION or is ir more likely to just test your knowledge on which have to be dealt with in order to compile?
    I am not fimiliar with all the subclasses and this is why I ask. A question that states a mthod throws CannotUndoException may catch me offgaurd.
    Another question is....
    If you have a method and declare it to throw a runtime exception. Does that mean that if you call on that method that you must deal with it? IOW does it become a checked excption or will Runtime Exception never be checked by the compiler?

    jwenting wrote:
    exhort wrote:
    To maintain sanity in other forums SCJP has been confined to its own forum,
    This question (apart from the totally undescriptive title) has no relation whatsoever with the SCJP exam.
    But then, neither does the majority of what's posted in that forum...Well, it seems to me the OP is asking about what to expect from the SCJP.
    Do you mean that nothing is to be expected from the SCJP so to ask about that is an unrelated question?

Maybe you are looking for

  • Can import 1080i from Sony HDR-HC7, but not export it

    I am helping a friend with a Sony HDR-HC7 camcorder that is capable of DV and HDV formats. They have used it without a hitch with DV shot footage on import and export to the camera. They are using iMovie HD 6.0.3. They shot footage in 1080i format an

  • Creating Dependent Radio Boxes in Acrobat 9 Std

    When creating a form in Acrobat 9 Standard, how can you make radio boxes dependent on each other? For instance, one item in my form asks a question and the user can choose a "Yes" or "No" radio box.  I want to prevent the user from being able to chec

  • Performance tuning 1Z0-054 Study material

    I was trying to find LEGITIMATE study material out there for the perf tuning certification but all I can see is that all too familiar sea of braindump copycat sites. I want a legitimate source like Transcenders but unfortunately they don't have 1Z0-0

  • Lightroom workflow to correct color of my videos. Anybody knows?

    Hi, Iam a photographer and I am studying video production. I love the Lightroom color correction because some distortions can be fixed easily with that HSL (Hue, Saturation and Lighting) controls and that Magenta x green and blue x yellow sliders. An

  • Upgrade Acrobat X standard to X pro get error 1334 "convertxf.exe" not found on install

    Have operational Acrobate X Standard software already on my PC using Windows XP upgraded to Acrobate X Pro, dowloaded with no problems, During install encountered the following error: Error 1334. The file "convertxf.exe, 715C03BA_A57B_4264_80D9_38D98