Monday, June 11, 2018

CIST2342 MidTerm Review Summer 2018

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Mid-Term Notes

    3 true/false Q’s
    4 fill in the blanks
    33 Q’s total

    - True/false questions
    About listbox vs combobox
    About delegate signature

    - Multiple choice questions
    Overriding methods; keyword in base class to be overwritten and
    is overridable
    The __________ property is used to determine if a control is
    currently selected
    How components are implemented in C# through __________
    A design principle that needs to be followed when developing
    windows applications
    A question about selected items and __________ properties can be
    used to retrieve items from a listbox
    Writing a catch clause without an argument list
    Tricky question: issue about particular case which won’t throw an
    exception. To fully understand you need to implement a non-
    integer calculator.
    Try catch finally with code in all three blocks
    A key word instructs the compiler to infer the type of a variable
    from the expression on the right side of the initialization
    statement. Two should come to mind you got to pick one of
    the two.
    A question about retrieving multiple selections from a listbox
    How do you call the base default constructor?
    About adding a DLL (dynamic link library); what you have to do to
    add it
    The markers you put in an application that tells the program to
    halt execution when that point is reached

    - Fill in the blank questions
    About exception class properties
    Listbox vs. combobox

    ReplyDelete