Top 50+ Solved C#.NET Programming MCQ Questions Answer
Q. The first type of streams is specially used to represent _________
a. Binary data
b. text
c. data
d. derived
Q. The second type of streams is used to represent __________
a. Data
b. text
c. binary data
d. derived
Q. All IO classes that represent streams are derived from the ______ class.
a. Data
b. Stream
c. another
d. none
Q. The stream class has been designed to provide functional features for ________ and__________.
a. Creating, manipulating
b. displaying, manipulating
c. Creating, displaying
d. printing, creating
Q. The file steam class is designed specifically for reading and writing_______________ files.
a. Class files
b. binary data
c. program
d. none
Q. A buffer is a block of bytes in memory used to ___________
a. Class data
b. binary data
c. cache data
d. data
Q. The Buffered Stream class is a ________ of the Stream class.
a. Base class
b. binary class
c. Derived class
d. class
Q. The text files are helpful in __________ and ____________ textual data.
a. Storing, displaying
b. storing, retrieving
c. Retrieving, displaying
d. displaying, retrieving
Q. The various possible values of dock property are_________
a. TOP, Left
b. Fill, right
c. Side, upright
d. Both (a) and (B)
Q. The ADO.NET provides greater case of ___________
a. Programming
b. higher dependency
c. Improve data source
d. both (a) and (b)
Q. Only ___________ amount of processing time is needed for data conversion.
a. Large
b. small
c. none
d. allocated time
Q. A Managed provider can be considered as a set of objects that mediate between a_____________ and _______________
a. Data source
b. VNET program
c. data
d. both (a) and (b)
Q. The main ASP.NET page class is derived from the ____________ class
a. Page
b. base
c. derived
d. main