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

From the applications of multimedia, we can conclude that ______. A.everyone can understand the def

From the applications of multimedia, we can conclude that ______.

A.everyone can understand the definition

B.it is less expensive

C.it is more effective

D.both B and C

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“From the applications of multi…”相关的问题
第1题
What are needed in your application process except________?A.submitting an application

A.submitting an application for admission

B.submitting two letters of recommendation from teachers, counselors, or advisors

C.demonstrating their English language proficiency scores from TOEFL or GRE

D.submitting SAT or ACT test scores

点击查看答案
第2题
Which of the following about application software is false? A.It helps people work. B.It is a util

Which of the following about application software is false?

A.It helps people work.

B.It is a utility.

C.It is different from language software.

D.It can't run a computer.

点击查看答案
第3题
In view of ______ bilge water from any vessel,an application shall be made to Harbor Autho
rities for approval.

A.discharging

B.recircling

C.loading

D.taking in

点击查看答案
第4题
From the passage, we know that ______. A.today it is not very difficult nor painful to program para

From the passage, we know that ______.

A.today it is not very difficult nor painful to program parallel and vector computers

B.the major barrier preventing parallel processing from entering the production mainstream comes from hardware technology

C.we can build a new generation of computers adopting parallel processing by the rapid hardware progress

D.the application domains of parallel processing computers is expanding slowly

点击查看答案
第5题
From the text, we can infer that ______. A.some computers don't have system software B.softwar

From the text, we can infer that ______.

A.some computers don't have system software

B.software such as Winword, Excel and Foxpro focus on a single task

C.for a computer to perform a useful task, both the system and application software are inevitable

D.language software helps people to learn a language

点击查看答案
第6题
How iPads syncs with computes?A.The iPad allows users to purchase and download songs fro
How iPads syncs with computes?

A.The iPad allows users to purchase and download songs from the iTunes Store directly to their iPad.

B.The camera application lets users view the camera roll, the pictures that have been taken with the iPad’s camera.

C.The iPad can use 3G network to connect with computers.

D.The iPad syncs with iTunes on a Mac or Windows PC.

点击查看答案
第7题
Application for insurance a.Please cover us on the goods detailed below./Please insure us on the fo

Application for insurance

a.Please cover us on the goods detailed below./Please insure us on the following.

b.We ask you to insure our goods for US $10000 against All Risks with the ABC Insurance company.

c.We are desirous of insuiring a consignment of cotton products against All Risks.

d.Please insure the goods at the invoice value plus 10% as usual.

e.We shah be glad if you will cover insurance against All Risks, warehouse to warehouse, from Hong Kong to San Francisco.

点击查看答案
第8题
How the article describes iPad software features from the view of Application?A.Althou
How the article describes iPad software features from the view of Application?

A.Although the iPad is not designed to replace a mobile phone, a user can use a wired headset or the build-in speaker and microphone and place telephone calls over Wi-Fi or 3G using a VoIP application.

B.The layout of the music library is similar to that of an iPod or current Symbian S60 phones.

C.On iTunes, the feature shows the different album covers in a scroll-through photo library.

D.The interface is centered around the home screen, a graphical list of available applications.

点击查看答案
第9题
Programs and Programming 程序与编程 Computer programs, which are also called software, are instruc

Programs and Programming

程序与编程

Computer programs, which are also called software, are instructions that cause the hardware-the machines-to do work. Software as a whole can be divided into a number of categories based on the types of work done by programs. The two primary software categories are operating systems (system software), which controls the working of the computer, and application software, which addresses the multitude of tasks for which people use computers. System software, thus, handles such essential, but often invisible, chores as maintaining disk files and managing the screen. whereasc[1]application software performs word processing, database management, and the like. Two additional categories that are neither system nor application software, although they contain elements of both, are network software, which enables groups of computers to communicate, and Ianguage software, which provides programmers with the tools they need to write programs. In addition to these task_based[2]categories, several types of software are described based on their method of distribution. These include the so-called canned programs or packaged software, developed and sold primarily through retail ourlets; freeware and public domain software, which is made available without cost by its developer; shareware, which is similar to freeware but usually carries a small fee for those who like the program; and the infamous vaporware, which is software that either does not reach the market or appears much later than promised.

Operating Systems

Different types of peripheral devices, disk drives, printers, communications networks, and so on handle and store data differently from the way the computer handles and stores it. Internal operating systems, usually stored in ROM memory,[3]were developed primarily to coordinate and translate data flows from dissimilar sources, such as disk drives or coprocessors (processing chips that perform simultaneous but different operations from the central unit). An operating system is a master control program, permanently stored in memory, that interprets user commands requesting various kinds of services, such as display, print, or copy a data file, list all files in a directory, or execute a particular program.

