// Start comments with double slashes. // Separate each item by a # // Options for the types of entries can be found in DataInputModel TITLE Please rate your knowledge of the following topics. Click on 'Done' button when done. // ****************************Assignment Operators************************ # RADIOBUTTON How well do you know bitwise 'and, 'or', and 'not' operators (&, |, ~)? Very well Well Average Not well Not at all # RADIOBUTTON How well do you know bitwise left and right shift operators (<<, >>)? Very well Well Average Not well Not at all # RADIOBUTTON How well do you know bitwise assignment operators (&=, |=, ^=, ~=)? Very well Well Average Not well Not at all # RADIOBUTTON Do you know exclusive or operation? Yes No Don't know # RADIOBUTTON Do you know how to convert positive decimal numbers into binary? Yes No Don't know # RADIOBUTTON Do you know how to convert negative decimal numbers into binary? Yes No Don't know // # // RADIOBUTTON // What is returned when the bits of a number are shifted left once? // Twice the number // Half the number // Number negated // // No // Don't know