Home > Web Development > Quizzes > .NET Programming Practice Test
.NET Programming Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 61% Most missed: “A sub procedure is valuable because it:”
.NET Programming Practice Test
Time left 00:00
25 Questions

1. Which of the following does not store a sign?
2. VB.Net identifiers:
3. Which dialog control allows the user to zoom in on a document?
4. Which is not an ADO.NET DataAdapter Object?
5. If s1 and s2 are references to two strings, then which of the following is the correct way to compare the two references?
6. Which of the following is the correct size of a Decimal datatype?
7. Which of the following statements is correct?
8. What does IDE stand for?
9. A postback occurs when:
10. Which is a type of procedure found in VB.Net?
11. Which operator is evaluated first?
12. When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTML page contains:
13. Scope of variable is related to definition of variable as:
1. Region of code within which variable value is valid and hence can be accessed.
2. No, relation with region where variable is declared its value is valid in entire scope.
14. The Button control can be activated:
15. Visual Studio .NET provides which feature:
16. Which is an example of a web document?
17. What is the size of a Decimal?
18. With A = False and B = True, which statement evaluates as True?
19. Which of the following will be the correct output for the C#.NET code snippet given below?
String s1 = 'ALL MEN ARE CREATED EQUAL';
String s2; s2 = s1.Substring(12, 3);
Console.WriteLine(s2);
20. A variable which is declared inside a method is called a________variable
21. Which of the following are value types?
1.Integer
2.Array
3.Single
4.String
5.Long
22. Which set of symbols are used to signify the presence of ASP.NET code?
23. What is the extension for a Visual Basic web form interface file?
24. The proper operator precedence, from first to last, is:
25. Which of the following is NOT an Integer?