Application

Application is a computer program designed to help people perform a certain type of work. An application, thus. differs from an operating system (which runs a computer), a utility (which performs maintenance or general purpose chores), and a language (with which computer programs are created). Depending on the work for which it was designed, an application can manipulate text, numbers, graphics, or a combination of these elements. Some application packages offer considerable computing power by focusing on a single task, such as Wordpad[4]; others, called integrated software, offer somewhat less power but include several applications, such as Winword, Excel and Foxpro.

Programming

A program is a sequence of instructions that tells the hardware of a computer what operations to perform on data. Programs can be built into the hardware itself, or they may exist independently in a form known as software. In some specialized, or-dedicated- computers the operating instructions are embedded in their circuitry; common examples are the microcomputers found in calculators, wristwatches, automobile engines, and microwave ovens. A general purpose computer, on the other hand, contains some built-in programs (in ROM) or instructions (in the processor chip), but it depends on external programs to perform useful tasks. Once a computer has been programmed, it can do only as much or as little as the software controlling it at any given moment enables it to do. Software in widespread use includes a wide range of applications programs-instructions to the computer on how to perform various tasks.

1. Application Program Interface

Application Program Interface is a set of routines that an application program uses to request and carry out lower level services performed by a computer's operating system. An application program carries out two types of tasks: those related to work being performed, such as accepting text or numbers input to a document or spreadsheet, and those related to maintenance chores, such as managing files and displaying information on the screen. These maintenance chores are performed by the computer's operating system, and an application program interface (API) provides the program with a means of communicating with the system, telling it which system level task to perform and when. On computers running a graphical user interface such as that on the Apple Macintosh, an API also helps application programs manage Window menus, icons, and so on. On local area networks, an API, such as IBMs NetBIOS, provides applications with a uniform means of requesting services from the lower levels of the network.

2. Word Processor

Word Processor is an application program for manipulating text-based documents; the electronic equivalent of paper, pen, typewriter, eraser, and most likely, dictionary and thesaurus. Word processors run the gamut from simple through complex,[5]but all ease the tasks associated with editing documents (deleting, inserting, rewording, and so on). Depending on the program and the equipment in use, word processors can display documents either in text mode, using highlighting, underlining, or color to represent italics, boldfacing, and other such formatting, or in graphics mode, wherein formatting and, sometimes, a variety of fonts appear on the screen as they will on the printed page. All word processors offer at least limited facilities for document formatting, such as font changes, page layout, paragraph indention, and the like. Some word processors can also check spelling, find synonyms, incorporate graphics created with another program, correctly align mathematical formulas, create and print form letters, perform calculations, display documents in multiple on screen windows, and enable users to record macros that simplify difficult or repetitive operations.

Notes

[1]whereas: 连接词,表示对比,翻译成“而”。如:We are working, whereas they are playing我们在干活,而他们却在玩。

[2]task-based: 以任务为依据的,基于任务的。

[3]ROM memory: ROM是read-only memory的简写形式,只读存储器。

[4]Wordpad, Winword, Excel, and Foxpro:一些应用软件的名字,分别用于文字处理、电子表格和数据库。

[5]Word processors run the gamut from simple through complex. 文字处理软件负责从简单到复杂的所有工作。

点击查看答案
第10题
选出应填入下面一段英语中______内的正确答案。 Microsoft's COM is a software (1) that allows a

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

Microsoft's COM is a software(1)that allows applications to be built from binary software components. COM is the underlying architecture that forms the foundation for higher-level software services, like those provided by OLE. COM defines a binary standard for function calling between components, a way for components to dynamically discover the interfaces implemented by other components, and a mechanism to identify components and their interfaces uniquely.

OLE is a compound(2)standard developed by Microsoft. OLE makes it possible to create(3)with one application and link or embed them in a second application. Embedded objects retain their original format and(4)to the application that created them. Support for OLE is built into the Windows and MacOS Operating Systems.A(5)compound document standard developed mainly by Apple and IBM is called OpenDoc.

点击查看答案
第11题
从下面提供的答案中选出应填入下列英文语句中______内的正确答案。 Because Web servers are platform and

从下面提供的答案中选出应填入下列英文语句中______内的正确答案。

Because Web servers are platform and application(1),they can send or request data from legacy or external applications including databases. All replies, once converted into(2)mark-up language, can then be transmitted to a(3). Used in this way, Intranets can(4)lower desktop support costs, easy links with legacy applications and databases and,(5)all, ease of use.

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