Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. The default property for a text box control is
  1.    Text
  2.    Enable
  3.    Multiline
  4.    Password char
 Discuss Question
Answer: Option A. -> Text




Question 2. Visual Studio .NET provides which feature:
  1.    debugging
  2.    application deployment
  3.    syntax checking
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 3. A ___________ performs invisible tasks even if you write no code
  1.    Destructor
  2.    private method
  3.    constructor
  4.    function
 Discuss Question
Answer: Option C. -> constructor




Question 4. Which of the following accesss modifier specifies that one or more declared programming elements are accessible from within the assembly that contains their declaration, not only by the component that declares them?
  1.    ByRef
  2.    ByVal
  3.    Default
  4.    Friend
 Discuss Question
Answer: Option D. -> Friend




Question 5. A GUI
  1.    uses buttons, menus, and icons
  2.    should be easy for a user to manipulate
  3.    stands for Graphic Use Interaction
  4.    Both a and b
 Discuss Question
Answer: Option D. -> Both a and b




Question 6. The _________________ enable us to pass data between a program and a class.
  1.    Functions
  2.    Properties
  3.    Procedures
  4.    Variables
 Discuss Question
Answer: Option B. -> Properties




Question 7. _____ allow custom items of information about a program element to be stored with an assembly's metadata.
  1.    Properties
  2.    Attributes
  3.    Methods
  4.    Classes
 Discuss Question
Answer: Option B. -> Attributes




Question 8. Microsoft Windows uses a GUI environment. GUI (pronounced "gooey") stands for _______
  1.    Geographical User Interchange
  2.    Graphical User Interface
  3.    Geometrical Upper Intelligence
  4.    Grammatical User Incorporation
 Discuss Question
Answer: Option B. -> Graphical User Interface




Question 9. Which is true about the name and text property of a control?
  1.    They are the same when the control is first created
  2.    The text property changes to match any changes in the name property
  3.    The name property changes to match any changes in the text property
  4.    They are never the same unless the programmer makes it that way
 Discuss Question
Answer: Option A. -> They are the same when the control is first created




Question 10. Which of the following is not correct about the value types and reference types in VB.NET?
  1.    Dim statement is used to create a variable that represents a value type
  2.    Data associated with a value type is allocated on the stack
  3.    Reference types must be instantiated after declaration
  4.    Data associated with a reference type is allocated on the stack
 Discuss Question
Answer: Option B. -> Data associated with a value type is allocated on the stack




Latest Videos

Latest Test Papers