C# 语言测验
开始
其他相关测试 C# 测验一 C# 测验二 C# 测验三 $(function() { $('#quiz').quiz({ //resultsScreen: '#results-screen', //counter: false, //homeButton: '#custom-home', counterFormat: '第 %current 题,共 %total 题', resultsFormat: '回答正确 %score 题,总共 %total 题!', nextButtonText: '下一题', finishButtonText: '完成', restartButtonText: '重新测验', questions: [ { 'q': '关于 C# 下列哪项是正确的?', 'options': [ '它可以在各种计算机平台上编译。', '它是 .Net 框架的一部分。', '它是面向对象的高级编程语言。', '以上都是' ], 'correctIndex': 3, 'correctResponse': '回答正确。', 'incorrectResponse': '回答错误,C#是微软推出的一种基于.NET框架的、面向对象的高级编程语言,可以跨平台。' }, { 'q': 'C# .net 中 Long 数据类型存储是多少字节?', 'options': [ '1', '2', '4', '8' ], 'correctIndex': 3, 'correctResponse': '回答正确。', 'incorrectResponse': 'Long 数据类型为 8 字节。' }, { 'q': '下列哪一项是 C# 正确声明变量 a 和 b 的值?', 'options': [ 'int a = b = 42;', 'int a = 32; int b = 40;', 'int a = 42; b = 40;', 'int a = 32, b = 40.6;' ], 'correctIndex': 1, 'correctResponse': '回答正确。', 'incorrectResponse': '正确为:int a = 32; int b = 40;' }, { 'q': '数据类型 sbyte、short、long、int 的大小顺序是?', 'options': [ 'short
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did100488