// Start comments with double slashes. // Separate each item by a # // Options for the types of entries can be found in DataInputModel // Note: Using forced-choice method of Likert scale - NO "Average" option TITLE Please answer the following questions. Click on 'Done' button when done. // *********************************For Loops************************ # RADIOBUTTON How well do you know 'break' statements? Very well Well Not well Not at all # RADIOBUTTON How well do you know 'continue' statements? Very well Well Not well Not at all # RADIOBUTTON How well do you know about infinite loops? Very well Well Not well Not at all # RADIOBUTTON 'break' statement can appear anywhere in a program Yes No Don't know # RADIOBUTTON 'break' statement terminates execution of the loop Yes No Don't know # RADIOBUTTON 'continue' statement can appear only inside a loop Yes No Don't know # RADIOBUTTON 'continue' statement terminates execution of the loop Yes No Don't know