C MCQ Quiz Hub

Choose a topic to test your knowledge and improve your C skills

1. The compiled version of a VC#.NET program will be in_______________.




2. The purpose of JIT compiler is to convert____________.




3. The Garbage Collection solves_____________.




4. The code that requires the CLR at runtime for the execution is known as the ________.




5. Which one of the following JIT compilers produce highly optimized code?




6. The VC#.NET language________________.




7. Home page in VS.NET is also known as__________.




8. The ______________ enables to move through the code very quickly.




9. In VC#.NET project files are grouped into a _____________.




10. Which one of the following statements about code debugging is correct?




11. The arrays involved in a jagged array__________




12. The parameters of a method __________.




13. The ref type parameters are____________.




14. The out type parameters can be used_______________.




15. In case of the Params type parameter____________.




16. An instance class member is referred by using the format____________.




17. Overloaded constructors will have________.




18. A static constructor_____________




19. A property_____________




20. An indexer________________.




21. A namespace can contain___________.




22. The alias should have




23. In the case of a component,




24. In the case of access modifiers___________.




25. The size of integer is___________.




26. An instance of a value type variable is allocated memory on_______.




27. An instance of a reference type variable is allocated memory on_______.




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.




29. The first type of streams is specially used to represent _________




30. The second type of streams is used to represent __________




31. All IO classes that represent streams are derived from the ______ class.




32. The stream class has been designed to provide functional features for ________ and__________.




33. The file steam class is designed specifically for reading and writing_______________ files.




34. A buffer is a block of bytes in memory used to ___________




35. The Buffered Stream class is a ________ of the Stream class.




36. The text files are helpful in __________ and ____________ textual data.




37. A machine on a network is called ________




38. The node is also called as ______________




39. The various possible values of dock property are_________




40. The ADO.NET provides greater case of ___________




41. Only ___________ amount of processing time is needed for data conversion.




42. A Managed provider can be considered as a set of objects that mediate between a_____________ and ___________




43. The main ASP.NET page class is derived from the ____________ class




44. We can attach _________ validation control to an input control




45. The validation control has ____________ control.




46. The up level browser will perform validation on the client, using the _________ and____________




47. For client-side custom validation, the name of the custom function must be identified in the______________ function property




48. For server-side custom validation, the name of the custom function must be identified in the______________ function property