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

The ______ is a temporary storage area that you can use to copy or move selected text or o

bject among application.

A.cache

B.pool

C.buffer

D.clipboard

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“The ______ is a temporary stor…”相关的问题
第1题
表达式temp=random()*50;[temp],其中 ()是一个临时变量。

A.random()

B.temp

C.[temp]

D.50

点击查看答案
第2题
对下面错误描述不正确的是?()ORA-1652: unable to extend temp segment by 128 in tablespace TEMP

A.temp表空间已经没有空闲空间分配

B.temp表空间可以被循环使用无需处理

C.需要对temp表空间增加数据文件或者增大temp表空间现有的数据文件来解决该问题

D.temp表空间为数据库当前默认的临时表空间

点击查看答案
第3题
下面程序的结果为#include"iostream.h"void change(int a,int b){int temp;temp=a;a=b;b=temp;}v

下面程序的结果为 #include"iostream.h" void change(int a,int b) { int temp; temp=a; a=b; b=temp; } void main() { int m,n; m=8; n=9; change(m,n); cout<<m<<" "<<n<<endl; }

A.8 9

B.9 8

C.程序有错误

D.9 9

点击查看答案
第4题
cms初始化配置的模板放在()

A.conf

B.Templates

C.Common

D.temp

点击查看答案
第5题
对下面错误描述不正确的是()。ORA-1652:unable to extend temp segment by 128 in tablespace TEMP

A.temp表空间为数据库当前默认的临时表空间

B.temp表空间已经没有空闲空间分配

C.temp表空间可以被循环使用无需处理

D.需要对temp表空间增加数据文件或者增大temp表空间现有的数据文件来解决该问题

点击查看答案
第6题
下面程序的结果为#include"iostream.h"void change(int a,int b){ int temp; temp=a; a = b; b=t

下面程序的结果为 #include"iostream.h" void change(int a,int b) { int temp; temp=a; a = b; b=temp; } void main() { int m,n; m=8; n=9; change(m,n); cout<<m <<" " << n << endl; }

A.8 9

B.9 8

C.程序有错误

D.9 9

点击查看答案
第7题
下面函数的功能应该是:删除字符串str中所有与变量ch相同的字符,并返回删除后的结果。例如:若str=&
quot;ABCDABCD",ch="B",则函数的返回值为:"ACDACD"

Function delchar(str As String,ch As String)As String

Dim k As Inlegcr,temp As String,ret As String

ret=""

For k=1 To Len(str)

temp=Mid(str,k,1)

If temp=ch Then

ret=ret&temp

End If

Next k

delchar=ret

En d Function

但实际上函数有错误,需要修改,下面的修改方案中正确的是()。

A.把ret=ret&temp改为ret=temp

B.把If temp=ch Then改为If temp<>ch Then

C.把delchar=ret改为delchar=temp

D.把ret=""改为temp=""

点击查看答案
第8题
计算机绘图字体安装的文件夹名为()。

A.SUPPORT

B.FONTS

C.MEDIA

D.TEMP

点击查看答案
第9题
下列程序的输出结果为()。#includevoid main(){int a[5] = {1,2,3,4,5};int i,j,temp;for (i = 0, j = 4; i < j; i++, j--){temp = a[i]; a[i] = a[j]; a[j] = temp;}for (i = 0; i < 5; i++)printf ("%d", a[i]);}

A.13542

B.54321

C.12345

D.123

点击查看答案
第10题
在Python语言中,不能作为变量名的是()

A.P

B.Temp

C.3p

D.fg

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