可学答题网 > 问答 > MCPD(70-536)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are developing a


You are developing an application to assist the user in conducting electronic surveys.The survey consists of 25 true-or-false questions.You need to perform the following tasks: Initialize each answer to true.Minimize the amount of memory used by each survey. Which storage option should you choose?()

  • ABitVector32 answers = new BitVector32(1);
  • BBitVector32 answers = new BitVector32(-1);
  • CBitArray answers = new BitArray (1);
  • DBitArray answers = new BitArray(-1);
参考答案
参考解析:
分类:MCPD(70-536)题库
相关推荐

1、You are developing a

You are developing an ASP.NET Web application. You create a master page. The master&#81...

2、You are developing a

You are developing a Hotel Booking application for a travel company. The users request&...

3、You are developing a

You are developing an ASP.NET Web application. You create a master page. The master&#81...

4、You are developing a

You are developing an ASP.NET Web page that contains input controls, validation controls,&#...

5、You are developing a

You are developing an ASP.NET Web application. Application data is stored in a Microsof...

6、You are developing a

You are developing an ASP.NET MVC 2 Web application. The application contains a control...