为保护头部不因重物坠落或其他物件碰撞而伤害头部的防护用品是()。
A.安全帽
B.防护网
C.安全带
D.防护罩
参考答案:A
下图漫画体现了未成年人需要( )
A.社会保护
B.家庭保护
C.学校保护
D.司法保护
One of the difficulties in building an SQL-like query language for the Web is the absence of a database () for this huge, heterogeneous repository of information. However, if we are interested in HTML documents only, we can construct a virtual schema from the implicit structure of these files. Thus, at the highest level of () , every such document is identified by its Uniform Resource Locator (URL), has a () and a text. Also, Web servers provide some additional information such as the type, length, and the last modification date of a document. So, for data mining purposes, we can consider the set of all HTML documents as a relation: Document(url, title, text, type, length, modif)Where all the () are character strings. In this framework, an individual document is identified with a () in this relation. Of course, if some optional information is missing from the HTML document, the associate fields will be left blank, but this is not uncommon in any database.
at the highest level of ()
A.protocol
B.control
C.abstraction
D.presentation