单项选择题 A Web browser is simply a terminal emulator, designed to display text on a screen. The two essential differences between an ordinary terminal emulator and a Web browser are that the browser knows how to deal with 1 , and that it has a mechanism for 2 graphical files. Display text, display graphics, and 3 hyperlinks-there's 99 percent of the 4 value. That's not to say that the manufacturers didn't go all-out to attach a hyperactive efflorescence of useless capabilities onto their browsers. Remember when media channels in the browser were a big deal, instead of the clutter you can't wait to delete from your favorites of bookmarks menu? Remember when client-side Java applets were supposed to become the preferred 5 for application development? Remember frames and all their nasty side effects?
1.
A.superlinks
B.links
C.hyperlinks
D.connections
A B C D
C
2.
A.displaying
B.illustrating
C.drawing
D.writing
A B C D
A
3.
A.direct
B.navigate
C.indicate
D.go-on
A B C D
B
4.
A.Web browser's
B.terminal's
C.emulator's
D.network's
A B C D
A
5.
A.plane
B.plant
C.plate
D.platform
A B C D
D
6 data effectively is crucial for success in today's competitive environment. Managers must know how to use a variety of tools. Integrated data takes information from different sources and puts it together in a meaningful and useful way. One of the difficulties of this is the 7 in hardware and software. 8 integration uses a base document that contains copies of other objects. 9 integration uses a base document that contains the current or most recent version of the source document it contains. 10 provides an overview of the program written in "plain" English, without the computer syntax.
6.
A.Generalizing
B.Sharing
C.General-using
D.Globalizing
A B C D
C
7.
A.similarity
B.interoperability
C.diversity
D.interaction
A B C D
C
8.
A.Simulated
B.Duplicated
C.Dynamic
D.Static
A B C D
D
9.
A.Linked
B.pointed
C.Dynamic
D.Static
A B C D
C
10.
A.High-level language
B.Decision tree
C.Pseudocode
D.Flowchart
A B C D
C
Most computer systems are 11 to two different groups of attacks: Insider attacks and outsider attacks. A system that is known to be 12 to an outsider attack by preventing. 13 from outside can still be vulnerable to the insider attacks accomplished by abusive usage of 14 users. Detecting such abusive usage as well as attacks by outsides not only provides information on damage assessment, but also helps to prevent future attacks. These attacks are usually 15 by tools referred to as Intrusion Detection Systems.
11.
A.vulnerable
B.week
C.sensitively
D.helpless
A B C D
A
12.
A.reliable
B.secure
C.indestructible
D.steady
A B C D
B
13.
A.visit
B.access
C.I/O
D.read/write
A B C D
B
14.
A.power
B.tights
C.authorized
D.common
A B C D
C
15.
A.searched
B.checked
C.tested
D.detected
A B C D
D
MIDI enables people to use 16 computers and electronic musical instruments. There are actually three components to M1DI, the communications " 17 ", the Hardware Interface and a distribution 18 called "Standard MIDI Files". In the context of the WWW, the most interesting component is the 19 Format. In principle, MIDI files contain sequences of MIDI Protocol messages. However, when MIDI Protocol 20 are stored in MID! files, the events are also time-stamped for playback in the proper sequence. Music delivered by MIDI files is the most common use of MIDI today.
16.
A.personal
B.electronic
C.multimedia
D.network
A B C D
C
17.
A.device
B.protocol
C.network
D.controller
A B C D
B
18.
A.format
B.text
C.wave
D.center
A B C D
A
19.
A.Video
B.Faxmail
C.Graphic
D.Audio
A B C D
D
20.
A.messages
B.packets
C.frame
D.information
A B C D
A
Certificates are 21 documents attesting to the 22 of a public key to an individual or other entity. They allow verification of the claim that a given public key does in fact belong to a given individual. Certificates help prevent someone from using a phony key to 23 someone else. In their simplest form, Certificates contain a public key and a name. As commonly used, a certificate also contains an 24 date, the name, of the CA that issued the certificate, a serial number, and perhaps other information. Most importantly, it contains the digital 25 of the certificate issuer. The most widely accepted format for certificates is X.509, thus, Certificates can be read or written by any application complying with X.509.
21.
A.text
B.data
C.digital
D.structured
A B C D
C
22.
A.connecting
B.binding
C.composing
D.conducting
A B C D
B
23.
A.impersonate
B.personate
C.damage
D.control
A B C D
A
24.
A.communication
B.computation
C.expectation
D.expiration
A B C D
B
25.
A.signature
B.mark
C.stamp
D.hypertext
A B C D
A
It should go without saying that the focus of UML is modeling. However, what that means, exactly, can be an open-ended question. 26 is a means to capture ideas, relationships, decisions, and requirements in a well-defined notation that can be applied to many different domains. Modeling not only means different things to different people, but also it can use different pieces of UML depending on what you are trying to convey. In general, a UML model is made up of one or more 27 . A diagram graphically represents things, and the relationships between these things. These 28 can be representations of real-world objects, pure software constructs, or a description of the behavior of some other objects. It is common for an individual thing to show up on multiple diagrams; each diagram represents a particular interest, or view, of the thing being modeled. UML 2.0 divides diagrams into two categories: structural diagrams and behavioral diagrams. 29 are used to capture the physical organization of the things in your system, i. e. , how one object relates to another. 30 focus on the behavior of elements in a system. For example, you can use behavioral diagrams to capture requirements, operations, and internal state changes for elements.
26.
A.views
B.diagrams
C.user views
D.structure pictures
A B C D
B
27.
A.Programming
B.Analyzing
C.Designing
D.Modeling
A B C D
D
28.
A.Activity diagrams
B.Use-case diagrams
C.Structural diagrams
D.Behavioral diagrams
A B C D
C
29.
A.Activity diagrams
B.Use-case diagrams
C.Structural diagrams
D.Behavioral diagrams
A B C D
D
30.
A.things
B.pictures
C.languages
D.diagrams
A B C D
A
DOM is a platform and language- 31 API that allows programs and scripts to dynamically access and update the content, structure and style of WWW documents (currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented 32 . DOM is a 33 -based API to documents, which requires the whole document to be represented in 34 while processing it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large 35 documents that do not fit info the memory available for processing.
31.
A.specific
B.neutral
C.contained
D.related
A B C D
B
32.
A.text
B.image
C.page
D.graphic
A B C D
C
33.
A.table
B.tree
C.control
D.event
A B C D
B
34.
A.document
B.processor
C.disc
D.memory
A B C D
D
35.
A.XML
B.HTML
C.script
D.web
A B C D
A
The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of 36 and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions - time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive 37 which is concluded with a well-defined 38 and can be further broken down into 39 - a complete development loop resulting in a release of an executable product, a subset of the final product under development, which grows incrementally to become the final system. The content structure refers to the disciplines, which group 40 logically by nature.