On This Page

This set of C#.NET Programming Multiple Choice Questions & Answers (MCQs) focuses on Cnet Programming Set 2

Q1 | The size of integer is___________.
Q2 | An instance of a value type variable is allocated memory on_______.
Q3 | An instance of a reference type variable is allocated memory on_______.
Q4 | The size of long is___________.
Q5 | ________________ 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.
Q6 | The first type of streams i specially used to represent _________
Q7 | The second type of streams is used to represent __________
Q8 | All IO classes that represent streams are derived from the ______ class.
Q9 | The stream class has been designed to provide functional features for ________ and__________.
Q10 | The file steam class is designed specifically for reading and writing_______________ files.
Q11 | A buffer is a block of bytes in memory used to ___________
Q12 | The Buffered Stream class is a ________ of the Stream class.
Q13 | The text files are helpful in __________ and ____________ textual data.
Q14 | A machine on a network is called ________
Q15 | The node is also called as ______________
Q16 | The various possible values of dock property are_________
Q17 | The ADO.NET provides greater case of ___________
Q18 | Only ___________ amount of processing time is needed for data conversion.
Q19 | A Managed provider can be considered as a set of objects that mediate between a_____________ and _______________
Q20 | The main ASP.NET page class is derived from the ____________ class
Q21 | We can attach _________ validation control to an input control
Q22 | The validation control has ____________ control.
Q23 | The up level browser will perform validation on the client, using the _________ and_____________
Q24 | For client-side custom validation, the name of the custom function must be identified in the______________ function property
Q25 | For server-side custom validation, the name of the custom function must be identified in the______________ function property