C MCQ Quiz Hub

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

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





✅ Correct Answer: 1

The purpose of JIT compiler is to convert____________.





✅ Correct Answer: 2

The Garbage Collection solves_____________.





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2

The VC#.NET language________________.





✅ Correct Answer: 2

Home page in VS.NET is also known as__________.





✅ Correct Answer: 2

The ______________ enables to move through the code very quickly.





✅ Correct Answer: 3

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

The arrays involved in a jagged array__________





✅ Correct Answer: 2

The parameters of a method __________.





✅ Correct Answer: 3

The ref type parameters are____________.





✅ Correct Answer: 2

The out type parameters can be used_______________.





✅ Correct Answer: 1

In case of the Params type parameter____________.





✅ Correct Answer: 2

An instance class member is referred by using the format____________.





✅ Correct Answer: 1

Overloaded constructors will have________.





✅ Correct Answer: 2

A static constructor_____________





✅ Correct Answer: 1

A property_____________





✅ Correct Answer: 1

An indexer________________.





✅ Correct Answer: 1

A namespace can contain___________.





✅ Correct Answer: 1

The alias should have





✅ Correct Answer: 4

In the case of a component,





✅ Correct Answer: 4

In the case of access modifiers___________.





✅ Correct Answer: 4

The size of integer is___________.





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 2

________________ 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

The first type of streams is specially used to represent _________





✅ Correct Answer: 2

The second type of streams is used to represent __________





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

A machine on a network is called ________





✅ Correct Answer: 1

The node is also called as ______________





✅ Correct Answer: 3

The various possible values of dock property are_________





✅ Correct Answer: 4

The ADO.NET provides greater case of ___________





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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





✅ Correct Answer: 1

We can attach _________ validation control to an input control





✅ Correct Answer: 3

The validation control has ____________ control.





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3