Top 50+ Solved Dot Net Architecture and Program MCQ Questions Answer
Q. Each individual variable in the list student(0), student(1), student(2) is known as a(n)
a. subscript
b. dimension
c. element
d. type
Q. Visual Basic responds to events using which of the following?
a. a code procedure
b. an event procedure
c. a form procedure
d. a property
Q. When the user clicks a button, _________ is triggered.
a. an event
b. a method
c. a setting
d. a property
Q. What property of controls tells the order they receive the focus when the tab key is pressed during run time?
a. focus order
b. focus number
c. tab index
d. control order
Q. Sizing Handles make it very easy to resize virtually any control when developing applications with Visual Basic. When working in the Form Designer, how are these sizing handles displayed?
a. a rectangle with 4 arrows, one in each corner, around your control.
b. a 3-d outline around your control.
c. a rectangle with small squares around your control.
d. none of the above.
Q. The Properties window plays an important role in the development of Visual Basic applications. It is mainly used
a. to change how objects look and feel.
b. when opening programs stored on a hard drive.
c. to allow the developer to graphically design program components.
d. to set program related options like program name, program location, etc.
Q. When creating a new application in Visual Basic, you are asked to supply a name for the program. If you do not specify a name, a default name is XXXXX XXXXX is this default name?
a. wapplication followed by a number.
b. application followed by a number.
c. windowsapplication.
d. windowsapplication followed by a number.
Q. Which of the properties in a control’s list of properties is used to give the control a meaningful name?
a. text
b. contextmenu
c. controlname
d. name
Q. An algorithm is defined as:
a. a mathematical formula that solves a problem.
b. a tempo for classical music played in a coda.
c. a logical sequence of steps that solve a problem.
d. a tool that designs computer programs and draws the user interface.