Thursday, April 9, 2020

Fill in the blank Question and Answer

1) ………………. is a simple XML based protocol to let application exchange information over HTTP.
2) A………………. form is the first interface that appears on the screen, when an application is executed.
3) In VB, to add a new record to a record set, ………………. method is used.
4) Each if block must be terminated by ………………. statement.
5) By default, all VB graphic measurements are in ………………..
6) The null value can be checked using …………….function.
7) ………………. is the shortcut for menu editor in VB.
8) ………………. control raises an event at regular intervals.
9) ………………. window contains the list of all forms which make up the VB project.
10) The ………………. identifier in VB is similar to “this” identifier in C and JAVA.
11. RAD stands for ______.
12. Structured exception handling is______.
13. XML stands for______
14. ______ control raises an event at regular intervals.
15. ADO stands for______.
16. The output of the following program is ______.
cnt =9, x=10, y=20 do If cnt>=8 then exit do else z=x+y end if loop
17. ______ is the short cut key for running a program in VB.NET.
18. Classes derived from base class are called______.
19. BCNF stands for______.
20. The output of the following program is ______.
string1=”It was the best of times” string2=”We were kids them” string3= Mid (string1, 10, 5) & Mid (string2, 5, 5)

16) Each while loop must be terminated by ……………..
17) …………… statements are used to declare variables.
18) …………control raises an event at regular intervals.
Question Code
D
19) The null value can be checked using …………….function
20) ……………function returns the string converted to lower-case.
21) The ……..function returns the length of a string.
22) The ……………… function can be used to check whether the value is numeric or not.
23) …………… loop always execute atleast once.
24) ……………..control indicates the progress of a process.
25) Classes derived from base classes are called…………………
26) To save the current record to a database …………method is used.
27) By default, all VB graphic measurements are in …………
28) Each if statement must be terminated by …………statement
29) …………function is used as conditional operator in VB.NET.
30) …………..is a flag at a given point in code, where program execution will be suspended.



Visual Basic maintains a project file with the extension ..............
..............control box indicates whether a particular condition is on or off.
..............is the process of finding and removing errors.
..............is the extension of a class module.
..............is a set of sequentially indexed elements having the same type of data.
..............displays the current drive and allows the user to select a different drive.
COM stands for ..............
The ..............event occurs before the form is displayed.
To add an item to a list box at runtime, use the ..............method.
The ..............function returns the number of characters in a parameter.
The ..............property of a text box is what is displayed at runtime.
To have a default value for a combo box, set the ..............
To display the number of items in a list box, use the ..............property.
At runtime, a control with it's ..............property set to False will be hidden.
Testing a system in the actual environment using real data is called .............

 

No comments:

Post a Comment