Review each question and reveal answers to strengthen your understanding
1The compiled version of a VC#.NET program will be in_______________.
✅ Correct Answer: 1
2The purpose of JIT compiler is to convert____________.
✅ Correct Answer: 2
3 The Garbage Collection solves_____________.
✅ Correct Answer: 1
4The code that requires the CLR at runtime for the execution is known as the ________.
✅ Correct Answer: 2
5Which one of the following JIT compilers produce highly optimized code?
✅ Correct Answer: 2
6The VC#.NET language________________.
✅ Correct Answer: 2
7Home page in VS.NET is also known as__________.
✅ Correct Answer: 2
8The ______________ enables to move through the code very quickly.
✅ Correct Answer: 3
9In VC#.NET project files are grouped into a _____________.
✅ Correct Answer: 3
10 Which one of the following statements about code debugging is correct?
✅ Correct Answer: 1
11The arrays involved in a jagged array__________
✅ Correct Answer: 2
12The parameters of a method __________.
✅ Correct Answer: 3
13The ref type parameters are____________.
✅ Correct Answer: 2
14The out type parameters can be used_______________.
✅ Correct Answer: 1
15In case of the Params type parameter____________.
✅ Correct Answer: 2
16An instance class member is referred by using the format____________.
✅ Correct Answer: 1
17Overloaded constructors will have________.
✅ Correct Answer: 2
18
A static constructor_____________
✅ Correct Answer: 1
19A property_____________
✅ Correct Answer: 1
20An indexer________________.
✅ Correct Answer: 1
21A namespace can contain___________.
✅ Correct Answer: 1
22The alias should have
✅ Correct Answer: 4
23In the case of a component,
✅ Correct Answer: 4
24 In the case of access modifiers___________.
✅ Correct Answer: 4
25The size of integer is___________.
✅ Correct Answer: 1
26 An instance of a value type variable is allocated memory on_______.
✅ Correct Answer: 1
27An instance of a reference type variable is allocated memory on_______.
✅ Correct Answer: 2
28________________ access modifier is applied to a method or a data member, it can beaccessed by all classes in the same namespace and derived class in other namespace.
✅ Correct Answer: 4
29The first type of streams is specially used to represent _________
✅ Correct Answer: 2
30The second type of streams is used to represent __________
✅ Correct Answer: 4
31All IO classes that represent streams are derived from the ______ class.
✅ Correct Answer: 2
32The stream class has been designed to provide functional features for ________ and__________.
✅ Correct Answer: 1
33The file steam class is designed specifically for reading and writing_______________ files.
✅ Correct Answer: 2
34A buffer is a block of bytes in memory used to ___________
✅ Correct Answer: 3
35The Buffered Stream class is a ________ of the Stream class.
✅ Correct Answer: 3
36The text files are helpful in __________ and ____________ textual data.
✅ Correct Answer: 2
37A machine on a network is called ________
✅ Correct Answer: 1
38The node is also called as ______________
✅ Correct Answer: 3
39The various possible values of dock property are_________
✅ Correct Answer: 4
40The ADO.NET provides greater case of ___________
✅ Correct Answer: 4
41Only ___________ amount of processing time is needed for data conversion.
✅ Correct Answer: 2
42A Managed provider can be considered as a set of objects that mediate between a_____________ and ___________
✅ Correct Answer: 4
43The main ASP.NET page class is derived from the ____________ class
✅ Correct Answer: 1
44We can attach _________ validation control to an input control
✅ Correct Answer: 3
45 The validation control has ____________ control.
✅ Correct Answer: 3
46 The up level browser will perform validation on the client, using the _________ and____________
✅ Correct Answer: 2
47For client-side custom validation, the name of the custom function must be identified in the______________ function property
✅ Correct Answer: 1
48For server-side custom validation, the name of the custom function must be identified in the______________ function property