首页 > 软考
题目内容 (请给出正确答案)
[单选题]

Anne _____ the news to everyone.

A.told

B.said

C.talked

D.spoke

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“Anne _____ the news to everyon…”相关的问题
第1题
在考生文件夹下建立一个名为NEWS的文件夹。

点击查看答案
第2题
在考牛文件夹下创建文件夹NEWS,并设置属性为隐藏并取消存档属性。

点击查看答案
第3题
阅读以下说明和C++程序,将应填入(n)处的字句写在对应栏内。【说明】 字符串在程序设计中扮演着重要

阅读以下说明和C++程序,将应填入(n)处的字句写在对应栏内。

【说明】

字符串在程序设计中扮演着重要角色。现需要设计字符串基类string,包含设置字 符串、返回字符串长度及内容等功能。另有一个具有编辑功能的串类edlt_string,派生于string,在其中设置一个光标,使其能支持在光标处的插入、删除操作。

【程序】

include <iostream.h>

include <stdio.h>

include <string.h>

class string

{

int length;

char *data;

public:

int get_length() {return length;}

char *get_data() {return data;}

~string() {delete data;}

int set data(int in_length, char *in_data);

int set_data(char *data);

void print() {cout<<data<<endl;}

};

class edit_string: public string

{

int cursor;

public:

int get_cursor() {return cursor;}

void move_cursor(int dis) {cursor=dis;}

int add_data(string *new_data);

void delete_data(int num);

};

int string::set_data(int in_length,char *in_data)

{

length=in_length;

if(!data)

delete data;

(1)

strcpy(data,in_data);

return length;

}

int string::set data(char *in_data)

{

(2)

if(!data)

delete data;

(1)

strcpy(data,in_data);

return length;

}

int edit_string::add_data(string *new_data)

{

int n,k,m;

char *cp,*pt;

n=new_data->get_length();

pt=new_data->get_data();

cp=this->get_data();

m=this->get_length();

char *news=new char[n+m+1];

for(int i=0; i<cursor; i++)

news[i]=cp[i];

k=i;

for(int j=0; j<n; i++,j++)

news[i]=pt[j];

cursor=i;

for(j=k; j<m; j++,i++)

(3)

news[i]='\0';

(4)

delete news;

return cursor;

}

void edit string::delete_data(int num)

{

int m;

char *cp;

cp=this->get_data();

m=this->get_length();

for(int i=cursor; i<m; i++)

(5)

cp[i]='\0';

}

点击查看答案
第4题
根据下面的文字资料回答 72~76 题 (1 )is a one-way function that takes an arbitrarily long
piece of plaintext and from it computes a fixed-length bit string.

(2 )is a protocol that most USENET machines nOW use it to allow news articles to propagate from one machine to another over a reliable connection.

(3 )is an approach preferred by cable TV providers.In this solution the fiber terminates at an optoelectrical converter and the final segment is a shared coaxial cable.

(4 )is a device used to connect two separate network that use different communication protocol.

(5 )is a digital-to-digital polar encoding method in which the signal level is always either positive or negative.

第6题:文中(1 )处正确的答案是()。

A.MD

B.RSA

C.DES

D.MIB

点击查看答案
第5题
● (71) is a one-way function that takes an arbitrarily long piece of plaintext and from it

● (71) is a one-way function that takes an arbitrarily long piece of plaintext and from it computes a fixed-length bit string.

(72) is a protocol that most USENET machines now use it to allow news articles to propagate from one machine to another over a reliable connection.

(73) is an approach preferred by cable TV providers .In this solution the fiber terminates at an optoelectrical converter and the final segment is a shared coaxial cable.

(74) is a device used to connect two separate network that use different communication protocol.

(75) is a digital-to-digital polar encoding method in which the signal level is always either positive or negative.

(71) A. MD

B.RSA

C.DES

D.MIB

(72)A.RTP

B.RTTPC FTP

D.NNTP

(73) A. ADSL

B.FTTC

C.HFC

D.FTTH

(74)A .Router

B.Gateway

C.Bridge

D.hub

(75)A .NNI

B.NRZ

C.NAK

D.NVT

点击查看答案
第6题
将文件夹下NAG文件夹的属性设置成只读和存档。2.将文件夹下SAO文件夹移动到文件夹下HNG文件夹

将文件夹下NAG文件夹的属性设置成只读和存档。

2.将文件夹下SAO文件夹移动到文件夹下HNG文件夹中,并改名为DO。

3.将文件夹下LENG\BSAI文件夹中的文件TOWER.BAK移动到文件夹下SANG\WEI文件夹中,并改名为VAO.WPS。

4.将文件夹下NEEED文件夹中的文件YUN.DOS删除。

5.在文件夹下建立一个名为NEWS的文件夹。

点击查看答案
第7题
试题二(共15分)阅读以下说明,回答问题1至问题3,将解答填入答题纸的对应栏内。【说明】某公司使用ASP

试题二(共15分)

阅读以下说明,回答问题1至问题3,将解答填入答题纸的对应栏内。

【说明】

某公司使用ASP.NET+SQLServer开发电子商务网站,该网站分为前台和后台两部

分,前台具有会员登录、商品展示、商品搜索;、个人中心和购物车等功能;后台具有商

品管理、会员管理和订单管理等功能。

【问题1】(6分)

ASP.NET访问数据库一般采用ADO.NEt。ADO.NET主要包含Connection对象、

Command对象、DataReader对象、DataAdaptiIr对象、DataSet对象和DataView对象等。

建立数据源连接使用的对象是(l).。连接对象创建完成后,打开连接,需使用的方法是

(2),连接对象使用结束后,一般需要关闭连接,使用的方法是(3)。如果在操作数据

库时,需要大批量的处理数据或者想在断开数据库连接的情况下操作数据,.NET使用(4)

对象将数据从数据库服务器中取出,并将数据存入(5)对象中。如果要添加、修改或删

除数据,需要使用(6)对象。

【问题2](3分)

该电子商务网站数据库business中包含一张新闻表,名为news,结构如表2-1所示。

现在发现news表中缺少字段“新闻作者”,要求使用SQL语句添加该字段,字段名

为newsauthor,数据类型为varchar,长度为20,默认值为admin。请根据题目说明,将

SQL语句补充完整。

ALTER TABLE (7) ADD (8)(2O)default‘(9)’。

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改