The functions header and footer contains the . . . . . . . . keyword.
A. Function
B. Struct
C. Sub
D. Class
Select an option to see the answer and solution.
The file to which data is write is referred to as . . . . . . . .
A. Input file
B. Output file
C. Random access file
D. Sequential file
Select an option to see the answer and solution.
. . . . . . . . method is used to reverse the values.
A. Array.Reverse
B. Array.Sort Desc
C. Array.Sort Asc
D. Array.rev
Select an option to see the answer and solution.
The . . . . . . . . in a flowchart is called input/output symbol.
A. Oval
B. Rectangle
C. Parallelogram
D. Diamond
Select an option to see the answer and solution.
. . . . . . . . initializes a new instance of Line class.
A. BorderProperty
B. Border
C. Surround
D. Line()
Select an option to see the answer and solution.
The TabIndex value of a group box is 5. If the txtName control was the first control added to the group box, its TabIndex value will be . . . . . . . .
Select an option to see the answer and solution.
To traverse two dimensional array you require . . . . . . . . loops.
Select an option to see the answer and solution.
Files that read and write in consecutive order are known as . . . . . . . .
A. Input files
B. Output files
C. Sequential access file
D. Random access file
Select an option to see the answer and solution.
Letter . . . . . . . . is a File's Menu access keys.
Select an option to see the answer and solution.
Each access key in the interface should be . . . . . . . .
A. Unique
B. Can be common
C. In small letter
D. In capital letter
Select an option to see the answer and solution.
What happens when minimize box is set to true?
A. Minimize box in title bar disappears
B. Minimize box is disabled
C. Minimize box is enabled
D. Minimize box becomes visible
Select an option to see the answer and solution.
The . . . . . . . . statement is used to assign a value to a property of an object.
A. Assignment
B. Conditional
C. Decision
D. Goto
Select an option to see the answer and solution.
Access keys allows the user to run the application even when . . . . . . . .
A. Mouse becomes inoperative
B. Mouse is fully operative
C. Mouse is partially operative
D. Keyboard is operative
Select an option to see the answer and solution.
What is the specialty of the Default button?
A. Always focused by default
B. Always clears the form it is in
C. Can be selected by the Enter key even when not focused
D. Can be selected by the Shift key even when not focused
Select an option to see the answer and solution.
To make text appear around image . . . . . . . . section is used.
A. Wrapping style
B. Text style
C. Image properties
D. Align
Select an option to see the answer and solution.
when we declare the variable in a Particular control of vb then it is . . . . . . . . variable .
A. static
B. public
C. local
D. general
Select an option to see the answer and solution.
The . . . . . . . . operator returns the remainder of the division.
A. Addition
B. Modulus
C. Subtraction
D. Integer division
Select an option to see the answer and solution.
the . . . . . . . .is a term commonly used in the programming world to describe the interface and environment that we use to create our applications.
A. ide
B. tool bar
C. menu bar
D. none of these.
Select an option to see the answer and solution.
A control's border is determined by . . . . . . . . property.
A. Border
B. Style
C. BorderStyle
D. Appearance
Select an option to see the answer and solution.
The Char data type can store . . . . . . . .
A. One Unicode character
B. One ASCII character
C. One bit
D. One Byte
Select an option to see the answer and solution.