




已阅读5页,还剩18页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
.dll扩展名代表?(.dll estensions)p1.12静态链接库 lib文件动态链接库 (dynamic linc libraries) 包含两个文件 *.dll(运行时) *.lib(编译时)内置函数编译器哪种窗口允许查看服务器的资源?(Which windows allows to view the resources of the servers) p2.24Solution Explorer 窗口 解决方案资源管理器Properties 窗口 属性Server Explorer 窗口 服务器资源管理器Output 窗口CLR是什么? P2.4公共语言运行库 (Common Language Runtime)组件对象模型中间语言当用户将对象拖动到控件边界上时会触发什么事件?(What will trigger the event when the user object and drag to the border) p3.44ItemDrag (TreeView和ListView特有的事件 )DragOver (放下源控件时触发)DragEnter (源控件被拖到目标控件边界时触发 )DragLeave (源控件被拖出目标控件边界时触发)A. Clipboard是永久存储区。(剪贴板充当任何在windows操作系统运行的应用程序的临时 存储区,起到数据临时存储、中转的作用,所有应用程序都共享它 )B. 可以在设计时或运行时添加控件。 P3.34A正确,B不正确A不正确,B正确A,B都错误A,B都正确在窗体加载事件过程中动态加载一个按钮控件的正确代码是下列哪一段?(to dynamically load a button control during the form load event) p3.34Button btn= new Button();btn.Add();Button btn= new Button();this.Add(btn);Button btn= new Button();this.Button.Add(btn);Button btn= new Button();this.controls.Add(btn);在设计时ComboBox控件的哪种属性不可用? ComboBox 组合框(in the design of ConboBox control which properties are not available) p3.22SortedItemsSelectAllSelectionMode 哪个属性确定是否可以移动控件或调整控件的大小?(What property dedermine whether can move or resize controls )LocationSizeLockedVisibleStatusStrip控件包含4种控件,这些控件是:p4.9StatusButton, StatusLabel, ProgressBar, DropDownButtonStatusButton, StatusLabel, ProgressGrid, DropDownButtonSplitButton, StatusLabel, ProgressBar, DropDownButtonSplitButton, StatusLabel, ProgressBar, DropDownLabel以下描述错误的是SplitButton是StatusStrip的子控件 p4.9LayoutStyle属性指定StatusStrip控件的布局方向 p4.9TextDirection属性指定ToolStrip控件指定项上的文本绘制方向p5.43Value属性是指定ProgressBar控件的当前值递增的数量 p4.10实现只能输入整型数的验证功能的代码是下列哪一段?(Implementation only input integer validation code) p4.16private void textBox1_Validating(object sender, CancelEventArgs e) try int x = Int32.Parse(textBox1.Text); errorProvider1.SetError(textBox1, ); catch errorProvider1.SetError(textBox1, Not an integer value.); private void textBox1_Validating(object sender, CancelEventArgs e) try int x = Int32.ToString(textBox1.Text); errorProvider1.SetError(textBox1, ); catch errorProvider1.SetError(textBox1, Not an integer value.); private void textBox1_Validating(object sender, CancelEventArgs e) try int x = Int32.Parse(textBox1.Text); errorProvider1.SetError(textBox1); catch errorProvider1.SetError(textBox1, Not an integer value.); private void textBox1_Validating(object sender, CancelEventArgs e) try int x = Int32. ToString (textBox1.Text); errorProvider1.SetError(textBox1); catch errorProvider1.SetError(textBox1, Not an integer value.); 以下对Midlayout的Cascade值所作的描述正确的是 p5.25 Cascade 层叠所有MDI子图标都排列在MDI父窗口的客户区。 (Arrangelcons 排列图标)(All MDI child windows are cascaded within the client region of the MDIparent form)所有MDI子图标都层叠排列在MDI父窗口的客户区。所有MDI子图标都水平层叠在MDI父窗口的客户区。(TileHorizontal水平平铺非重叠水平式)所有MDI子图标都垂直层叠在MDI父窗口的客户区。 (TileVertical 垂直排列)FileDialog类是从_类继承而来的一个抽象类(The FileDialog class is an abstract class that is inherited from the_class) p5.7LocalDialog 本地对话框CommonDialog 公共对话框FolderDialogCertenDialogPrintPreviewControl可以创建一个什么窗口? P6.14打印预览页面 (print preview interface)打印控制页面打印共享页面打印用户页面以下哪个不是创建水晶报表方法? 水晶报表:crystal reports p6.27手动 Manually自动 Automatic使用标准报表向导 Using Standard Report Wizard使用现有报表 From an existing reportCrystalReportViewer控件对水晶报表有什么作用? P6.54交互 interactive浏览browse触发 strike、trigger提升 (Hosting)哪个属性用于跟踪用户在打印对话框中点击的按钮? P6.6TAG属性Document属性 文档Filter属性 过滤DialogResult属性 返回值要将水晶报表中的数据显示在紧凑的行、列和汇总字段中,需要向报表中插入什么对象?(When data to be displayed in the form of compact rows,columns,andsummary fields ) p6.49ChartsCross-tab objects 交叉对象ReportLabelsDate and Time使用推模式(Push Model)就可以对水晶报表能够访问数据进行什么处理?p6.26提取 draw、pick up、collect、extract、abstract连接 connect、link、joint、concatenate过滤 filter共享share如何将CrystalReportViewer与报表捆绑起来,在以下哪个属性中修改?(The Crystal Reports is bound to the CrystalReportViewer control,Modify) p6.56Tag属性 标签DataBindings属性ReportSource属性 报表源SelectionFormula属性记录选定公式在资源管理器中的哪个字段中修改?参数字段组名字段特殊字段公式字段对交叉表对象描述正确的是哪个?p6.49交叉表对象只允许读操作,其中列的宽度不必相同交叉表对象允许读写操作,其中列的宽度必须相同交叉表对象允许读操作,其中列的宽度必须相同(Cross-tab objects are read-only,Width of all columns in a cross-tal must be same)交叉表对象允许读写操作,其中列的宽度不必相同CrystalReportViewer控件的ReportSource属性位于属性窗口的哪个分组下?p6.55DataLayoutDesignMisc水晶报表中的实际数据显示在报表的哪个部分?(Displays the actual values in the report)p6.37Report Footer报表页脚Report Header 报表头Page Header 页眉Details 细节哪个属性用于获取或设置页面的显示尺寸?(How large the pages will appear) p6.15AutoZoomDocumentZoomAntiAliasPrintDocument对象的哪个事件用于指定将要打印的文本?QueryPageSettingsEndPrintBeginPrintPrintPage下面哪个打印许可级别对应得打印功能是只允许通过限制更为严格的对话框打印?(Provides printing only from a more-restricted dialog box) p6.15AllPrinting (可充分访问已安装的所有打印机)DefaultPrinting(允许通过编程使用默认的打印机打印,或通过限制性的打印对话框实现较为安全的打印。DefaultPrinting是AllPrinting的子集)SafePrinting (SafePrinting是DefaultPrinting的子集)NoPrinting (禁止访问打印机。NoPrinting是SafePrinting的子集)哪个属性用于指定用户界面元素和使用方式,并将其报告给无障碍帮助?(Specifies the use of an element in the user interface and reports it to accessibility aids) p7.4AccessibleDescriptionAccessibleRoleAccessibleName 用于指定无障碍帮助识别控件时使用的名称。AccessibleStates以下哪个不是创建国际化应用程序需要考虑的因素?(Factors related to creating international applications) p7.7语言因素 (Language Issues)格式因素(Formatting Issues)用户界面因素(User-Interface Issues) 与字符串相关的因素(String-Related Issues)跨平台因素(Cross platform Issues)下面那个代码片段为CultureInfo类创建了名为my_CI的新实例?p7.12using System.Globalization;CultureInfo my_CI =new CultureInfo(“DE-de”);using System.Globalization;CultureInfo my_CI =new CultureInfo(“de-DE”);using System.Configuration;CultureInfo my_CI =new CultureInfo(“DE-de”);using System. Configuration;CultureInfo my_CI =new CultureInfo(“de-DE”);CultureInfo类的哪个属性用于返回该类的实例,用于表示具体文化资源代表的文化?(represents the culture for culture-specific resoueces) p7.10GetCulturesCurrentCulture 返回一个CultureInfo类的实例所代表的文化为当前线程。CurrentUICulture 返回一个CultureInfo类的实例所代表的文化资源为因文化不同而不同。GetCurrentCultures以下对于统一字符编码字符集(Unicode)描述错误的是?p7.14Unicode字符集支持所有主要的国际语言。(Unicode supports character sets of all the major international languages)每个字符用1个字节表示。(Every character is represented using One bytes)字符用Unicode表示,文件的大小将增加一倍。(When character are representer in Unicode,the file size is doubled)世界上很多计算机系统部支持Unicode。(Many computer systems around the world do not support Unicode)使用Encoding.Convert()方法需要使用三个参数,以下哪个不是?源编码方式(a source encoding)目标编码方式(a target encoding)存放需要转换的数据字符数组(an array of strings,which represent the data to be converted)存放需要转换的数据字节数组(an array of bytes,which represent the data to be converted)以下哪个不是RightToLeft property属性的值?p7.16YesNoInheritOutherit哪个结构体提供一些输入识别方法对于拉丁文字母和非拉丁文字母是通用的?(Which structure exposes some validation methods that can be used to determine the category of a non-Latin alphabet input in the same way as a Latin alphabet input) p7.17CharStringbyteobjectSystem.Globalization 命名空间中的哪个类不可用于修改不同文化中数值的显示方式?(cant be used to modify the display of culture-specific values) p7.17DateTimeFormatInfoTextInfoCalendarNumberFormatInfo以下哪个命令提示工具用于将文本格式的资源文件转换为二进制格式?(Which command prompt utility is used to convert a resource file from the text format into the binary format) p7.26Resource File Cenerator(ResGen.exe)工具Soapsude(Soapsuds.exe)工具PEVerify(Peverify.exe)工具CorFlags(CorFlags.exe)转换工具编辑好的帮助工程文件的扩展名是什么?(What is the extension of a complied help project file) p7.31.html.edf.chm.batHelpNavigator 属性的哪个值用于显示指定主题的索引?(display the index for a specified topic) p7.58IndexAssociateIndexKeywordIndexTopic下面哪个选项为汉语、中国区的文化代码?(Chinese language,China region)p7.9en-CAfr-FRzh-CNde-DE控件的_属性用于指定无障碍帮助识别控件时使用的名称。(accessibility aids identify the control) p7.4NameAccessibleNameAccessibleAidNameAccessibleIdentity下面那个选项涉及到针对具体文化定制应用程序?(What is the process of customizing an application for a given culture) p7.19全球化本地化 (Localizing)针对具体文化的格式编排配置要实现从右至左显示,需要设置窗体的哪个属性?(Implementing Right-to-Left display)p7.16RightToLeftDirectionDisplayTextAlign如下哪个方法用于将当前的编码转换为Unicode 编码?(To convert an existing encoding to Unicode) p7.15Encoding.GetEncodingEncoding.ToUnicodeEncoding.ConvertEncoding.TranslateA:HelpProvider控件用于将帮助文件与应用程序关联起来。(The help file an be associated with application with the help of the HelpProvider)B:HelpNavigator属性来指定相关联的帮助文件。 P7.58A和B都正确A正确B不正确A不正确B正确A和B都不正确以下哪一项不是.Net编程环境中的构造器(Constructor)?p8.12Public构造器Internal构造器Private构造器Protected构造器以下不属于.Net Framework支持的三种用户自定义控件的是:(The .NET Framework provider three types of user-defined controls)p8.18用户控件(User control)系统默认控件(System default control)自定义控件(Custom control)从现有控件继承而得的控件(Control inherited from an existing control)创建用户控件的步骤如下:p8.181.选择StartAll ProgramsMicrosoft Visual Studio 2005Microsoft Visual Studio 2005,将显示Start Page - Microsoft Visual Studio窗口;2.选择FileNewProject,将出现New Projecr对话框;3.从Project Types窗格中选择Visual C#工程类型,然后从Templates窗格中选择Windows Control Library;a.在Name文本框中输入新工程的名称;b.在Location组合框中,在为新建的工程设定路径;4. 单击OK按钮。5.为用户控件设计用户界面;6.在代码窗口中为控件编写代码,以便实现相应的功能。在代码窗口中,你可以通过编写代码为用户控件创建属性,代码中应含有添加的属性的Get和Set方法。7.通过Build菜单创建应用程序。1.选择StartAll ProgramsMicrosoft Visual Studio 2005Microsoft Visual Studio 2005,将显示Start Page - Microsoft Visual Studio窗口;2.选择FileNewProject,将出现New Projecr对话框;3.从Project Types窗格中选择Visual C#工程类型,然后从Templates窗格中选择Windows Control Library;a.在Name文本框中输入新工程的名称;b.在Location组合框中,在为新建的工程设定路径;4. 单击OK按钮。5.在代码窗口中为控件编写代码,以便实现相应的功能。在代码窗口中,你可以通过编写代码为用户控件创建属性,代码中应含有添加的属性的Get和Set方法;6.为用户控件设计用户界面。7.通过Build菜单创建应用程序。1.选择StartAll ProgramsMicrosoft Visual Studio 2005Microsoft Visual Studio 2005,将显示Start Page - Microsoft Visual Studio窗口;2.选择FileNewProject,将出现New Projecr对话框;3. 单击OK按钮。4.从Project Types窗格中选择Visual C#工程类型,然后从Templates窗格中选择Windows Control Library;a.在Name文本框中输入新工程的名称;b.在Location组合框中,在为新建的工程设定路径; 5.为用户控件设计用户界面;6.在代码窗口中为控件编写代码,以便实现相应的功能。在代码窗口中,你可以通过编写代码为用户控件创建属性,代码中应含有添加的属性的Get和Set方法。7.通过Build菜单创建应用程序。1.选择StartAll ProgramsMicrosoft Visual Studio 2005Microsoft Visual Studio 2005,将显示Start Page - Microsoft Visual Studio窗口;2.选择FileNewProject,将出现New Projecr对话框;3.在代码窗口中为控件编写代码,以便实现相应的功能。在代码窗口中,你可以通过编写代码为用户控件创建属性,代码中应含有添加的属性的Get和Set方法; 4.单击OK按钮。5.为用户控件设计用户界面; 6.从Project Types窗格中选择Visual C#工程类型,然后从Templates窗格中选择Windows Control Library;a.在Name文本框中输入新工程的名称;b.在Location组合框中,在为新建的工程设定路径;7.通过Build菜单创建应用程序。.NET组件是扩展名为_的.NET程序集。P8.21.EXE.DLL.CAB .INI如果某控件继承了现有的控件,要修改其界面需要覆盖哪个方法?(Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control)p8.21OnPaint方法InPaint方法OutPaint方法UnderPaint方法组件可以分为以下类型:(Components are of-types)p8.3内置组件、外置组件外置组件、用户自定义组件用户自定义组件、进程内组件内置组件(Built-in components)、用户自定义组件(User-defined components)在同步编程中,每当调用一个函数时程序在继续执行下一行代码之前会暂停执行,直到完成该函数。这种类型的编程有以下哪个缺点?(In synchronous programming,each time a function is called,program execution waits until that fuanction is completed,before continuing with the next line of code.Such type of programming has a deawback) p9.3如果完成函数需要花费较长的时间,可能产生数据冗余。如果完成函数需要花费较长的时间,用户则无法完成其他任何任务。(If a function is taking along time to complete,the user is unable to perform any other task)如果完成函数需要花费较长的时间,会产生溢出错误。如果完成函数需要花费较长的时间,用户则无法完成其他部分任务。Syatem.Threading命名空间提供的类有:p9.7ThreadPool类Monitor类Mutex类ReaderWriterLock类Simaple类ThreadPool类Incharge类Mutex类ReaderWriterLock类Semaphore类ThreadPool类Moni
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 汽车电器考试题及答案
- 浙江省温州市瓯海区实验中学2024-2025学年七年级上学期语文第二次月考试卷(含答案)
- 2025年企鹅旅行记题库及答案
- 食品小常识课件
- 2025年数学会考试卷及答案
- 2025模拟中考数学试卷及答案
- 食品安全知识培训资质课件
- 2025年面试真题及答案
- 食品安全知识培训登记课件
- 五年级英语期末考试卷及答案2025
- 高一学生手册考试试题及答案
- 廉政参观活动方案
- 律师事务所客户数据安全管理制度
- 孕妇学校健康教育课件
- 医务人员艾滋病知识培训
- erp权限管理制度
- 2025年重庆中考道德与法治试卷真题解读答案讲解(课件)
- 厦门垃圾分类题目及答案
- 湘美版(2024)美术一年级上册第1课 桑叶和蚕宝宝 课件T内嵌视频
- (中职)仪器分析技术(项目1-15)配套教材课件完整版电子教案
- 数字人文资源本体建模-洞察及研究
评论
0/150
提交评论