文档库 最新最全的文档下载
当前位置:文档库 › 2018年程序员考试试题及答案

2018年程序员考试试题及答案

2018年程序员考试试题及答案
2018年程序员考试试题及答案

2018 年程序员考试试题及答案

单项选择题

在常用的字处理软件中,选中文本块后,按下Ctrl键再拖曳鼠标,可以 1 ;直接用鼠标拖曳已选定的文本,可以 2 。

1、 A.复制选中的文本B.移动选中的文本

C.选中一个矩形区域中的文本D.选中一个段落

2、 A.复制选中的文本B.移动选中的文本

C.选中一个矩形区域中的文本D.选中一个段落

3、第一个完整、健全的面向对象程序设计语言是______。

A.Eiffel B.C++ C.Smalltalk D.COBOL

4、______是关于质量管理体系的一系列标准,有助于企业交付符合用户质量要求的产品。A.ISO 9000 B.CMM C.ISO 1400 D.SW-CMM

5、在(38) 存储结构中,在元素的存储结构之上另外建立一个元素与其存储位置之间的映射关系。

A.索引(Index) B.散列(Hash)

C.链表(Link) D.顺序(Sequence)

6、在Windows中,用鼠标左键单击某应用程序窗口的最小化按钮后,该应用程序处于(1) 的状态。

A.被强制关闭B.不确定C.被暂时挂起D.在后台继续运行

7、Suppose we have the relation schema R( A, B, C,D.with functional dependencies; F{A→B,B→C,C→D,D→A}, then R(A,B,C,D. at least is in (73) .

A. 1NF

B. 2NF

C. 3NF

D. BCNF

The construct

eobegin

Statement1;

Statement2;

coend

means Statement1 and Statement2 are to be executed in parallel. The only two

atomic actions in this construct are loading the value of a variable and storing into a variable. For the program segment

x=0;y=0;

cobegin

{x=1; y+=x;}

{y=2; x+=3;}

eoend

8、某总线有104根信号线,其中数据总线(DB.32根。若总线工作频率为33MHz,则其理论最大传输速率为(24) 。(注:本题答案中的B表示Byte)

A.33MBps B.64MBps

C.132MBps D.164MBps

When you open a file or run a program in a computer, a window appears on the desktop of your computer. The 9 of the window indicates which program you are currently working in arid its color will become blue if a window is active. When you click on The 10 , the window disappears and appears as a button on the taskbar. Clicking on a button in 11 will invoke a specific command.

9、A. control menu B. control bar C. title menu D. status bar

10、A. maximize button B. restore button C. close button D. minimize button

11、A. menu bar B. tool bar C. scroll bar D. status bar

12、关于对象封装的叙述,正确的是(46) 。

A.每个程序模块中都封装了若干个对象

B.封装可实现信息隐藏

C.封装使对象的状态不能改变

D.封装是把对象放在同一个集合中

13、计算机的技术性能指标主要是指(67) 。

A.字长、运算速度、内矽r、存容量和CPU的主频

B.所配备语言、操作系统、外围设备

C.磁盘容量、内存容量

相关文档