《Visual Basic程序设计》形成性考核册作业及答案

上传人:liy****000 文档编号:117252322 上传时间:2019-12-05 格式:DOC 页数:38 大小:170KB
返回 下载 相关 举报
《Visual Basic程序设计》形成性考核册作业及答案_第1页
第1页 / 共38页
《Visual Basic程序设计》形成性考核册作业及答案_第2页
第2页 / 共38页
《Visual Basic程序设计》形成性考核册作业及答案_第3页
第3页 / 共38页
《Visual Basic程序设计》形成性考核册作业及答案_第4页
第4页 / 共38页
《Visual Basic程序设计》形成性考核册作业及答案_第5页
第5页 / 共38页
点击查看更多>>
资源描述

《《Visual Basic程序设计》形成性考核册作业及答案》由会员分享,可在线阅读,更多相关《《Visual Basic程序设计》形成性考核册作业及答案(38页珍藏版)》请在金锄头文库上搜索。

1、We will continue to improve the companys internal control system, and steady improvement in ability to manage and control, optimize business processes, to ensure smooth processes, responsibilities in place; to further strengthen internal controls, play a control post independent oversight role of ev

2、aluation complying with third-party responsibility; to actively make use of internal audit tools detect potential management, streamline, standardize related transactions, strengthening operations in accordance with law. Deepening the information management to ensure full communication zero resistan

3、ce. To constantly perfect ERP, and BFS+, and PI, and MIS, and SCM, information system based construction, full integration information system, achieved information resources shared; to expand Portal system application of breadth and depth, play information system on enterprise of Assistant role; to

4、perfect daily run maintenance operation of records, promote problem reasons analysis and system handover; to strengthening BFS+, and ERP, and SCM, technology application of training, improve employees application information system of capacity and level. Humanistic care to ensure zero. To strengthen

5、ing Humanities care, continues to foster company wind clear, and gas are, and heart Shun of culture atmosphere; strengthening love helped trapped, care difficult employees; carried out style activities, rich employees life; strengthening health and labour protection, organization career health medic

6、al, control career against; continues to implementation psychological warning prevention system, training employees health of character, and stable of mood and enterprising of attitude, created friendly fraternity of Humanities environment. To strengthen risk management, ensure that the business of

7、zero risk. To strengthened business plans management, will business business plans cover to all level, ensure the business can control in control; to close concern financial, and coal electric linkage, and energy-saving scheduling, national policy trends, strengthening track, active should; to imple

8、mentation State-owned assets method, further specification business financial management; to perfect risk tube control system, achieved risk recognition, and measure, and assessment, and report, and control feedback of closed ring management, improve risk prevention capacity. To further standardize

9、trading, and strive to achieve according to law, standardize and fair. Innovation of performance management, to ensure that potential employees zero fly. To strengthen performance management, process control, enhance employee evaluation and levels of effective communication to improve performance ma

10、nagement. To further quantify and refine employee standards . Work, full play party, and branch, and members in five type Enterprise construction in the of core role, and fighting fortress role and pioneer model role; to continues to strengthening four good leadership construction, full play levels

11、cadres in enterprise development in theVisual Basic程序设计形成性考核册作业及答案2012年Visual Basic程序设计形成性考核册作业及答案作业1 一、选择题1、在设计应用程序时,可以查看到应用程序工程所有组成部分的窗口是(D)。 A、窗体设计 B、代码 C、属性 D、工程资源管理器窗口2、窗体的load事件的触发时机是(B)。A、用户单击窗体时 B、窗体被加载时 C、窗体显示之后 D、窗体卸载时3、与传统的程序设计语言相比,Visual Basic 最突出的特点是(C)。 A、结构化程序设计 B、程序开发环境 C、事件驱动编程机制 D、

12、程序调试技术4、VB6.0集成开发环境的主窗口中不包括(C)。 A、标题栏 B、菜单栏 C、状态栏 D、工具栏5、如果对象的名称为Mytext ,而且对象有一个属性Text,那么在代码中引用该属性的正确格式是(B)。 A、 text.Mytext B、Mytext.Text C、Mytext.(Text) D、Mytext*Text6、下列可以激活属性窗口的操作是(D)。 A、用鼠标双击窗体的任何部位 B、执行“工程“菜单中的”属性窗口“命令 C、按Ctrl+F4 D、按F47、假定已在窗体上画了多个控件,并有一个控件是活动的,为了在属性窗口中设置窗体的属性,预先应执行的操作是(A)。 A、单

13、击窗体上没有控件的地方 B、单击任一个控件 C、不执行任何操作 D、双击窗体的标题栏8、如果要在文本框键入字符时,只显示某个字符,如果(*),应设置文本框的(B)属性。 A 、Caption B、PasswordChar C、Text D、Char9、如果想要在文本框中的内容在运行时不能编辑,需要文本框的(A)属性设置为True.A Locked B、MultiLine C、TabStop DVisible10 对于定时器(Tiner)控制,设置其定时是否开启的属性是(C)A、Index B、Tag C、Enabled D、Left11、要在窗口体Fornl 内显示“myfrm”使用的语句是(

14、 C)A、Form.caption=“myfrm”B、Fornl.caption=“myfrm”C、forml.print“myfrm”D、form.print“myfrm”12、对象的性质和状态特征称为(C)A、事件 B、方法 C、属性 D、类13、下列正确的赋值语句是(B)A、x+y=20 B、y=x+20 C、3x=y D、s=14、当使用上下文相关的帮助时,选择要帮助的内容,然后按(D)键,就可出现MSDN窗口直接显示所需的帮助信息。 A、Help B、F10 C、Ese D、F115、将调试通过的工程经“文件”菜单的“生成.exe文件“编绎成名.exe后,将该可执行文件放到其它机器上

15、不能运行的主要原因是(D)。A、运行的机器上无VB系统 B、缺少.frm 窗体文件 C、该执行文件有病毒 D、以上原因都不对二、填空题1、当进入VB集成开发环境后,发现没有显示“工具箱”窗口。应选择 视图 菜单的 工具箱 选项,使“工具箱”窗口显示。2、在VB中,事件过程名由 对象名 和 事件名 构成。3、工程文件的扩展名是 vbp ,窗体文件扩展名是 frm 。4、对象时代码和数据的集合,例如,Visual Basic 中的 窗体 、 按钮 、 文本框 等都是对象。5、对象的方法用于 实施某种操作功能 。当方法不需要任何参数并且也没有返回值,调用对象的方法的格式为 对象名.方法名 。例如对窗体Forml 使用Show 方法,应写成 form1.show 。6、要使文本框显示滚动条,需要将其 ScrollBars 属性设置为 3 。7、欲设置定时的时间间隔为4秒,则属性Interval 的值为 4000 。8、要使标签框的大小随Caption属性做自动调整,应将 AutoSize 属性

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 资格认证/考试 > 其它考试类文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号