APP下载
首页
>
财会金融
>
2024年物联网知识题库
搜索
2024年物联网知识题库
题目内容
(
单选题
)
C#中每个int 类型的变量占用()个字节的内存

A、 1

B、 2

C、 4

D、 8

答案:C

解析:

2024年物联网知识题库
下列()属性用于设置多文档窗体中各个文档的显示顺序
https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-12e2-c0b0-e819a112ab00.html
点击查看题目
类Class A有一个名为M1的方法,在程序中有如下一段代码,假设该段代码是可以执行的,则修饰M1方法时一定使用了()修饰符。 Class Aobj=new Class A(); Class A.M1();
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-bd49-c0b0-e819a112ab00.html
点击查看题目
ADO.NET中的事务处理可以通过()对象进行管理
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-e9d2-c0b0-e819a112ab00.html
点击查看题目
在ADO.NET中,用于执行SQL查询并返回结果的对象是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-2315-c0b0-e819a112ab00.html
点击查看题目
C#中,新建一字符串变量str,并将字符串"Tom's Living Room"保存到串中,则应该使用下列哪条语句()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-98f1-c0b0-e819a112ab00.html
点击查看题目
关于接口的使用,说法错误的是(单选)
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-a447-c0b0-e819a112ab00.html
点击查看题目
在对SQL Server数据库操作时应选用()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-e3ea-c0b0-e819a112ab00.html
点击查看题目
以下( )不属于聚合函数
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-f25b-c0b0-e819a112ab00.html
点击查看题目
无序列表和有序列表的标签名分别是()
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-c52f-c0b0-e819a112ab00.html
点击查看题目
为使用OleDb .NET Data Proviver连接到SQL Server 2005数据库,应将Connection对象的ConnectionString属性中的Provider子属性的值设置为( )
https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-c2d3-c0b0-e819a112ab00.html
点击查看题目
首页
>
财会金融
>
2024年物联网知识题库
题目内容
(
单选题
)
手机预览
2024年物联网知识题库

C#中每个int 类型的变量占用()个字节的内存

A、 1

B、 2

C、 4

D、 8

答案:C

解析:

分享
2024年物联网知识题库
相关题目
下列()属性用于设置多文档窗体中各个文档的显示顺序

A. TabControl

B. Document

C. MDIContainer

D. TabPage

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-12e2-c0b0-e819a112ab00.html
点击查看答案
类Class A有一个名为M1的方法,在程序中有如下一段代码,假设该段代码是可以执行的,则修饰M1方法时一定使用了()修饰符。 Class Aobj=new Class A(); Class A.M1();

A. A. public

B. static

C. private

D. Virtual

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-bd49-c0b0-e819a112ab00.html
点击查看答案
ADO.NET中的事务处理可以通过()对象进行管理

A. SqlCommand

B. SqlConnection

C. SqlDataReader

D. SqlTransaction

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-e9d2-c0b0-e819a112ab00.html
点击查看答案
在ADO.NET中,用于执行SQL查询并返回结果的对象是()

A. DataSet

B. DataTable

C. DataView

D. DataReader

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18de-2315-c0b0-e819a112ab00.html
点击查看答案
C#中,新建一字符串变量str,并将字符串"Tom's Living Room"保存到串中,则应该使用下列哪条语句()

A. string str = "Tom\'s Living Room";

B. string str = "Tom's Living Room";

C. string str("Tom's Living Room");

D. string str("Tom"s Living Room");

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-98f1-c0b0-e819a112ab00.html
点击查看答案
关于接口的使用,说法错误的是(单选)

A. 接口可以作为参数进行传递

B. 接口可以作为方法的返回值

C. 接口可以实例化

D. 同时实现多个接口是变相实现了多重继承

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-a447-c0b0-e819a112ab00.html
点击查看答案
在对SQL Server数据库操作时应选用()

A. SQL Server.NET FrameWork数据提供程序

B. OLEDB.NET FrameWork数据提供程序

C. ODBC.NET FrameWork数据提供程序

D. Oracle.NET FrameWork数据提供程序

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dd-e3ea-c0b0-e819a112ab00.html
点击查看答案
以下( )不属于聚合函数

A. MAX

B. COUNT

C. NOT

D. SUM

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-f25b-c0b0-e819a112ab00.html
点击查看答案
无序列表和有序列表的标签名分别是()

A. ul

B. li

C. ol

D. nl

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-c52f-c0b0-e819a112ab00.html
点击查看答案
为使用OleDb .NET Data Proviver连接到SQL Server 2005数据库,应将Connection对象的ConnectionString属性中的Provider子属性的值设置为( )

A. Provider=SQLOLEDB

B. Provider=SQLSERVER

C. Provider=Microsoft.Jet.OLEDB.4.0

D. Provider=MSDAORA

解析:

https://www.shititong.cn/cha-kan/shiti/0001eb89-18dc-c2d3-c0b0-e819a112ab00.html
点击查看答案
试题通小程序
试题通app下载