首页 > 汉语言文学> 外国文学史
题目内容 (请给出正确答案)
[主观题]

选出应填入下面一段英语中______内的正确答案。 As the name implies, CTI (Computer-Telephone-Integratio

选出应填入下面一段英语中______内的正确答案。

As the name implies, CTI (Computer-Telephone-Integration)is the fusing of telephone operations with those performed by a computer. CTI has actually been around for a good two decades. Until recently, it required users to(1)a good deal of knowledge about telephone interconnect processes as well as networking and database programming to(2)even the most rudimentary tasks. These two skill sets are rarely possessed by the same individual.

But today CTI has gone client/server. Microsoft corp. has included its client-side Telephony API (TAPI) with every copy of windows 95. The company's service-side TAPI is now available for Windows NT. There are many telephony(3)that turn the interconnect portion of a CTI(4)into standard data programming, and low-cost, easy-to- create telephony is born. Better yet, many ofthese(3)are Visual Basic add-ons. CTIis also subject to all the cost benefits of cheaper, PC-based hardware.

The two portions ofCTI are(5)

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“选出应填入下面一段英语中______内的正确答案。 As t…”相关的问题
第1题
选出应填入下面一段英语中______内的正确答案。 In a public-key cryptosystem, (1) encrypted with th

选出应填入下面一段英语中______内的正确答案。

In a public-key cryptosystem,(1)encrypted with the public key can only be deciphered with the private key from the same(2). Conversely,(1)encrypted with the private key can be decrypted only with the public key. Users can make their public keys(3)available or place them at a key distribution center or others to access. However, the private key must be(4)safe. In public-key systems there's no(5)to find a safe channel for communicating a shared secret key.

点击查看答案
第2题
选出应填入下面一段英语中______内的正确答案。 The task at hand now is to (1) the programmers who

选出应填入下面一段英语中______内的正确答案。

The task at hand now is to(1)the programmers who still use yesterday's software technology to solve today's software problems. Object-oriented programming requires a new attitude toward problem(2). Problem(2)with computer system becomes more natural. Application can(3)be translated into(4). It is commonly believed that it will be easier to train new programmers to use object-oriented techniques than to(5)programmers who have substantial experience in applying conventional programnung language constructs.

点击查看答案
第3题
选出应填入下面一段英语中______内的正确答案。 Rapid application development (RAD) systems purport to

选出应填入下面一段英语中______内的正确答案。

Rapid application development (RAD) systems purport to lighten the developer's(1)by making it easy to program an application with simple intuitive steps.

RAD tools(2)the developer everything needed to construct afully functional application quickly and easily. They make short work of modifying the developed with product to(3)changes after the program is finished. Applications developed with RAD tools are constructed as they are envisioned. As an application's real usefulness(4), the developer armed with a RAD tools should be able to(5)on new features with little fuss.

点击查看答案
第4题
选出应填入下面一段英语中______内的正确答案。 TCP functions at the Open System Interconnection (OSl)

选出应填入下面一段英语中______内的正确答案。

TCP functions at the Open System Interconnection (OSl)(1)layer, or Layer 4. Its chief responsibility is to ensure(2)end-to-end connectivity. IP, located one layer down, at the OSI network layer, or Layer 3,communicates the addresses of each(3)sender and receiver to the routers along the way. Routers and Layer 3 switches can read IP and other Layer 3(4). This information, combined with routing tables and other network intelligence, is all it takes to get(5)the room or around the world via TCP/IP.

点击查看答案
第5题
选出应填入下面一段英语中______内的正确答案。 You want to use the Web to let (1) users or your cu

选出应填入下面一段英语中______内的正确答案。

You want to use the Web to let(1)users or your customers look(2)corporate information. But you want to keep installation at the user end(3)and you don't want just(4)to get(5)your databases.

That may be where an application server enters the picture. For more user machine independent, these software packages, typically written in the(6)programming language for use on Windows(7)-based systems, act as go-betweens(8)browser-equipped end users to the databases that(9)the information they need to(10).

点击查看答案
第6题
选出应填入下面一段英语中______内的正确答案 The terms FIFO and LIFO refer to two techniques for (1

选出应填入下面一段英语中______内的正确答案

The terms FIFO and LIFO refer to two techniques for(1)with collection of items to which additions and(2)are to be made. The acronym FIFO(3)for first-in-first-out and LIFO represents last-in-first-out. Derived from business accounting and investing management(4), these techniques have found widespread application in computer science. For example, the LIFO technique has been used in the parsing techniques employed by compilers and in the(5)of data.

供选择的答案:

(1) producing (2) dealing (3) networking (4) searching

(5) deletions (6) locations (7) observations (8) notations

(9) stands (10) represents (11) finds (12) replaces

点击查看答案
第7题
选出应填入下面一段英语中______内的正确答案。 One of the most difficult problems with systems (1)

选出应填入下面一段英语中______内的正确答案。

One of the most difficult problems with systems(1)is understanding and(2)patterns that will be jointly achieved by the components of a system. To understand this term, think of a(3)like a mouse click that triggers some chains of causally related responsibilities performed in software. One way of looking at this is from outside the system,a mouse click causes a file icon to open on a screen. Another way to view this is from inside, the responsibilities of handling the click are decentralized in a set of objects in a running program and the click(4)through this set by means of a causally connected sequence ofinterobject(5). One ofthe objects causes the file icon to open on the screen.

点击查看答案
第8题
选出应填入下面一段英语中______内的正确答案。 All known techniques for handling complex problems succ

选出应填入下面一段英语中______内的正确答案。

All known techniques for handling complex problems successfully seem to fall into one of the three classes: subdividing the problem(1), ignoring irrelevant detailin a safe way(2), and having an independent agent(3)the internal consistency (contextual checking) The first two provide guidelines for solving the problem, the third serves to provide early warnings. A good programming language supports all three.

In subdividing problem, some of the subproblems may be similar to the(4)problem. It leads us to a(5)solution. This(5)solution is viable provided each of the subproblems is easier to solve than the original problem.

点击查看答案
第9题
选出应填入下面一段英语中______内的正确答案。 VRML is a (1) for 3D multimedia and shared virtual

选出应填入下面一段英语中______内的正确答案。

VRML is a(1)for 3D multimedia and shared virtual worlds on the WWW. In comparison to HTML, VRML adds the next level of interaction, structured graphics, and extra(2)(z and time) to the presentation of documents. The applications of VRML are(3), ranging from simple business graphics to entertaining WWW page graphics, manufacturing, scientific, entertainment, and educational applications, and 3D shared virtual worlds and communities.

X3D is the name under which the development of VRML is continued. X3D is based on XML and is backwards(4)with VRML. Furthermore, it is componentized, profiled, and extensible, which makes it possible to use X3D in very different(5), from high-end visualizations to lightweight applications.

点击查看答案
第10题
选出应填入下面一段英语中______内的正确答案。 The approach we propose is a system-oriented methodolog

选出应填入下面一段英语中______内的正确答案。

The approach we propose is a system-oriented methodology for knowledge acquisition, this orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose ofinternal(1)and for later verification and(2)efforts. The documentation system we propose includes a central "knowledge acquisition(3)" which is(4)to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically,(5)within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.

点击查看答案
第11题
选出应填入下面一段英语中______内的正确答案。 Although the bulk ofindustry resources and energies hav

选出应填入下面一段英语中______内的正确答案。

Although the bulk ofindustry resources and energies have focused on developing the fastest(1)or slickest(2), more and more mindshare is turning to the evolution of the computer interface. Advancements in the areas ofinput device,(3)processing and virtual reality could lead to fundamental changes in the way human and computer interact. The technological battlefield of the future will be adding layers between the user and the raw machine to make the(4)as invisible as possible.(5)represents the next evolutionary step for the interface.

供选择的答案:

(1) voice (2) microprocessor (3) GUI (4) workstation

(5) application software (6) operating system

(7) interface (8) DBMS (9) virtual reality (10) eye-tracking device

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改