设有关系R(CITY,ST,ZIP),其函数依赖集F={(CITY,ST)ZIP,ZIPCITY},则关系R至多满足()。
A. 1NF
B. 2NF
C. 3NF
D. BCNF
查看答案
实施对软件的需求分析时,常采用的工具应包括()。
A. 数据流图和数据字典
B. 数据流图和结构化语言
C. 数据字典和判定表
D. 结构化语言和结构图
Ⅰ型糖尿病死亡的主要原因是
A. 冠心病
B. 脑血管病
C. 肾小球硬化症
D. 酮症酸中毒
E. 感染性休克
Traversing a binary tree in preorder is equivalent to ().
A. Traversing the forest corresponding to the binary tree in root-first order.
B. Traversing the forest corresponding to the binary tree in root-last order.
C. Traversing the forest corresponding to the binary tree in breadth-first order.
D. None of the above.
UNIX系统中,若文件X的创建者希望对所有用户(包括其自身)可读写文件X但不可执行X,可用下列哪一个命令完成?()
A. chown 666 X
B. chmod 666 X
C. chown 777 X
D. chmod 777 X