题目内容

In developing a hospital database, it is determined that on the average, each patient will have 6 treatments during a hospital stay. The average length of a stay is three days. The hospital has 1000 beds. There are on the average 800 patients occupying beds each day. The relationship between PATIENT and TREATMENT is 1: M. The relationship between PATIENT and BED is 1:1, conditional. If treatment record occurrences are archived as soon as a patient is discarded from the hospital, how many occurrences of the TREATMENT records will be stored in the TREATMENT database file on the average

A. 6,000
B. 4,800
C. 18,000
D. 1,600

查看答案
更多问题

情感淡漠是精神分裂症晚期或单纯性的主要症状,与思维贫乏同时存在。

A. 对
B. 错

下列给定程序中,函数fun的功能是:将s所指字符串的正序和反序进行连接,形成的新串放在t所指的数组中。 请改正程序中的错误,使它能得出正确的结果。 注意:不要改动mam函数,不得增行或删行,也不得更改程序的结构! 试题程序: #include<stdio.h> #include<string.h> /******************found*******************/ void fun(char s, char t) int i, d; d=strlen(s); for(i=0; i<d; i++) t[i]=s[i]; for(i=0; i<d; i++) t[d+i]=s[d-1-i]; /******************found*******************/ t[2*d-1]=’\0’; main() char s[100], t[100]; printf("nPlease enter string S:"); scanf("%s", s); fun(s, t); printf("\nThe result is: %s\n", t);

按我国现行规定,进口货物增值税基本税率为17%;低税率为13%。出口货物增值税税率为0%。

A. 对
B. 错

(28~30题共用题干)女性,30岁,右前臂骨折石膏绷带固定。 协助医生包扎时不正确的护理是

A. 清洁患肢皮肤,有伤口者先换药
B. 石膏绷带紧贴皮肤沿肢体滚动缠绕
C. 用手掌扶托肢体石膏型
D. 石膏包扎后l0~20分钟内避免肢体活动
E. 石膏固定当日即可做患肢肌肉舒缩运动

答案查题题库