网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
In a patient’s file, you might find: ()
A. observation chart
B. weight chart
C. Fluid chart
D. drug list
参考答案
更多 “ In a patient’s file, you might find: () A. observation chartB. weight chartC. Fluid chartD. drug list ” 相关考题
考题
假设文件file处于当前目录下某个子目录中,下列哪个命令可以得到其具体路径名:()
A.find.-namefile-printB.FIND.-namefile-printC.find-namefile-print
考题
Patient: Could you arrange for me to see Doctor Smith tomorrow morning?Nurse: _________. He won't be free until 12:00.A. You can call laterB. You're unluckyC. I can't do thatD. I'm afraid not
考题
有如下程序段#include "stdio.h"#include "string.h"#define N 10#define M 10char *find(char(*a)[M],int n){ char *q;int i; q=a[0]; for(i=0;in;i++) if(strcmp(a[i],q)0)q=a[i]; return q;}main(){ char s[N][M]={"tomeetme","you","and","he","china"}; char *p; int n=5; p=find(s,n); puts(p);}则执行后输出的结果为A.he B.and C.you D.tomeetme
考题
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件A.ls -l ~/file[2-5]*B.find ~ -name "file[2-5]*" -exec ls -l {} ;C.find ~ -name "file[2-5]*"D.ls -a ~/file[2-5]*E.ls -l ~/file[2-5]F.find ~ -name "file[2-5]?"
考题
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件A.ls -l ~/file[2-5]*B.find ~ -name "file[2-5]*"C.ls -a ~/file[2-5]*D.find ~ -name "file[2-5]?"
考题
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件,下面哪种做法是正确的?A.ls -l ~/file[2-5]*B.find ~ -name "file[2-5]*" -exec ls -l {} ;C.find ~ -name "file[2-5]*"D.ls -a ~/file[2-5]*E.ls -l ~/file[2-5]F.find ~ -name "file[2-5]?"
考题
将/tmp目录下名字以file字样打头,紧跟一个除0-9之间的数字之外的任意字符,以.txt结尾的所有文件打包为一个叫做file.tar 的文件,下面哪些命令是正确的?A.tar -cf file.tar /tmp/file[!0-9].txtB.find /tmp -name "file[!0-9].txt" -exec tar -uf ./file.tar {} ;C.find /tmp -name "file[!0-9].txt" -exec tar -cf ./file.tar {} ;D.tar -czf file.tar /tmp/file[!0-9].txt
考题
s = "abcd1234",find()函数可以在字符串中搜索子串,s.find("cd")返回的结果是__________。
热门标签
最新试卷