题目内容 (请给出正确答案)
[主观题]

请在下列空白处填上适当的单词:Some common ______1____can help you in building effective d

请在下列空白处填上适当的单词:

Some common ______1____can help you in building effective document management. The files can be found easily when you [label] your files and folders with names such as ___2____ and school names. You can have a quick idea of the ___3___types if you search through folders in thumbnail view. You also need to remove __4____files to make it clear and put things similar together in a folder. And keeping files in ____5___ order is a good way to sort out all files. Of course, you should___6_____ and reorganize files from a certain period of time to make sure they are in the_____7_____ place.

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“请在下列空白处填上适当的单词:Some common ___…”相关的问题

第1题

(11 )请在下列程序的空白处,填上适当的内容:Import java. awt. *;Import java. util. *;Class B

(11 )请在下列程序的空白处,填上适当的内容:

Import java. awt. *;

Import java. util. *;

Class BufferTest{

Public static void main(string args[])

Throws IOException{

FileOutputStream unbuf=

new FileOutputStream(“ test.one ” ) ;

BufferedOutputStream buf=

new 【 11 】 (new FileOutputStream(“ test.two ” ));

System.out.println

(“ write file unbuffered: ” + time(unbuf) + “ ms ” );

System.out.println

(“ write file buffered: ” + time(buf) + “ ms ” );

}

Static int time (OutputStream os)

Throws IOException{

Date then = new Date();

for (int i=0; i<50000; i++){

os.write(1);

}

}

os.close();

return(int)(()new Date()).getTime() - then.getTime());

}

点击查看答案

第2题

程序运行后,利用冒泡法对数组a中的数据按从小到大排序。请在空白处填上适当的内容,在横线处应填写
()。程序运行后,利用冒泡法对数组a中的数据按从小到大排序。请在空白处填上适当的内容,在横线处应填写()。

A. Form=0 To 4

B. Form=0 To 4

C. Form=1 To 4

D. Form=1 To 4

点击查看答案

第3题

为了使下列程序能顺利编译,请在空白处填上相应的内容:

为了使下列程序能顺利编译,请在空白处填上相应的内容:

为了使下列程序能顺利编译,请在空白处填上相应的内容:请帮忙给出正确答案和分析,谢谢!

请帮忙给出正确答案和分析,谢谢!

点击查看答案

第4题

为了使下列程序能则利运行.请在空白处填上相应的内容:

为了使下列程序能则利运行.请在空白处填上相应的内容:

请帮忙给出正确答案和分析,谢谢!

点击查看答案

第5题

程序运行后,利用冒泡法对数组a中的数据按从小到大排序。请在空白处填上适当的内容,将程序补充完整

Ptivate Sub Form_load()

Dima(1T05)As Integer,n=5

a(1)=20:a(2)=25:a(3)=10:a(4)=40:a(5)=15

______

Forz=1 To n-m

If a(z)>a(z+1)Then

t=a(z)

a(z)=(z+1)

a(z+1)=t

End If

NextZ

Next

点击查看答案

第6题

以下程序功能是:判断一个数是否是素数,若不是打印其所有因子;否则打印“没有因子”。请在程序空白处填上适当内容,将程序补充完整。 #include <stdio.h> main() { int i, m, flag=1; printf(“ Please enter a number:”); scanf(“%d”, &m ); for(i = 2; i < m ; i++ ) { if(m%i != 0 ) ; flag=0; printf("%d n", i ); } if(flag ) printf("没有因子n"); }
点击查看答案

第7题

以下程序功能是:判断一个数是否是素数,若不是打印其所有因子;否则打印“没有因子”。请在程序空白处填上适当内容,将程序补充完整。 #include <stdio.h> main() { int i, m, flag=1; printf(“ Please enter a number:”); scanf(“%d”, &m ); for(i = 2; i < m ; i++ ) { if(m%i != 0 ) ; flag=0; printf("%d n", i ); } if(flag ) printf("没有因子n"); }
点击查看答案

第8题

在窗体上画一个文本框,名称为Text1,画一个命令按钮,名称为Commandl。程序运行时,单击命令按钮,能
将事先输入到文本框中的内容一个字符一个字符地写入顺序文件 test.dat中。请在空白处填上适当的内容,将程序补充完整。

Private Sub Command1_Click()

Open"c:\test.dat"For Output As 1

For I=1 to Len(Text1.text)

______

Next I

Close 1

End Sub

点击查看答案

第9题

以下程序是用来计算最高分及最高分学号。请在程序空白处填上适当内容将程序补充完整。(所填内容用英文输入法下的逗号做分隔符) #include <stdio.h> void Findmax(float *pScore,long *pNum,int n,float *pMaxScore, long *pMaxNum ); main() { float score[40], Maxscore; long num[40], Maxnum; int n , i; scanf(“%d”, &n ); for(i =0 ; i < n ; i ++ ) scanf(“%ld%f”, &num[i], &score[i] ); Findmax(); printf(“Maxnum=%ld, Maxscore=%f“, Maxnum , Maxscore); } void FindMax(float *pScore,long *pNum,int n,float *
点击查看答案

第10题

(8)下列这个Sub过程的功能是统计字符串中“a”的个数,请在空白处填上合适的代码,将程序补充完整。Pr
ivate Sub numCount() Dim num As Integer s$="software And hardware" Num=Len(s$) For i=1 unm b$=。 If b$="a"Then x=x+1 Next i Print"x=";xEnd Sub

点击查看答案
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
温馨提示
每个试题只能免费做一次,如需多次做题,请购买搜题卡
立即购买
稍后再说
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“赏学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
赏学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反赏学吧购买须知被冻结。您可在“赏学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
赏学吧
点击打开微信