Перевод: со всех языков на все языки

со всех языков на все языки

data+general+language

  • 21 общий язык программирования

    1. DG/L
    2. data general programming language

     

    общий язык программирования

    [Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]

    Тематики

    EN

    Русско-английский словарь нормативно-технической терминологии > общий язык программирования

  • 22 DGL

    2) Спорт: Dutch Gamers League
    4) Вычислительная техника: Distributed-Graphics Library, data graph language
    5) Фирменный знак: Design Gallery Live
    6) Автоматика: data general ( programming) language
    7) Аэропорты: Municipal Airport, Douglas, Arizona USA

    Универсальный англо-русский словарь > DGL

  • 23 общий язык программирования

    2) Information technology: data general programming language

    Универсальный русско-английский словарь > общий язык программирования

  • 24 DG/L

    Вычислительная техника: Data General Programming Language

    Универсальный англо-русский словарь > DG/L

  • 25 общий язык программирования (обработки) данных

    Automation: data general (programming) language

    Универсальный русско-английский словарь > общий язык программирования (обработки) данных

  • 26 общий язык программирования данных

    Automation: (обработки) data general (programming) language

    Универсальный русско-английский словарь > общий язык программирования данных

  • 27 ALADDIN

    Англо-русский словарь промышленной и научной лексики > ALADDIN

  • 28 DG/L

    сокр. от Data General Programming Language

    English-Russian information technology > DG/L

  • 29 DG/L

    1. общий язык программирования

     

    общий язык программирования

    [Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]

    Тематики

    EN

    Англо-русский словарь нормативно-технической терминологии > DG/L

  • 30 Artificial Intelligence

       In my opinion, none of [these programs] does even remote justice to the complexity of human mental processes. Unlike men, "artificially intelligent" programs tend to be single minded, undistractable, and unemotional. (Neisser, 1967, p. 9)
       Future progress in [artificial intelligence] will depend on the development of both practical and theoretical knowledge.... As regards theoretical knowledge, some have sought a unified theory of artificial intelligence. My view is that artificial intelligence is (or soon will be) an engineering discipline since its primary goal is to build things. (Nilsson, 1971, pp. vii-viii)
       Most workers in AI [artificial intelligence] research and in related fields confess to a pronounced feeling of disappointment in what has been achieved in the last 25 years. Workers entered the field around 1950, and even around 1960, with high hopes that are very far from being realized in 1972. In no part of the field have the discoveries made so far produced the major impact that was then promised.... In the meantime, claims and predictions regarding the potential results of AI research had been publicized which went even farther than the expectations of the majority of workers in the field, whose embarrassments have been added to by the lamentable failure of such inflated predictions....
       When able and respected scientists write in letters to the present author that AI, the major goal of computing science, represents "another step in the general process of evolution"; that possibilities in the 1980s include an all-purpose intelligence on a human-scale knowledge base; that awe-inspiring possibilities suggest themselves based on machine intelligence exceeding human intelligence by the year 2000 [one has the right to be skeptical]. (Lighthill, 1972, p. 17)
       4) Just as Astronomy Succeeded Astrology, the Discovery of Intellectual Processes in Machines Should Lead to a Science, Eventually
       Just as astronomy succeeded astrology, following Kepler's discovery of planetary regularities, the discoveries of these many principles in empirical explorations on intellectual processes in machines should lead to a science, eventually. (Minsky & Papert, 1973, p. 11)
       Many problems arise in experiments on machine intelligence because things obvious to any person are not represented in any program. One can pull with a string, but one cannot push with one.... Simple facts like these caused serious problems when Charniak attempted to extend Bobrow's "Student" program to more realistic applications, and they have not been faced up to until now. (Minsky & Papert, 1973, p. 77)
       What do we mean by [a symbolic] "description"? We do not mean to suggest that our descriptions must be made of strings of ordinary language words (although they might be). The simplest kind of description is a structure in which some features of a situation are represented by single ("primitive") symbols, and relations between those features are represented by other symbols-or by other features of the way the description is put together. (Minsky & Papert, 1973, p. 11)
       [AI is] the use of computer programs and programming techniques to cast light on the principles of intelligence in general and human thought in particular. (Boden, 1977, p. 5)
       The word you look for and hardly ever see in the early AI literature is the word knowledge. They didn't believe you have to know anything, you could always rework it all.... In fact 1967 is the turning point in my mind when there was enough feeling that the old ideas of general principles had to go.... I came up with an argument for what I called the primacy of expertise, and at the time I called the other guys the generalists. (Moses, quoted in McCorduck, 1979, pp. 228-229)
       9) Artificial Intelligence Is Psychology in a Particularly Pure and Abstract Form
       The basic idea of cognitive science is that intelligent beings are semantic engines-in other words, automatic formal systems with interpretations under which they consistently make sense. We can now see why this includes psychology and artificial intelligence on a more or less equal footing: people and intelligent computers (if and when there are any) turn out to be merely different manifestations of the same underlying phenomenon. Moreover, with universal hardware, any semantic engine can in principle be formally imitated by a computer if only the right program can be found. And that will guarantee semantic imitation as well, since (given the appropriate formal behavior) the semantics is "taking care of itself" anyway. Thus we also see why, from this perspective, artificial intelligence can be regarded as psychology in a particularly pure and abstract form. The same fundamental structures are under investigation, but in AI, all the relevant parameters are under direct experimental control (in the programming), without any messy physiology or ethics to get in the way. (Haugeland, 1981b, p. 31)
       There are many different kinds of reasoning one might imagine:
        Formal reasoning involves the syntactic manipulation of data structures to deduce new ones following prespecified rules of inference. Mathematical logic is the archetypical formal representation. Procedural reasoning uses simulation to answer questions and solve problems. When we use a program to answer What is the sum of 3 and 4? it uses, or "runs," a procedural model of arithmetic. Reasoning by analogy seems to be a very natural mode of thought for humans but, so far, difficult to accomplish in AI programs. The idea is that when you ask the question Can robins fly? the system might reason that "robins are like sparrows, and I know that sparrows can fly, so robins probably can fly."
        Generalization and abstraction are also natural reasoning process for humans that are difficult to pin down well enough to implement in a program. If one knows that Robins have wings, that Sparrows have wings, and that Blue jays have wings, eventually one will believe that All birds have wings. This capability may be at the core of most human learning, but it has not yet become a useful technique in AI.... Meta- level reasoning is demonstrated by the way one answers the question What is Paul Newman's telephone number? You might reason that "if I knew Paul Newman's number, I would know that I knew it, because it is a notable fact." This involves using "knowledge about what you know," in particular, about the extent of your knowledge and about the importance of certain facts. Recent research in psychology and AI indicates that meta-level reasoning may play a central role in human cognitive processing. (Barr & Feigenbaum, 1981, pp. 146-147)
       Suffice it to say that programs already exist that can do things-or, at the very least, appear to be beginning to do things-which ill-informed critics have asserted a priori to be impossible. Examples include: perceiving in a holistic as opposed to an atomistic way; using language creatively; translating sensibly from one language to another by way of a language-neutral semantic representation; planning acts in a broad and sketchy fashion, the details being decided only in execution; distinguishing between different species of emotional reaction according to the psychological context of the subject. (Boden, 1981, p. 33)
       Can the synthesis of Man and Machine ever be stable, or will the purely organic component become such a hindrance that it has to be discarded? If this eventually happens-and I have... good reasons for thinking that it must-we have nothing to regret and certainly nothing to fear. (Clarke, 1984, p. 243)
       The thesis of GOFAI... is not that the processes underlying intelligence can be described symbolically... but that they are symbolic. (Haugeland, 1985, p. 113)
        14) Artificial Intelligence Provides a Useful Approach to Psychological and Psychiatric Theory Formation
       It is all very well formulating psychological and psychiatric theories verbally but, when using natural language (even technical jargon), it is difficult to recognise when a theory is complete; oversights are all too easily made, gaps too readily left. This is a point which is generally recognised to be true and it is for precisely this reason that the behavioural sciences attempt to follow the natural sciences in using "classical" mathematics as a more rigorous descriptive language. However, it is an unfortunate fact that, with a few notable exceptions, there has been a marked lack of success in this application. It is my belief that a different approach-a different mathematics-is needed, and that AI provides just this approach. (Hand, quoted in Hand, 1985, pp. 6-7)
       We might distinguish among four kinds of AI.
       Research of this kind involves building and programming computers to perform tasks which, to paraphrase Marvin Minsky, would require intelligence if they were done by us. Researchers in nonpsychological AI make no claims whatsoever about the psychological realism of their programs or the devices they build, that is, about whether or not computers perform tasks as humans do.
       Research here is guided by the view that the computer is a useful tool in the study of mind. In particular, we can write computer programs or build devices that simulate alleged psychological processes in humans and then test our predictions about how the alleged processes work. We can weave these programs and devices together with other programs and devices that simulate different alleged mental processes and thereby test the degree to which the AI system as a whole simulates human mentality. According to weak psychological AI, working with computer models is a way of refining and testing hypotheses about processes that are allegedly realized in human minds.
    ... According to this view, our minds are computers and therefore can be duplicated by other computers. Sherry Turkle writes that the "real ambition is of mythic proportions, making a general purpose intelligence, a mind." (Turkle, 1984, p. 240) The authors of a major text announce that "the ultimate goal of AI research is to build a person or, more humbly, an animal." (Charniak & McDermott, 1985, p. 7)
       Research in this field, like strong psychological AI, takes seriously the functionalist view that mentality can be realized in many different types of physical devices. Suprapsychological AI, however, accuses strong psychological AI of being chauvinisticof being only interested in human intelligence! Suprapsychological AI claims to be interested in all the conceivable ways intelligence can be realized. (Flanagan, 1991, pp. 241-242)
        16) Determination of Relevance of Rules in Particular Contexts
       Even if the [rules] were stored in a context-free form the computer still couldn't use them. To do that the computer requires rules enabling it to draw on just those [ rules] which are relevant in each particular context. Determination of relevance will have to be based on further facts and rules, but the question will again arise as to which facts and rules are relevant for making each particular determination. One could always invoke further facts and rules to answer this question, but of course these must be only the relevant ones. And so it goes. It seems that AI workers will never be able to get started here unless they can settle the problem of relevance beforehand by cataloguing types of context and listing just those facts which are relevant in each. (Dreyfus & Dreyfus, 1986, p. 80)
       Perhaps the single most important idea to artificial intelligence is that there is no fundamental difference between form and content, that meaning can be captured in a set of symbols such as a semantic net. (G. Johnson, 1986, p. 250)
        18) The Assumption That the Mind Is a Formal System
       Artificial intelligence is based on the assumption that the mind can be described as some kind of formal system manipulating symbols that stand for things in the world. Thus it doesn't matter what the brain is made of, or what it uses for tokens in the great game of thinking. Using an equivalent set of tokens and rules, we can do thinking with a digital computer, just as we can play chess using cups, salt and pepper shakers, knives, forks, and spoons. Using the right software, one system (the mind) can be mapped into the other (the computer). (G. Johnson, 1986, p. 250)
        19) A Statement of the Primary and Secondary Purposes of Artificial Intelligence
       The primary goal of Artificial Intelligence is to make machines smarter.
       The secondary goals of Artificial Intelligence are to understand what intelligence is (the Nobel laureate purpose) and to make machines more useful (the entrepreneurial purpose). (Winston, 1987, p. 1)
       The theoretical ideas of older branches of engineering are captured in the language of mathematics. We contend that mathematical logic provides the basis for theory in AI. Although many computer scientists already count logic as fundamental to computer science in general, we put forward an even stronger form of the logic-is-important argument....
       AI deals mainly with the problem of representing and using declarative (as opposed to procedural) knowledge. Declarative knowledge is the kind that is expressed as sentences, and AI needs a language in which to state these sentences. Because the languages in which this knowledge usually is originally captured (natural languages such as English) are not suitable for computer representations, some other language with the appropriate properties must be used. It turns out, we think, that the appropriate properties include at least those that have been uppermost in the minds of logicians in their development of logical languages such as the predicate calculus. Thus, we think that any language for expressing knowledge in AI systems must be at least as expressive as the first-order predicate calculus. (Genesereth & Nilsson, 1987, p. viii)
        21) Perceptual Structures Can Be Represented as Lists of Elementary Propositions
       In artificial intelligence studies, perceptual structures are represented as assemblages of description lists, the elementary components of which are propositions asserting that certain relations hold among elements. (Chase & Simon, 1988, p. 490)
       Artificial intelligence (AI) is sometimes defined as the study of how to build and/or program computers to enable them to do the sorts of things that minds can do. Some of these things are commonly regarded as requiring intelligence: offering a medical diagnosis and/or prescription, giving legal or scientific advice, proving theorems in logic or mathematics. Others are not, because they can be done by all normal adults irrespective of educational background (and sometimes by non-human animals too), and typically involve no conscious control: seeing things in sunlight and shadows, finding a path through cluttered terrain, fitting pegs into holes, speaking one's own native tongue, and using one's common sense. Because it covers AI research dealing with both these classes of mental capacity, this definition is preferable to one describing AI as making computers do "things that would require intelligence if done by people." However, it presupposes that computers could do what minds can do, that they might really diagnose, advise, infer, and understand. One could avoid this problematic assumption (and also side-step questions about whether computers do things in the same way as we do) by defining AI instead as "the development of computers whose observable performance has features which in humans we would attribute to mental processes." This bland characterization would be acceptable to some AI workers, especially amongst those focusing on the production of technological tools for commercial purposes. But many others would favour a more controversial definition, seeing AI as the science of intelligence in general-or, more accurately, as the intellectual core of cognitive science. As such, its goal is to provide a systematic theory that can explain (and perhaps enable us to replicate) both the general categories of intentionality and the diverse psychological capacities grounded in them. (Boden, 1990b, pp. 1-2)
       Because the ability to store data somewhat corresponds to what we call memory in human beings, and because the ability to follow logical procedures somewhat corresponds to what we call reasoning in human beings, many members of the cult have concluded that what computers do somewhat corresponds to what we call thinking. It is no great difficulty to persuade the general public of that conclusion since computers process data very fast in small spaces well below the level of visibility; they do not look like other machines when they are at work. They seem to be running along as smoothly and silently as the brain does when it remembers and reasons and thinks. On the other hand, those who design and build computers know exactly how the machines are working down in the hidden depths of their semiconductors. Computers can be taken apart, scrutinized, and put back together. Their activities can be tracked, analyzed, measured, and thus clearly understood-which is far from possible with the brain. This gives rise to the tempting assumption on the part of the builders and designers that computers can tell us something about brains, indeed, that the computer can serve as a model of the mind, which then comes to be seen as some manner of information processing machine, and possibly not as good at the job as the machine. (Roszak, 1994, pp. xiv-xv)
       The inner workings of the human mind are far more intricate than the most complicated systems of modern technology. Researchers in the field of artificial intelligence have been attempting to develop programs that will enable computers to display intelligent behavior. Although this field has been an active one for more than thirty-five years and has had many notable successes, AI researchers still do not know how to create a program that matches human intelligence. No existing program can recall facts, solve problems, reason, learn, and process language with human facility. This lack of success has occurred not because computers are inferior to human brains but rather because we do not yet know in sufficient detail how intelligence is organized in the brain. (Anderson, 1995, p. 2)

    Historical dictionary of quotations in cognitive science > Artificial Intelligence

  • 31 documento

    m.
    1 document (escrito).
    documento confidencial restricted document
    2 record (testimonio).
    pres.indicat.
    1st person singular (yo) present indicative of spanish verb: documentar.
    * * *
    1 document
    \
    * * *
    noun m.
    * * *
    SM
    1) (=escrito) document

    documento adjunto — (Inform) attachment

    documento justificativo — voucher, certificate

    See:
    2) (=certificado) certificate
    3) (=testimonio) document
    * * *
    a) (Adm, Der) document

    ¿lleva algún documento que pruebe su identidad? — do you have any (means of) identification?

    * * *
    = document, item, material, work, stock item, record, paper.
    Ex. A bibliographic data base comprises a set of records which refer to documents (such as books, films, periodical articles or reports).
    Ex. A catalogue is a list of the materials or items in a library, with the entries representing the items arranged in some systematic order.
    Ex. It is my understanding that the Anglo-American Cataloging Rules, 2nd edition, (AACR2) will prescribe the same entry rules for all materials.
    Ex. An authority entry is an entry for which the initial element is the uniform heading for a person, corporate body, or work, as established by the cataloguing agency responsible.
    Ex. A new building will open in 1990, catering for 5 million stock items and 1,000 readers' seats.
    Ex. A record is a complete unit of information about a person, item, product, book, patient, chemical, etc. and in a computer-held data base a record is all the information contained relating to a document.
    Ex. In particular, a data base may be concerned to list separately individual periodical articles and single papers in conference proceedings.
    ----
    * acceso a los documentos = document delivery.
    * acción de guardar documentos = save.
    * ADONIS (Distribución automática de documentos a través de sistemas de inform = ADONIS (Automated Document Delivery Over Networked Information Systems).
    * análisis formal de documentos = markup [mark-up].
    * Archivo Británico de Documentos Públicos = British Public Record Office.
    * archivo de documentos administrativos = public record office.
    * archivo de documentos públicos = record office.
    * área de datos específicos de la clase de documento = material (or type of publication) specific details area.
    * base de datos de documentos primarios = source database.
    * base de datos de documentos secundarios = reference database.
    * búsqueda de documento conocido = known-item search.
    * búsqueda de documentos concretos = item search.
    * Centro de Distribución de Documentos de la Biblioteca Británica (BLDSC) = British Library Document Supply Centre (BLDSC).
    * circulación de documentos = flow of documents, stock circulation.
    * codificar un documento = mark up + document.
    * cola de documentos reservados y disponibles = held-document-available queue.
    * colección de documentos impresos = print collection.
    * colocación de los documentos de vuelta en los estantes = reshelving.
    * comprobación del documento = collating.
    * conservación de documentos electrónicos = electronic document preservation.
    * conservador de documentos = records custodian.
    * contenido del documento = document content.
    * creación de documentos secundarios = surrogacy.
    * de acuerdo con este documento = hereunder.
    * del documento específico = document-related.
    * dependiente del documento = document-dependent.
    * depósito de documentos digitales = repository.
    * depósito de documentos electrónico = repository.
    * descripción de documentos de archivo = archival description.
    * descripción del documento = document description.
    * designación específica de la clase de documento = specific material designation.
    * designación general de la clase de documento = general material designation.
    * difusión electrónica de documentos (DED) = electronic document delivery (EDD).
    * digitalización de documentos = document imaging.
    * distribución de documentos de préstamo interbibliotecario = interlibrary loan document delivery.
    * documento acreditativo de identidad = proof of identity.
    * documento administrativo público = public record.
    * documento base = discussion document.
    * documento científico = scholarly work.
    * documento citado = cited document.
    * documento citante = citing document.
    * documento compuesto = composite document, compound document.
    * documento de archivo = archival document, archival record, archival file, archival print.
    * documento de autoridad archivística = archival authority record, archival authority record.
    * documento de consulta = discussion document.
    * documento de debate = discussion paper.
    * documento de imagen en movimiento = moving image document.
    * documento de opinión = discussion document.
    * documento de renuncia = waiver form.
    * documento derivado = derivative document.
    * documento de texto = textual document.
    * documento de trabajo = working document, working draft.
    * documento electrónico = electronic document, machine readable document, electronic record.
    * documento en papel = paper document.
    * documento estatal = state document.
    * documento fuente = host document, original document, parent document, source document.
    * documento hallado = match.
    * documento histórico = historical document, historical paper.
    * documento icónico = iconic document.
    * documento impreso = printout [print-out], paper document, print-off.
    * documento informativo = FYI (For Your Information).
    * documento interno = internal document.
    * documento legal = legal document.
    * documento legible por máquina = machine readable document.
    * documento literario = literary document.
    * documento matriz = master document.
    * documento multimedia = multimedia document (MD).
    * documento oficial = government document, official document, official record.
    * documento oficial municipal = municipal document.
    * documento origen = host document.
    * documento pictórico = image document.
    * documento primario = primary document, primary publication, primary source.
    * documento prohibido = banned title.
    * documento público = public document, municipal document.
    * documento recuperado = hit.
    * documento recuperado no pertinente = false drop.
    * documento reservado = held document.
    * documento secundario = derivative document, secondary document, secondary publication, surrogate, document surrogate.
    * documentos encontrados = posting.
    * documentos jurídicos = muniments.
    * documento sonoro = audio document.
    * documentos personales = personal papers.
    * documentos primarios = primary material, primary source material.
    * documentos producto de investigación = research materials.
    * documento técnico = technical document.
    * documento vencido = overdue, overdue document.
    * documento web = Web document.
    * dominado por el documento impreso = print-dominated.
    * encargado de la gestión de documentos = record(s) manager.
    * en este documento = herein, hereto.
    * enunciado de búsqueda de documentos multimedia = multimedia query.
    * enviar un documento = deliver + document.
    * específico del documento = document-related, document-specific.
    * etiqueta del documento = document label.
    * etiquetado de documentos = document markup.
    * experto en la confección de documentos web = text mark-up expert.
    * expurgo de documentos = records disposition.
    * fichero de registro por documento = item record file.
    * formato generalizado para la codificación de documentos web = generalised markup format.
    * gestión de documentos = document management, handling of documents, record(s) management, record keeping [recordkeeping].
    * gestión de documentos electrónicos = electronic document management.
    * gestión de imágenes de documentos = document image management.
    * gestión electrónica de documentos = electronic record management.
    * gestión y conservación de documentos electrónicos = electronic document preservation and management.
    * grado de coincidencia entre el tema de un documento y el tema de búsqueda = topicality.
    * identificador del documento = document identifier.
    * imagen digital de un documento = digital image document.
    * índice de palabras del documento = textwords ratio.
    * índice de registro por documento = item record index.
    * lector de documentos = document scanner.
    * lenguaje para el análisis formal de documentos web = markup language.
    * mapa que se inserta en otro documento = inclusion map.
    * mercado de suministro de documentos = document supply market.
    * método de la Inversión de la Frecuencia de los Documentos (IDF) = Inverse Document Frequency model (IDF).
    * NAGARA (Asociación Nacional de Archiveros y Gestores de Documentos del Gobie = National Association of Government Archivists and Records Administrators (NAGARA).
    * número de documentos devueltos a los estantes = shelving statistics.
    * número de identificación del documento = library registration number.
    * número del documento = document identification number, document number.
    * número de referencia del documento = document reference number.
    * obsolescencia del documento = literature aging [literature ageing].
    * ordenar los documentos recuperados en orden de = rank + documents.
    * ordenar los documentos recuperados en orden de pertinencia = rank + document output.
    * palabra del documento = textword.
    * pantalla resumen del documento = document summary screen.
    * pedido de documento = document ordering.
    * petición de documentos = document delivery.
    * petición de documentos por el lector = document request.
    * producción de documentos = document production.
    * profesional encargado de la gestión de documentos = records professional.
    * publicación de documentos del gobierno = government publishing.
    * publicación de documentos oficiales = official publishing.
    * redactar un documento = draft + document.
    * red de suministro de documentos = document supply network.
    * registro de documento pedido = on-order record.
    * renovar el préstamo de un documento = renew + document.
    * reproducción de documentos = documentary reproduction.
    * responsable de la gestión de documentos = record(s) manager.
    * restauración de documentos = document restoration.
    * seguir la pista a un documento = chase + item.
    * seleccionar y presentar en un documento = package.
    * selección de documentos = document selection, selection of documents.
    * servicio de entrega de documentos = document delivery service (DDS).
    * servicio de petición de documentos = document delivery service (DDS).
    * servicio de préstamo de documentos = document delivery service (DDS).
    * servicio de suministro de documentos = document delivery service (DDS).
    * servicio de transferencia de documentos = document delivery service (DDS).
    * servicios de documentos secundarios = secondary services.
    * servidor de documentos = document server.
    * servir un documento = deliver + document.
    * SGML (Lenguaje Estándar Universal para el Análisis Formal de Documentos) = SGML (Standard Generalised Markup Language).
    * sistema automatizado para la recuperación de documentos = computerised document retrieval system.
    * sistema de digitalización de documentos = document imaging system.
    * sistema de gestión de documentos = record(s) system.
    * sistema de gestión de documentos electrónicos = electronic document management system (EDMS).
    * sistema de petición de documentos = document delivery system.
    * sistema de suministro de documentos = document supply system.
    * sistema de transferencia de documentos = document delivery system.
    * sistema en el que el documento aparece representado en un único lugar del ín = one-place system.
    * sistema para el análisis formal de documentos = markup code.
    * sistema para el análisis formal de documentos web = markup system.
    * solicitar un documento = request + document.
    * suministro de documentos = document supply.
    * transferencia de documentos = document delivery.
    * tratamiento de documentos = document processing, document handling.
    * Tratamiento de Imágenes de Documentos (DIP) = Document Image Processing (DIP).
    * UNDEX (Indice de Documentos de las Naciones Unidas) = UNDEX (United Nations Documents Index).
    * UNDI (Indice de Documentos de las Naciones Unidas) = UNDI (United Nations Documents Index).
    * vector de los documentos = document vector.
    * vida útil de un documento = shelf life.
    * XML (Lenguaje Extensible para el Análisis de Documentos) = XML (Extensible Markup Language).
    * * *
    a) (Adm, Der) document

    ¿lleva algún documento que pruebe su identidad? — do you have any (means of) identification?

    * * *
    = document, item, material, work, stock item, record, paper.

    Ex: A bibliographic data base comprises a set of records which refer to documents (such as books, films, periodical articles or reports).

    Ex: A catalogue is a list of the materials or items in a library, with the entries representing the items arranged in some systematic order.
    Ex: It is my understanding that the Anglo-American Cataloging Rules, 2nd edition, (AACR2) will prescribe the same entry rules for all materials.
    Ex: An authority entry is an entry for which the initial element is the uniform heading for a person, corporate body, or work, as established by the cataloguing agency responsible.
    Ex: A new building will open in 1990, catering for 5 million stock items and 1,000 readers' seats.
    Ex: A record is a complete unit of information about a person, item, product, book, patient, chemical, etc. and in a computer-held data base a record is all the information contained relating to a document.
    Ex: In particular, a data base may be concerned to list separately individual periodical articles and single papers in conference proceedings.
    * acceso a los documentos = document delivery.
    * acción de guardar documentos = save.
    * ADONIS (Distribución automática de documentos a través de sistemas de inform = ADONIS (Automated Document Delivery Over Networked Information Systems).
    * análisis formal de documentos = markup [mark-up].
    * Archivo Británico de Documentos Públicos = British Public Record Office.
    * archivo de documentos administrativos = public record office.
    * archivo de documentos públicos = record office.
    * área de datos específicos de la clase de documento = material (or type of publication) specific details area.
    * base de datos de documentos primarios = source database.
    * base de datos de documentos secundarios = reference database.
    * búsqueda de documento conocido = known-item search.
    * búsqueda de documentos concretos = item search.
    * Centro de Distribución de Documentos de la Biblioteca Británica (BLDSC) = British Library Document Supply Centre (BLDSC).
    * circulación de documentos = flow of documents, stock circulation.
    * codificar un documento = mark up + document.
    * cola de documentos reservados y disponibles = held-document-available queue.
    * colección de documentos impresos = print collection.
    * colocación de los documentos de vuelta en los estantes = reshelving.
    * comprobación del documento = collating.
    * conservación de documentos electrónicos = electronic document preservation.
    * conservador de documentos = records custodian.
    * contenido del documento = document content.
    * creación de documentos secundarios = surrogacy.
    * de acuerdo con este documento = hereunder.
    * del documento específico = document-related.
    * dependiente del documento = document-dependent.
    * depósito de documentos digitales = repository.
    * depósito de documentos electrónico = repository.
    * descripción de documentos de archivo = archival description.
    * descripción del documento = document description.
    * designación específica de la clase de documento = specific material designation.
    * designación general de la clase de documento = general material designation.
    * difusión electrónica de documentos (DED) = electronic document delivery (EDD).
    * digitalización de documentos = document imaging.
    * distribución de documentos de préstamo interbibliotecario = interlibrary loan document delivery.
    * documento acreditativo de identidad = proof of identity.
    * documento administrativo público = public record.
    * documento base = discussion document.
    * documento científico = scholarly work.
    * documento citado = cited document.
    * documento citante = citing document.
    * documento compuesto = composite document, compound document.
    * documento de archivo = archival document, archival record, archival file, archival print.
    * documento de autoridad archivística = archival authority record, archival authority record.
    * documento de consulta = discussion document.
    * documento de debate = discussion paper.
    * documento de imagen en movimiento = moving image document.
    * documento de opinión = discussion document.
    * documento de renuncia = waiver form.
    * documento derivado = derivative document.
    * documento de texto = textual document.
    * documento de trabajo = working document, working draft.
    * documento electrónico = electronic document, machine readable document, electronic record.
    * documento en papel = paper document.
    * documento estatal = state document.
    * documento fuente = host document, original document, parent document, source document.
    * documento hallado = match.
    * documento histórico = historical document, historical paper.
    * documento icónico = iconic document.
    * documento impreso = printout [print-out], paper document, print-off.
    * documento informativo = FYI (For Your Information).
    * documento interno = internal document.
    * documento legal = legal document.
    * documento legible por máquina = machine readable document.
    * documento literario = literary document.
    * documento matriz = master document.
    * documento multimedia = multimedia document (MD).
    * documento oficial = government document, official document, official record.
    * documento oficial municipal = municipal document.
    * documento origen = host document.
    * documento pictórico = image document.
    * documento primario = primary document, primary publication, primary source.
    * documento prohibido = banned title.
    * documento público = public document, municipal document.
    * documento recuperado = hit.
    * documento recuperado no pertinente = false drop.
    * documento reservado = held document.
    * documento secundario = derivative document, secondary document, secondary publication, surrogate, document surrogate.
    * documentos encontrados = posting.
    * documentos jurídicos = muniments.
    * documento sonoro = audio document.
    * documentos personales = personal papers.
    * documentos primarios = primary material, primary source material.
    * documentos producto de investigación = research materials.
    * documento técnico = technical document.
    * documento vencido = overdue, overdue document.
    * documento web = Web document.
    * dominado por el documento impreso = print-dominated.
    * encargado de la gestión de documentos = record(s) manager.
    * en este documento = herein, hereto.
    * enunciado de búsqueda de documentos multimedia = multimedia query.
    * enviar un documento = deliver + document.
    * específico del documento = document-related, document-specific.
    * etiqueta del documento = document label.
    * etiquetado de documentos = document markup.
    * experto en la confección de documentos web = text mark-up expert.
    * expurgo de documentos = records disposition.
    * fichero de registro por documento = item record file.
    * formato generalizado para la codificación de documentos web = generalised markup format.
    * gestión de documentos = document management, handling of documents, record(s) management, record keeping [recordkeeping].
    * gestión de documentos electrónicos = electronic document management.
    * gestión de imágenes de documentos = document image management.
    * gestión electrónica de documentos = electronic record management.
    * gestión y conservación de documentos electrónicos = electronic document preservation and management.
    * grado de coincidencia entre el tema de un documento y el tema de búsqueda = topicality.
    * identificador del documento = document identifier.
    * imagen digital de un documento = digital image document.
    * índice de palabras del documento = textwords ratio.
    * índice de registro por documento = item record index.
    * lector de documentos = document scanner.
    * lenguaje para el análisis formal de documentos web = markup language.
    * mapa que se inserta en otro documento = inclusion map.
    * mercado de suministro de documentos = document supply market.
    * método de la Inversión de la Frecuencia de los Documentos (IDF) = Inverse Document Frequency model (IDF).
    * NAGARA (Asociación Nacional de Archiveros y Gestores de Documentos del Gobie = National Association of Government Archivists and Records Administrators (NAGARA).
    * número de documentos devueltos a los estantes = shelving statistics.
    * número de identificación del documento = library registration number.
    * número del documento = document identification number, document number.
    * número de referencia del documento = document reference number.
    * obsolescencia del documento = literature aging [literature ageing].
    * ordenar los documentos recuperados en orden de = rank + documents.
    * ordenar los documentos recuperados en orden de pertinencia = rank + document output.
    * palabra del documento = textword.
    * pantalla resumen del documento = document summary screen.
    * pedido de documento = document ordering.
    * petición de documentos = document delivery.
    * petición de documentos por el lector = document request.
    * producción de documentos = document production.
    * profesional encargado de la gestión de documentos = records professional.
    * publicación de documentos del gobierno = government publishing.
    * publicación de documentos oficiales = official publishing.
    * redactar un documento = draft + document.
    * red de suministro de documentos = document supply network.
    * registro de documento pedido = on-order record.
    * renovar el préstamo de un documento = renew + document.
    * reproducción de documentos = documentary reproduction.
    * responsable de la gestión de documentos = record(s) manager.
    * restauración de documentos = document restoration.
    * seguir la pista a un documento = chase + item.
    * seleccionar y presentar en un documento = package.
    * selección de documentos = document selection, selection of documents.
    * servicio de entrega de documentos = document delivery service (DDS).
    * servicio de petición de documentos = document delivery service (DDS).
    * servicio de préstamo de documentos = document delivery service (DDS).
    * servicio de suministro de documentos = document delivery service (DDS).
    * servicio de transferencia de documentos = document delivery service (DDS).
    * servicios de documentos secundarios = secondary services.
    * servidor de documentos = document server.
    * servir un documento = deliver + document.
    * SGML (Lenguaje Estándar Universal para el Análisis Formal de Documentos) = SGML (Standard Generalised Markup Language).
    * sistema automatizado para la recuperación de documentos = computerised document retrieval system.
    * sistema de digitalización de documentos = document imaging system.
    * sistema de gestión de documentos = record(s) system.
    * sistema de gestión de documentos electrónicos = electronic document management system (EDMS).
    * sistema de petición de documentos = document delivery system.
    * sistema de suministro de documentos = document supply system.
    * sistema de transferencia de documentos = document delivery system.
    * sistema en el que el documento aparece representado en un único lugar del ín = one-place system.
    * sistema para el análisis formal de documentos = markup code.
    * sistema para el análisis formal de documentos web = markup system.
    * solicitar un documento = request + document.
    * suministro de documentos = document supply.
    * transferencia de documentos = document delivery.
    * tratamiento de documentos = document processing, document handling.
    * Tratamiento de Imágenes de Documentos (DIP) = Document Image Processing (DIP).
    * UNDEX (Indice de Documentos de las Naciones Unidas) = UNDEX (United Nations Documents Index).
    * UNDI (Indice de Documentos de las Naciones Unidas) = UNDI (United Nations Documents Index).
    * vector de los documentos = document vector.
    * vida útil de un documento = shelf life.
    * XML (Lenguaje Extensible para el Análisis de Documentos) = XML (Extensible Markup Language).

    * * *
    1 ( Adm, Der, Inf) document
    no hay ningún documento que pruebe sus afirmaciones there is no documentary proof o evidence o there are no documents to support what he says
    ¿lleva algún documento que pruebe su identidad? do you have any proof of identity?, do you have any (means of) identification?
    los documentos del coche the car documents
    2
    (testimonio): estas imágenes constituyen un documento de la situación allí these images bear witness to o are testimony to the situation there
    sus escritos son documentos valiosos para el historiador his writings are a valuable source of information for the historian
    Compuesto:
    ( Esp) National Identity Card
    * * *

     

    Del verbo documentar: ( conjugate documentar)

    documento es:

    1ª persona singular (yo) presente indicativo

    documentó es:

    3ª persona singular (él/ella/usted) pretérito indicativo

    Multiple Entries:
    documentar    
    documento
    documentar ( conjugate documentar) verbo transitivo
    1trabajo/hipótesis/solicitud to document
    2 (Méx) ‹ equipaje to check in
    documentarse verbo pronominal
    1 ( informarse) to do research
    2 (Méx) [ pasajero] to check in
    documento sustantivo masculino (Adm, Der, Inf) document;


    (Inf) attachment
    documentar verbo transitivo to document
    documento sustantivo masculino document
    Esp Documento Nacional de Identidad (DNI), Identification Card
    ' documento' also found in these entries:
    Spanish:
    anexa
    - anexo
    - archivo
    - balance
    - carta
    - convalidar
    - DNI
    - expedir
    - extender
    - falsear
    - fe
    - hoja
    - inicial
    - licencia
    - nómina
    - nominativa
    - nominativo
    - oficial
    - otorgar
    - papel
    - partida
    - pergamino
    - permiso
    - pliego
    - póliza
    - posesión
    - renovación
    - renuncia
    - resguardo
    - romperse
    - sacar
    - testigo
    - timbre
    - título
    - traslado
    - visar
    - adosar
    - amañar
    - aparecer
    - apéndice
    - autenticar
    - auténtico
    - autorizar
    - avalar
    - chueco
    - concordar
    - constar
    - dicho
    - duplicar
    - ejemplar
    English:
    annexe
    - attach
    - attached
    - circulate
    - coerce
    - copy
    - document
    - enclosure
    - endorsement
    - expiry
    - ID
    - look over
    - look through
    - private
    - privileged
    - produce
    - production
    - receipt
    - record
    - renew
    - renewal
    - rough
    - seal
    - secret
    - send in
    - stamp
    - study
    - tamper
    - valid
    - witness
    - attachment
    - exhibit
    - identification
    * * *
    1. [escrito] document
    documento nacional de identidad identity card; Der documento privado private document; Der documento público public record o document; Der documento de venta bill of sale
    2. [testimonio] record;
    uno de los primeros documentos sonoros que existen one of the first sound recordings in existence;
    estas fotos son un documento gráfico de incalculable valor these photos are a visual record of incalculable value
    3. Informát document;
    guárdalo en Mis documentos save it in My documents
    DOCUMENTO NACIONAL DE IDENTIDAD
    It is mandatory in many Spanish-speaking countries to carry a national identity card, or Documento Nacional de Identidad (DNI), showing the bearer's personal details and a photo. In Spain it is also called a carné, and all Spanish citizens have to carry one from the age of fourteen. The card is renewed every five or ten years at police stations, and must be shown to police upon demand. A similar document, the “Cédula (Nacional) de Identidad” is carried in Colombia, Paraguay, Uruguay, Venezuela, Argentina and Chile. In 2006 Spain began introducing an electronic identity card, which has a microchip containing the holder's personal details in digitized form.
    * * *
    m document
    * * *
    : document
    * * *
    documento n document

    Spanish-English dictionary > documento

  • 32 sistema

    m.
    por sistema systematically
    sistema circulatorio circulatory system
    sistema decimal decimal system
    sistema fiscal o impositivo tax system
    sistema inmunológico immune system
    sistema métrico (decimal) metric (decimal) system
    sistema monetario europeo European Monetary System
    sistema montañoso mountain chain o range
    sistema nervioso nervous system
    sistema periódico de los elementos periodic table of elements
    sistema de seguridad security system
    sistema solar solar system
    2 method.
    3 system (computing).
    sistema experto/operativo expert/operating system
    * * *
    1 system
    \
    por sistema as a rule
    sistema cableado hard-wired system
    sistema de ecuaciones simultaneous equations plural
    sistema experto expert system
    sistema métrico decimal decimal metric system
    sistema montañoso mountain chain
    sistema nervioso nervous system
    sistema operativo operative system
    sistema planetario planetary system
    sistema solar solar system
    * * *
    noun m.
    * * *
    SM
    1) (=conjunto ordenado) system

    sistema binario — (Inform) binary system

    sistema de calefacción — heating, heating system

    sistema de fondo fijo — (Com) imprest system

    sistema frontal — (Meteo) front, frontal system

    sistema inmunitario, sistema inmunológico — immune system

    sistema rastreador[en investigaciones espaciales] tracking system

    2) (=método) method

    yo por sistema lo hago así — I make it a rule to do it this way, I've got into the habit of doing it this way

    * * *
    1) ( método) system
    2) ( conjunto organizado) system

    el sistema educativo/impositivo — the education/tax system

    * * *
    = framework, machinery, system, regime [régime], ways and means.
    Ex. The intention is to establish a general framework, and then to give exceptions or further explanation and examples for each area in turn.
    Ex. We can choose to turn our backs on these principles with fatuous arguments which posit their anachronism and the nonexistent intelligence of computing machinery.
    Ex. The training of users of On-line Public Access Catalogues (OPACs) should be attuned to the characteristics of the system = La formación de usuarios de los catálogos en linea de acceso público (CEAP) debería estar en consonancia con las características del sistema.
    Ex. This study found that online access to scientific serials is most appropriate in the third world, principally due to the presence of a small number of scientists with a broad range of interests which makes the fixed-price regimes of print, microform or CD-ROM disadvantageous.
    Ex. Teachers need to be more familiar with bibliographical ways and means: librarians should be more aware of problems from the teachers' perspective and make active efforts to inform teachers of sources of help.
    ----
    * abusar del sistema = game + the system, milk + the system.
    * activar un sistema = activate + system.
    * administrador del sistema = system administrator.
    * ADONIS (Distribución automática de documentos a través de sistemas de inform = ADONIS (Automated Document Delivery Over Networked Information Systems).
    * alterar el sistema = perturb + the system.
    * análisis de sistemas = system(s) analysis.
    * analista de sistemas = system(s) analyst.
    * analista de sistemas de gestión bibliotecaria = library systems analyst.
    * aprovecharse del sistema = game + the system, milk + the system.
    * auditoría de sistemas = systems audit, systems auditing.
    * auditoría de sistemas de información = information systems auditing, information systems audit.
    * bibliotecario de sistemas = systems librarian.
    * brecha del sistema de seguridad = security leak.
    * brecha en el sistema de seguridad = security hole.
    * burlar el sistema = beat + the system, game + the system.
    * caída del sistema = system crash.
    * catálogo del sistema = system catalogue.
    * Comité Conjunto para Sistemas de Información (JISC) = Joint Information Systems Committee (JISC).
    * configurador del sistema = system configurator.
    * controlador del sistema = system controller.
    * conversión al sistema decimal = decimalisation [decimalization, -USA].
    * conversión al sistema métrico = metrication.
    * convertir al sistema decimal = decimalise [decimalize, -USA].
    * copia de seguridad del sistema = system backup.
    * desafiar al sistema = beat + the system.
    * desarrollo de sistemas = system(s) development.
    * de todo el sistema = systemwide.
    * diseñador de sistemas = systems designer, system designer, system developer.
    * diseño de sistemas = systems design.
    * documentación del sistema = system documentation.
    * engañar al sistema = beat + the system, game + the system.
    * en todo el sistema = systemwide.
    * entre el hombre y el sistema = human-system.
    * en varios sistemas = cross-system.
    * evaluación de sistemas = system(s) evaluation.
    * fichero de existencias del sistema = system holdings file.
    * fichero de usuarios del sistema = system user file.
    * funcionar por un sistema de turnos = work on + a rota system, work on + a rota, work + shifts.
    * interfaz usuario-sistema = user/system interface.
    * ir en contra del sistema = buck + the system.
    * ISDS (Sistema Internacional de Datos sobre Publicaciones Seriadas) = ISDS (International Serials Data System).
    * mantener un sistema de turnos = hold + a rota of.
    * mostrar el prompt del sistema = prompt.
    * NISTF (Grupo de Trabajo sobre los Sistemas Nacionales de Información de la A = NISTF (Society of American Archivists National Information Systems Task Force).
    * nombre de acceso al sistema = system logon name.
    * organizar un sistema de turnos de + Nombre = organise + a rota of + Nombre.
    * PADIS (Sistema de Información para el Desarrollo de Africa) = PADIS (Pan-African Development Information System).
    * parecido a un sistema experto = expert-type.
    * promovido por el propio sistema de información = information-led.
    * prompt del sistema = system prompt.
    * propio del sistema = built-in.
    * protección del sistema = system security.
    * proveedor de sistemas = systems supplier, system supplier [systems supplier].
    * Proyecto para Sistemas Conectados (LSP) = Linked Systems Project (LSP).
    * responsable del sistema = system programmer.
    * seguridad del sistema = system security.
    * sistema abierto = open system.
    * sistema agrícola = farming system.
    * sistema anglosajón de medidas = imperial measures.
    * sistema anticuado = legacy system.
    * sistema antiguo = legacy system.
    * sistema antirrobo de libros = book security system, library security system.
    * sistema auditivo, el = auditory system, the.
    * sistema automatizado = data system, automated system, computerised system.
    * sistema automatizado de bibliotecas = automated library information system, library computer system.
    * sistema automatizado de indización = computer-based indexing system.
    * sistema automatizado de préstamo = automated lending system, computerised issue system.
    * sistema automatizado multimedia = multimedia computer system.
    * sistema automatizado para la recuperación = computerised document retrieval system, computerised information retrieval system.
    * sistema automatizado para la recuperación de documentos = computerised document retrieval system.
    * sistema automatizado para la recuperación de información = computerised information retrieval system.
    * sistema automatizado por microordenador = microcomputer-based system.
    * sistema bancario, el = banking system, the.
    * sistema basado en el conocimiento = knowledge-base system.
    * sistema basado en las imágenes = image-based system.
    * sistema bibliotecario = library system.
    * sistema bibliotecario automatizado = automated library system.
    * sistema bibliotecario de bibliotecas de un sólo tipo = single-type library system.
    * sistema bibliotecario de bibliotecas de varios tipos = multitype library system.
    * sistema bibliotecario nacional = national library system.
    * sistema bibliotecario regional = regional library system.
    * sistema bibliotecario universitario = university library system.
    * sistema + caerse = system + crash.
    * sistema cardiovascular = cardiovascular system.
    * sistema cerebroespinal, el = cerebrospinal system, the.
    * sistema circulatorio = circulatory system.
    * sistema comercial = market system, commercial system.
    * sistema de abastecimiento de agua = waterworks.
    * sistema de acceso mediante tarjeta = card access system.
    * sistema de aire acondicionado = air conditioning system, air cooling system.
    * sistema de alarma = alarm system, detection system.
    * sistema de alcantarillado = sewerage system, sewerage.
    * sistema de alerta = early warning system.
    * sistema de alerta de novedades tecnológicas = technology watch.
    * sistema de alerta temprana = early warning system.
    * sistema de alimentación = fuel system.
    * sistema de almacenamiento y recuperación de la información = information storage and retrieval system.
    * sistema de altas presiones = high-pressure system, ridge of high pressure.
    * sistema de alumbrado = lighting system.
    * sistema de apoyo a la toma de decisiones = decision support system, decision making system.
    * sistema de archivo = archiving system.
    * sistema de arranque = starting system.
    * sistema de asignaturas optativas = course elective system.
    * sistema de asistencia sanitaria = health care system.
    * sistema de autoedición = desktop system.
    * sistema de automatización de bibliotecas = library automation system.
    * sistema de aviso de reclamaciones = claims warning system.
    * sistema de ayuda = help system.
    * sistema de ayuda a la gestión = management support system (MSS).
    * sistema de bajas presiones = ridge of low pressure, low pressure system.
    * sistema de becas = grant scheme.
    * sistema de bibliotecas públicas = public library system.
    * sistema de búsqueda = paging system.
    * sistema de cableado = wiring system.
    * sistema de cables eléctricos = electrical wiring.
    * sistema de calefacción = heating system.
    * sistema de castas = caste system.
    * sistema de cierre = locking system.
    * sistema decimal = decimal system.
    * sistema de circulación automatizado = automated circulation system.
    * sistema de circulación del agua = water circulation system.
    * sistema de clases sociales = class system.
    * sistema de clasificación = classification scheme, scheme, classification system, classification schedules, grading system.
    * sistema de clasificación analítico = analytical classification scheme.
    * sistema de clasificación de Bliss = Bliss classification scheme.
    * sistema de clasificación decimal = decimal classification scheme.
    * sistema de clasificación de la Biblioteca del Congreso = LCC (Library of Congress Classification).
    * sistema de clasificación dicotomizado = dichotomized classification scheme.
    * sistema de clasificación enciclopédica = general classification scheme.
    * sistema de clasificación enumerativo = enumerative classification scheme, enumerative scheme.
    * sistema de clasificación especializado = special classification scheme, special scheme.
    * sistema de clasificación facetado = faceted classification scheme.
    * sistema de clasificación general = general scheme, general classification scheme.
    * sistema de clasificación jerárquico = hierarchical classification scheme.
    * sistema de clasificación lineal = linear classification scheme.
    * sistema de clasificación multidimensional = multidimensional classification scheme.
    * sistema de clasificación por disciplinas = discipline-oriented scheme.
    * sistema de clasificación sintético = synthetic classification scheme.
    * sistema de clasificación universal = universal classification scheme.
    * sistema de clasificación verbal = verbal classification system.
    * sistema de cobro por la información usada = information metering.
    * sistema de codificación = coding system.
    * sistema de compañías = companionship system.
    * sistema de comunicación = communication system.
    * sistema de comunicaciones = communication system.
    * Sistema de Comunicaciones y de Archivo Fotográfico (PACS) = Picture Archiving and Communication System (PACS).
    * sistema de comunicación óptica = optical communication system.
    * Sistema de Comunicación por Paquetes (PSS) = Packet-Switching System (PSS).
    * sistema de conductos eléctricos = ducting system.
    * sistema de conferencia en línea = online conferencing system.
    * sistema de control = monitoring system, vetting system.
    * sistema de control de la salida = exit control system.
    * sistema de control de publicaciones seriadas = serials system, serials control system.
    * sistema de conversión de texto a voz = text-to-speech system.
    * sistema de copias de seguridad = backup system.
    * sistema de creencias = belief system.
    * sistema de criba = vetting system.
    * sistema de deducción de puntos = points system.
    * sistema de defensa = defence system.
    * sistema de detección = detection system.
    * sistema de detección de libros = book detection system.
    * sistema de digitalización de documentos = document imaging system.
    * sistema de discos ópticos = optical disc system.
    * sistema de distribución = distribution system.
    * sistema de drenaje = drainage system.
    * sistema de emergencia = backup supply, backup system.
    * sistema de emisión de gases = exhaust system.
    * sistema de emisión de humos = exhaust system.
    * sistema de encendido = ignition system.
    * sistema de entrada mediante tarjetas = card-entry system.
    * sistema de entrada múltiple = multiple entry system.
    * sistema de entrada única = single entry system.
    * sistema de escritura = writing system.
    * sistema de evaluación = rating system.
    * sistema de evaluación anónima = double-blind.
    * sistema de evaluación por paresanónima = double-blind refereeing system.
    * sistema de extinción de incendios mediante rociadores de agua = water sprinkler fire extinguishing system.
    * sistema de extinción de incendios = fire extinguishing system, extinguishing system.
    * sistema de extinción de incendios mediante gas halón = halon gas fire extinguishing system.
    * sistema de facturación = billing system.
    * sistema de facturación por uso = cost billing system.
    * sistema defensivo = defence system.
    * sistema de fichas = card based system.
    * sistema de fichas peek-a-boo = peek-a-boo system.
    * sistema de frenado = brake system, braking system.
    * sistema de frenado antibloqueo = antilock braking system.
    * sistema de frenos = brake system, braking system.
    * sistema de géneros = sex/gender system.
    * sistema de gestión bibliotecaria = library system, library management system.
    * sistema de gestión de documentos = record(s) system.
    * sistema de gestión de documentos electrónicos = electronic document management system (EDMS).
    * sistema de gestión de imágenes = imaging system, image-based system, image management system.
    * sistema de gestión de la información (SGI) = information management system (IMS).
    * sistema de gestión del conocimiento = knowledge management system (KMS).
    * Sistema de Gestión de Mensajes (MHS) = Message Handling System (MHS).
    * sistema de gestión de registros = record(s) system.
    * sistema de gestión documental = information retrieval system (IRS), record(s) system.
    * sistema de gobierno = polity.
    * sistema de iluminación = lighting system.
    * sistema de incentivos = reward system, system of incentives [incentive system].
    * sistema de indización = indexing system, index system.
    * sistema de indización con conservación del contexto (PRECIS) = PRECIS.
    * Sistema de Indización de Estructura Profunda (DSIS) = Deep Structure Indexing System (DSIS).
    * sistema de indización de fichas = card index system.
    * Sistema de Indización por Frases Anidadas (NEPHIS) = Nested Phrase Indexing System (NEPHIS).
    * sistema de indización postcoordinada = post-coordinate indexing system.
    * sistema de indización PRECIS = PRECIS indexing system.
    * sistema de indización precoordinada = pre-coordinate indexing system.
    * sistema de información = information system.
    * Sistema de Información Bibliotecario = LIBRIS.
    * sistema de información documental = document information system.
    * Sistema de Información Geográfica (SIG) = Geographic Information System (GIS).
    * sistema de información integrado = integrated information system.
    * sistema de información sectorial = sectoral information system.
    * Sistema de Información sobre Literatura Gris en Europa (SIGLE) = SIGLE (System for Information on Grey Literature in Europe).
    * sistema + dejar de funcionar = system + crash.
    * sistema de justicia penal = criminal justice system.
    * sistema de la ciencia, el = system of science, the.
    * sistema de lápiz óptico = data pen system.
    * sistema de llave en mano = turnkey system, turnkey software system.
    * sistema de lógica difusa = fuzzy system.
    * sistema del olfato = olfactory system.
    * sistema de medición de los recursos usados = metering system.
    * sistema de megafonía = public address system.
    * sistema de mercado = market system.
    * sistema de multas = fines system.
    * sistema de multiusuarios = multi-user system.
    * sistema de notas = grading system.
    * sistema de numeración = numbering scheme, numbering system.
    * sistema de petición de documentos = document delivery system.
    * sistema de préstamo = circulation system, issue system, lending system, book checking system, charge out system, library issue system.
    * sistema de préstamo automatizado = automated circulation system.
    * sistema de préstamo interbibliotecario = interlibrary loan system.
    * sistema de presupuestación mediante planificación y programación = planning programming budgeting system (PPBS).
    * sistema de primas = bonus scheme.
    * sistema de procesamiento de información = information processing system.
    * sistema de proceso de datos = data processing system.
    * sistema de proceso de imágenes = imaging system.
    * sistema de puntuación = point system.
    * sistema de reclamaciones = chasing system.
    * sistema de recompensa = reward system.
    * sistema de reconocimiento académico = academic reward(s) system.
    * sistema de recuperación = retrieval system.
    * sistema de recuperación de imágenes = image retrieval system.
    * sistema de recuperación de información = IR system.
    * sistema de recuperación de información por medio de menús = menu-based information retrieval system.
    * sistema de recuperación por relevancia = relevance system.
    * sistema de referencia = reference system, reference system.
    * sistema de referencia por coordenadas = grid reference.
    * sistema de refrigeración = cooling system.
    * sistema de registro = recording system.
    * sistema de reservas = booking system.
    * sistema de retransmisión = relay system.
    * sistema de rociadores de agua = sprinkler system, water sprinkler system.
    * sistema de saneamiento = sewerage system, sewerage.
    * sistema de seguimiento = monitoring system.
    * sistema de seguridad = security system, backup system.
    * sistema de selección = vetting system.
    * sistema de sonido cuadrafónico = quadrophonic system.
    * sistema de suministro de documentos = document supply system.
    * sistema de suministro de información = information supply system.
    * sistema de tarifas = charging system.
    * sistema de telecomunicaciones = telecommunication system.
    * sistema de televisión en color = colour system.
    * sistema de tiempo real = real-time system.
    * sistema de traducción automatizada = machine translation system.
    * sistema de transferencia de documentos = document delivery system.
    * sistema de transmisión de mensajes = messaging system.
    * sistema de transporte = transport system.
    * sistema de transporte público = public transport system.
    * sistema de tratamiento de imágenes = image processing system.
    * sistema de trueque, el = barter system, the.
    * sistema de tubos neumáticos = pneumatic tube system.
    * sistema de turnos = rota system.
    * sistema de valores = system of values, value system.
    * sistema de valores personales = personal value system.
    * sistema de valores sociales = social value system.
    * sistema de ventilación = ventilation system.
    * sistema de vídeodisco = video disc system.
    * Sistema de Vídeo Familiar (VHS) = VHS (Video Home System).
    * sistema de videotexto = videotext system.
    * sistema de videotexto público = public viewdata system.
    * sistema de vigilancia = surveillance system.
    * sistema de vigilancia electrónica = electronic surveillance system.
    * sistema digestivo = digestive system.
    * sistema documental = documentary system.
    * sistema económico = economic system.
    * sistema educativo = educational system, education system.
    * sistema electoral = electoral system.
    * sistema eléctrico = electrical system.
    * sistema electrónico de detección de robos = electronic theft detection system.
    * sistema endocrino, el = endocrine system, the.
    * sistema en el que el documento aparece representado en un único lugar del ín = one-place system.
    * sistema energético = energy system.
    * sistema en lenguaje natural = natural language system.
    * sistema en línea = online system.
    * sistema en red = network system.
    * sistema en uso = operational system.
    * sistema escolar, el = school system, the.
    * sistema ético = ethical system.
    * sistema experto = expert system, knowledge-base system.
    * Sistema General de Ordenación (SGO) = Broad System of Ordering (BSO).
    * sistema híbrido = hybrid system.
    * sistema ideológico = system of thought.
    * sistema informático = computing system, computer system.
    * sistema informático hecho por encargo = tailored system.
    * sistema inmunológico = immune system.
    * sistema integrado = integrated system.
    * sistema integrado de gestión bibliotecaria = integrated library package.
    * sistema inteligente = intelligent system.
    * sistema interactivo = interactive system.
    * sistema interactivo en línea = interactive online system.
    * sistema intermediario = backend system.
    * Sistema Internacional de Información sobre Agricultura (AGRIS) = AGRIS (International Agricultural Information System).
    * Sistema Internacional de Unidades, el = International System of Units, the.
    * sistema judicial = judicial system.
    * sistema legal, el = legal system, the.
    * sistema mercantil = market system.
    * sistema mercantilista = mercantile system.
    * sistema métrico decimal, el = metric system, the, decimal metric system, the.
    * sistema métrico, el = metric system, the.
    * sistema monetario = coinage.
    * sistema monetario, el = coinage system, the.
    * Sistema Monetario Europeo = European Monetary System.
    * sistema nervioso = nervous system.
    * sistema nervioso central = central nervous system.
    * sistema nervioso periférico = peripheral nervous system.
    * sistema numérico = numbering scheme, numbering system.
    * sistema obsoleto = legacy system.
    * sistema ofimático = office system.
    * sistema olfativo = olfactory system.
    * sistema operativo = operating system, operational system, computer operating system.
    * sistema operativo de disco = Disc Operating System (DOS).
    * sistema óptico = optical system, optical system.
    * sistema óptico de información = optical information system.
    * sistema orgánico = organ system.
    * sistema organizativo = organisational scheme, organisation scheme.
    * sistema para el análisis formal de documentos = markup code.
    * sistema para el análisis formal de documentos web = markup system.
    * sistema para información geográfica (SIG) = Geographical Information System (GIS).
    * sistema para la información de gestión = management information system (MIS).
    * Sistema para la Información Geográfica (SIG) = Geographic Information System (GIS).
    * sistema para la recuperación de texto libre = free text retrieval system.
    * sistema penal = penal system.
    * sistema penitenciario = penal system.
    * sistema personal = home system.
    * sistema político = political system.
    * sistema político unipartidista = one-party rule.
    * sistema precoordinado = pre-coordinate system.
    * sistema respiratorio = respiratory system.
    * sistema social = social system.
    * sistema solar, el = solar system, the.
    * sistema + venirse abajo = system + crash.
    * sistema virtual de gestión de cursos = course management system.
    * teoría de sistemas = systems theory.
    * vendedor de sistemas = systems vendor.
    * volver a levantar el sistema = restart.
    * * *
    1) ( método) system
    2) ( conjunto organizado) system

    el sistema educativo/impositivo — the education/tax system

    * * *
    = framework, machinery, system, regime [régime], ways and means.

    Ex: The intention is to establish a general framework, and then to give exceptions or further explanation and examples for each area in turn.

    Ex: We can choose to turn our backs on these principles with fatuous arguments which posit their anachronism and the nonexistent intelligence of computing machinery.
    Ex: The training of users of On-line Public Access Catalogues (OPACs) should be attuned to the characteristics of the system = La formación de usuarios de los catálogos en linea de acceso público (CEAP) debería estar en consonancia con las características del sistema.
    Ex: This study found that online access to scientific serials is most appropriate in the third world, principally due to the presence of a small number of scientists with a broad range of interests which makes the fixed-price regimes of print, microform or CD-ROM disadvantageous.
    Ex: Teachers need to be more familiar with bibliographical ways and means: librarians should be more aware of problems from the teachers' perspective and make active efforts to inform teachers of sources of help.
    * abusar del sistema = game + the system, milk + the system.
    * activar un sistema = activate + system.
    * administrador del sistema = system administrator.
    * ADONIS (Distribución automática de documentos a través de sistemas de inform = ADONIS (Automated Document Delivery Over Networked Information Systems).
    * alterar el sistema = perturb + the system.
    * análisis de sistemas = system(s) analysis.
    * analista de sistemas = system(s) analyst.
    * analista de sistemas de gestión bibliotecaria = library systems analyst.
    * aprovecharse del sistema = game + the system, milk + the system.
    * auditoría de sistemas = systems audit, systems auditing.
    * auditoría de sistemas de información = information systems auditing, information systems audit.
    * bibliotecario de sistemas = systems librarian.
    * brecha del sistema de seguridad = security leak.
    * brecha en el sistema de seguridad = security hole.
    * burlar el sistema = beat + the system, game + the system.
    * caída del sistema = system crash.
    * catálogo del sistema = system catalogue.
    * Comité Conjunto para Sistemas de Información (JISC) = Joint Information Systems Committee (JISC).
    * configurador del sistema = system configurator.
    * controlador del sistema = system controller.
    * conversión al sistema decimal = decimalisation [decimalization, -USA].
    * conversión al sistema métrico = metrication.
    * convertir al sistema decimal = decimalise [decimalize, -USA].
    * copia de seguridad del sistema = system backup.
    * desafiar al sistema = beat + the system.
    * desarrollo de sistemas = system(s) development.
    * de todo el sistema = systemwide.
    * diseñador de sistemas = systems designer, system designer, system developer.
    * diseño de sistemas = systems design.
    * documentación del sistema = system documentation.
    * engañar al sistema = beat + the system, game + the system.
    * en todo el sistema = systemwide.
    * entre el hombre y el sistema = human-system.
    * en varios sistemas = cross-system.
    * evaluación de sistemas = system(s) evaluation.
    * fichero de existencias del sistema = system holdings file.
    * fichero de usuarios del sistema = system user file.
    * funcionar por un sistema de turnos = work on + a rota system, work on + a rota, work + shifts.
    * interfaz usuario-sistema = user/system interface.
    * ir en contra del sistema = buck + the system.
    * ISDS (Sistema Internacional de Datos sobre Publicaciones Seriadas) = ISDS (International Serials Data System).
    * mantener un sistema de turnos = hold + a rota of.
    * mostrar el prompt del sistema = prompt.
    * NISTF (Grupo de Trabajo sobre los Sistemas Nacionales de Información de la A = NISTF (Society of American Archivists National Information Systems Task Force).
    * nombre de acceso al sistema = system logon name.
    * organizar un sistema de turnos de + Nombre = organise + a rota of + Nombre.
    * PADIS (Sistema de Información para el Desarrollo de Africa) = PADIS (Pan-African Development Information System).
    * parecido a un sistema experto = expert-type.
    * promovido por el propio sistema de información = information-led.
    * prompt del sistema = system prompt.
    * propio del sistema = built-in.
    * protección del sistema = system security.
    * proveedor de sistemas = systems supplier, system supplier [systems supplier].
    * Proyecto para Sistemas Conectados (LSP) = Linked Systems Project (LSP).
    * responsable del sistema = system programmer.
    * seguridad del sistema = system security.
    * sistema abierto = open system.
    * sistema agrícola = farming system.
    * sistema anglosajón de medidas = imperial measures.
    * sistema anticuado = legacy system.
    * sistema antiguo = legacy system.
    * sistema antirrobo de libros = book security system, library security system.
    * sistema auditivo, el = auditory system, the.
    * sistema automatizado = data system, automated system, computerised system.
    * sistema automatizado de bibliotecas = automated library information system, library computer system.
    * sistema automatizado de indización = computer-based indexing system.
    * sistema automatizado de préstamo = automated lending system, computerised issue system.
    * sistema automatizado multimedia = multimedia computer system.
    * sistema automatizado para la recuperación = computerised document retrieval system, computerised information retrieval system.
    * sistema automatizado para la recuperación de documentos = computerised document retrieval system.
    * sistema automatizado para la recuperación de información = computerised information retrieval system.
    * sistema automatizado por microordenador = microcomputer-based system.
    * sistema bancario, el = banking system, the.
    * sistema basado en el conocimiento = knowledge-base system.
    * sistema basado en las imágenes = image-based system.
    * sistema bibliotecario = library system.
    * sistema bibliotecario automatizado = automated library system.
    * sistema bibliotecario de bibliotecas de un sólo tipo = single-type library system.
    * sistema bibliotecario de bibliotecas de varios tipos = multitype library system.
    * sistema bibliotecario nacional = national library system.
    * sistema bibliotecario regional = regional library system.
    * sistema bibliotecario universitario = university library system.
    * sistema + caerse = system + crash.
    * sistema cardiovascular = cardiovascular system.
    * sistema cerebroespinal, el = cerebrospinal system, the.
    * sistema circulatorio = circulatory system.
    * sistema comercial = market system, commercial system.
    * sistema de abastecimiento de agua = waterworks.
    * sistema de acceso mediante tarjeta = card access system.
    * sistema de aire acondicionado = air conditioning system, air cooling system.
    * sistema de alarma = alarm system, detection system.
    * sistema de alcantarillado = sewerage system, sewerage.
    * sistema de alerta = early warning system.
    * sistema de alerta de novedades tecnológicas = technology watch.
    * sistema de alerta temprana = early warning system.
    * sistema de alimentación = fuel system.
    * sistema de almacenamiento y recuperación de la información = information storage and retrieval system.
    * sistema de altas presiones = high-pressure system, ridge of high pressure.
    * sistema de alumbrado = lighting system.
    * sistema de apoyo a la toma de decisiones = decision support system, decision making system.
    * sistema de archivo = archiving system.
    * sistema de arranque = starting system.
    * sistema de asignaturas optativas = course elective system.
    * sistema de asistencia sanitaria = health care system.
    * sistema de autoedición = desktop system.
    * sistema de automatización de bibliotecas = library automation system.
    * sistema de aviso de reclamaciones = claims warning system.
    * sistema de ayuda = help system.
    * sistema de ayuda a la gestión = management support system (MSS).
    * sistema de bajas presiones = ridge of low pressure, low pressure system.
    * sistema de becas = grant scheme.
    * sistema de bibliotecas públicas = public library system.
    * sistema de búsqueda = paging system.
    * sistema de cableado = wiring system.
    * sistema de cables eléctricos = electrical wiring.
    * sistema de calefacción = heating system.
    * sistema de castas = caste system.
    * sistema de cierre = locking system.
    * sistema decimal = decimal system.
    * sistema de circulación automatizado = automated circulation system.
    * sistema de circulación del agua = water circulation system.
    * sistema de clases sociales = class system.
    * sistema de clasificación = classification scheme, scheme, classification system, classification schedules, grading system.
    * sistema de clasificación analítico = analytical classification scheme.
    * sistema de clasificación de Bliss = Bliss classification scheme.
    * sistema de clasificación decimal = decimal classification scheme.
    * sistema de clasificación de la Biblioteca del Congreso = LCC (Library of Congress Classification).
    * sistema de clasificación dicotomizado = dichotomized classification scheme.
    * sistema de clasificación enciclopédica = general classification scheme.
    * sistema de clasificación enumerativo = enumerative classification scheme, enumerative scheme.
    * sistema de clasificación especializado = special classification scheme, special scheme.
    * sistema de clasificación facetado = faceted classification scheme.
    * sistema de clasificación general = general scheme, general classification scheme.
    * sistema de clasificación jerárquico = hierarchical classification scheme.
    * sistema de clasificación lineal = linear classification scheme.
    * sistema de clasificación multidimensional = multidimensional classification scheme.
    * sistema de clasificación por disciplinas = discipline-oriented scheme.
    * sistema de clasificación sintético = synthetic classification scheme.
    * sistema de clasificación universal = universal classification scheme.
    * sistema de clasificación verbal = verbal classification system.
    * sistema de cobro por la información usada = information metering.
    * sistema de codificación = coding system.
    * sistema de compañías = companionship system.
    * sistema de comunicación = communication system.
    * sistema de comunicaciones = communication system.
    * Sistema de Comunicaciones y de Archivo Fotográfico (PACS) = Picture Archiving and Communication System (PACS).
    * sistema de comunicación óptica = optical communication system.
    * Sistema de Comunicación por Paquetes (PSS) = Packet-Switching System (PSS).
    * sistema de conductos eléctricos = ducting system.
    * sistema de conferencia en línea = online conferencing system.
    * sistema de control = monitoring system, vetting system.
    * sistema de control de la salida = exit control system.
    * sistema de control de publicaciones seriadas = serials system, serials control system.
    * sistema de conversión de texto a voz = text-to-speech system.
    * sistema de copias de seguridad = backup system.
    * sistema de creencias = belief system.
    * sistema de criba = vetting system.
    * sistema de deducción de puntos = points system.
    * sistema de defensa = defence system.
    * sistema de detección = detection system.
    * sistema de detección de libros = book detection system.
    * sistema de digitalización de documentos = document imaging system.
    * sistema de discos ópticos = optical disc system.
    * sistema de distribución = distribution system.
    * sistema de drenaje = drainage system.
    * sistema de emergencia = backup supply, backup system.
    * sistema de emisión de gases = exhaust system.
    * sistema de emisión de humos = exhaust system.
    * sistema de encendido = ignition system.
    * sistema de entrada mediante tarjetas = card-entry system.
    * sistema de entrada múltiple = multiple entry system.
    * sistema de entrada única = single entry system.
    * sistema de escritura = writing system.
    * sistema de evaluación = rating system.
    * sistema de evaluación anónima = double-blind.
    * sistema de evaluación por paresanónima = double-blind refereeing system.
    * sistema de extinción de incendios mediante rociadores de agua = water sprinkler fire extinguishing system.
    * sistema de extinción de incendios = fire extinguishing system, extinguishing system.
    * sistema de extinción de incendios mediante gas halón = halon gas fire extinguishing system.
    * sistema de facturación = billing system.
    * sistema de facturación por uso = cost billing system.
    * sistema defensivo = defence system.
    * sistema de fichas = card based system.
    * sistema de fichas peek-a-boo = peek-a-boo system.
    * sistema de frenado = brake system, braking system.
    * sistema de frenado antibloqueo = antilock braking system.
    * sistema de frenos = brake system, braking system.
    * sistema de géneros = sex/gender system.
    * sistema de gestión bibliotecaria = library system, library management system.
    * sistema de gestión de documentos = record(s) system.
    * sistema de gestión de documentos electrónicos = electronic document management system (EDMS).
    * sistema de gestión de imágenes = imaging system, image-based system, image management system.
    * sistema de gestión de la información (SGI) = information management system (IMS).
    * sistema de gestión del conocimiento = knowledge management system (KMS).
    * Sistema de Gestión de Mensajes (MHS) = Message Handling System (MHS).
    * sistema de gestión de registros = record(s) system.
    * sistema de gestión documental = information retrieval system (IRS), record(s) system.
    * sistema de gobierno = polity.
    * sistema de iluminación = lighting system.
    * sistema de incentivos = reward system, system of incentives [incentive system].
    * sistema de indización = indexing system, index system.
    * sistema de indización con conservación del contexto (PRECIS) = PRECIS.
    * Sistema de Indización de Estructura Profunda (DSIS) = Deep Structure Indexing System (DSIS).
    * sistema de indización de fichas = card index system.
    * Sistema de Indización por Frases Anidadas (NEPHIS) = Nested Phrase Indexing System (NEPHIS).
    * sistema de indización postcoordinada = post-coordinate indexing system.
    * sistema de indización PRECIS = PRECIS indexing system.
    * sistema de indización precoordinada = pre-coordinate indexing system.
    * sistema de información = information system.
    * Sistema de Información Bibliotecario = LIBRIS.
    * sistema de información documental = document information system.
    * Sistema de Información Geográfica (SIG) = Geographic Information System (GIS).
    * sistema de información integrado = integrated information system.
    * sistema de información sectorial = sectoral information system.
    * Sistema de Información sobre Literatura Gris en Europa (SIGLE) = SIGLE (System for Information on Grey Literature in Europe).
    * sistema + dejar de funcionar = system + crash.
    * sistema de justicia penal = criminal justice system.
    * sistema de la ciencia, el = system of science, the.
    * sistema de lápiz óptico = data pen system.
    * sistema de llave en mano = turnkey system, turnkey software system.
    * sistema de lógica difusa = fuzzy system.
    * sistema del olfato = olfactory system.
    * sistema de medición de los recursos usados = metering system.
    * sistema de megafonía = public address system.
    * sistema de mercado = market system.
    * sistema de multas = fines system.
    * sistema de multiusuarios = multi-user system.
    * sistema de notas = grading system.
    * sistema de numeración = numbering scheme, numbering system.
    * sistema de petición de documentos = document delivery system.
    * sistema de préstamo = circulation system, issue system, lending system, book checking system, charge out system, library issue system.
    * sistema de préstamo automatizado = automated circulation system.
    * sistema de préstamo interbibliotecario = interlibrary loan system.
    * sistema de presupuestación mediante planificación y programación = planning programming budgeting system (PPBS).
    * sistema de primas = bonus scheme.
    * sistema de procesamiento de información = information processing system.
    * sistema de proceso de datos = data processing system.
    * sistema de proceso de imágenes = imaging system.
    * sistema de puntuación = point system.
    * sistema de reclamaciones = chasing system.
    * sistema de recompensa = reward system.
    * sistema de reconocimiento académico = academic reward(s) system.
    * sistema de recuperación = retrieval system.
    * sistema de recuperación de imágenes = image retrieval system.
    * sistema de recuperación de información = IR system.
    * sistema de recuperación de información por medio de menús = menu-based information retrieval system.
    * sistema de recuperación por relevancia = relevance system.
    * sistema de referencia = reference system, reference system.
    * sistema de referencia por coordenadas = grid reference.
    * sistema de refrigeración = cooling system.
    * sistema de registro = recording system.
    * sistema de reservas = booking system.
    * sistema de retransmisión = relay system.
    * sistema de rociadores de agua = sprinkler system, water sprinkler system.
    * sistema de saneamiento = sewerage system, sewerage.
    * sistema de seguimiento = monitoring system.
    * sistema de seguridad = security system, backup system.
    * sistema de selección = vetting system.
    * sistema de sonido cuadrafónico = quadrophonic system.
    * sistema de suministro de documentos = document supply system.
    * sistema de suministro de información = information supply system.
    * sistema de tarifas = charging system.
    * sistema de telecomunicaciones = telecommunication system.
    * sistema de televisión en color = colour system.
    * sistema de tiempo real = real-time system.
    * sistema de traducción automatizada = machine translation system.
    * sistema de transferencia de documentos = document delivery system.
    * sistema de transmisión de mensajes = messaging system.
    * sistema de transporte = transport system.
    * sistema de transporte público = public transport system.
    * sistema de tratamiento de imágenes = image processing system.
    * sistema de trueque, el = barter system, the.
    * sistema de tubos neumáticos = pneumatic tube system.
    * sistema de turnos = rota system.
    * sistema de valores = system of values, value system.
    * sistema de valores personales = personal value system.
    * sistema de valores sociales = social value system.
    * sistema de ventilación = ventilation system.
    * sistema de vídeodisco = video disc system.
    * Sistema de Vídeo Familiar (VHS) = VHS (Video Home System).
    * sistema de videotexto = videotext system.
    * sistema de videotexto público = public viewdata system.
    * sistema de vigilancia = surveillance system.
    * sistema de vigilancia electrónica = electronic surveillance system.
    * sistema digestivo = digestive system.
    * sistema documental = documentary system.
    * sistema económico = economic system.
    * sistema educativo = educational system, education system.
    * sistema electoral = electoral system.
    * sistema eléctrico = electrical system.
    * sistema electrónico de detección de robos = electronic theft detection system.
    * sistema endocrino, el = endocrine system, the.
    * sistema en el que el documento aparece representado en un único lugar del ín = one-place system.
    * sistema energético = energy system.
    * sistema en lenguaje natural = natural language system.
    * sistema en línea = online system.
    * sistema en red = network system.
    * sistema en uso = operational system.
    * sistema escolar, el = school system, the.
    * sistema ético = ethical system.
    * sistema experto = expert system, knowledge-base system.
    * Sistema General de Ordenación (SGO) = Broad System of Ordering (BSO).
    * sistema híbrido = hybrid system.
    * sistema ideológico = system of thought.
    * sistema informático = computing system, computer system.
    * sistema informático hecho por encargo = tailored system.
    * sistema inmunológico = immune system.
    * sistema integrado = integrated system.
    * sistema integrado de gestión bibliotecaria = integrated library package.
    * sistema inteligente = intelligent system.
    * sistema interactivo = interactive system.
    * sistema interactivo en línea = interactive online system.
    * sistema intermediario = backend system.
    * Sistema Internacional de Información sobre Agricultura (AGRIS) = AGRIS (International Agricultural Information System).
    * Sistema Internacional de Unidades, el = International System of Units, the.
    * sistema judicial = judicial system.
    * sistema legal, el = legal system, the.
    * sistema mercantil = market system.
    * sistema mercantilista = mercantile system.
    * sistema métrico decimal, el = metric system, the, decimal metric system, the.
    * sistema métrico, el = metric system, the.
    * sistema monetario = coinage.
    * sistema monetario, el = coinage system, the.
    * Sistema Monetario Europeo = European Monetary System.
    * sistema nervioso = nervous system.
    * sistema nervioso central = central nervous system.
    * sistema nervioso periférico = peripheral nervous system.
    * sistema numérico = numbering scheme, numbering system.
    * sistema obsoleto = legacy system.
    * sistema ofimático = office system.
    * sistema olfativo = olfactory system.
    * sistema operativo = operating system, operational system, computer operating system.
    * sistema operativo de disco = Disc Operating System (DOS).
    * sistema óptico = optical system, optical system.
    * sistema óptico de información = optical information system.
    * sistema orgánico = organ system.
    * sistema organizativo = organisational scheme, organisation scheme.
    * sistema para el análisis formal de documentos = markup code.
    * sistema para el análisis formal de documentos web = markup system.
    * sistema para información geográfica (SIG) = Geographical Information System (GIS).
    * sistema para la información de gestión = management information system (MIS).
    * Sistema para la Información Geográfica (SIG) = Geographic Information System (GIS).
    * sistema para la recuperación de texto libre = free text retrieval system.
    * sistema penal = penal system.
    * sistema penitenciario = penal system.
    * sistema personal = home system.
    * sistema político = political system.
    * sistema político unipartidista = one-party rule.
    * sistema precoordinado = pre-coordinate system.
    * sistema respiratorio = respiratory system.
    * sistema social = social system.
    * sistema solar, el = solar system, the.
    * sistema + venirse abajo = system + crash.
    * sistema virtual de gestión de cursos = course management system.
    * teoría de sistemas = systems theory.
    * vendedor de sistemas = systems vendor.
    * volver a levantar el sistema = restart.

    * * *
    A (método) system
    necesitamos un nuevo sistema we need a new way of doing things o a new system
    trabajar con sistema to work systematically o methodically
    él se opone a todo lo que yo propongo, por sistema he systematically o invariably opposes everything I propose, as a matter of course he opposes everything I propose
    B
    el sistema educativo/impositivo the education/tax system
    el sistema de calefacción the heating system
    2 ( Inf) system
    entrar en or al sistema to log in o on
    salir del sistema to log out o off
    Compuestos:
    ( Mil) Electronic Counter Measures
    distribution system
    set of simultaneous equations
    satellite navegation system
    through-ticketing
    expert system
    metric system
    European Monetary System
    mountain range
    nervous system
    central nervous system
    operating system
    disk operating system
    solar system
    ( Esp) through-ticketing
    * * *

     

    sistema sustantivo masculino
    1 ( método) system;
    trabajar con sistema to work systematically o methodically

    2 ( conjunto organizado) system;

    sistema solar solar system;
    Ssistema Monetario Europeo European Monetary System
    3 (Inf) system;
    entrar en el/salir del sistema to log on/off

    sistema sustantivo masculino
    1 system
    sistema circulatorio, circulatory system
    sistema operativo, operating system
    2 (modo) tenemos que buscar un sistema para hacerlo, we have to find a way to do it
    ♦ Locuciones: por sistema, as a rule
    ' sistema' also found in these entries:
    Spanish:
    bicameral
    - decimal
    - dicotomía
    - educativa
    - educativo
    - enseñanza
    - inconveniente
    - instrumentación
    - inutilizar
    - LOGSE
    - métrica
    - métrico
    - monetaria
    - monetario
    - obsoleta
    - obsoleto
    - perfección
    - poner
    - refrigeración
    - salir
    - simulador
    - simuladora
    - SME
    - SMI
    - solar
    - subsistir
    - sufragio
    - tributación
    - tributaria
    - tributario
    - vía
    - vídeo
    - afianzar
    - afiliarse
    - alfabetizar
    - aparato
    - aplicar
    - cómodo
    - complicado
    - defecto
    - desbaratar
    - ejido
    - escritura
    - falla
    - fórmula
    - funcionamiento
    - impositivo
    - inadecuado
    - ineficaz
    - ingeniar
    English:
    advanced
    - Amtrak
    - antilock braking system
    - backup
    - change over
    - decimal system
    - develop
    - development
    - diagram
    - DOS
    - efficient
    - electronic
    - establishment
    - European Monetary System
    - flagship
    - glitch
    - GPA
    - imperial mile
    - instal
    - install
    - institute
    - log in
    - log off
    - log on
    - log out
    - machinery
    - metric
    - MIS
    - nervous system
    - operating system
    - operational
    - PA
    - piecemeal
    - plumbing
    - pony express
    - process
    - respiratory system
    - retrieval
    - sanitary
    - service
    - set-up
    - sewerage
    - system
    - tax system
    - unsystematic
    - unsystematically
    - comprehensive
    - day
    - decimalization
    - down
    * * *
    nm
    1. [conjunto ordenado] system
    sistema de apertura retardada time lock;
    sistema de apoyo support system;
    el sistema bancario the banking system;
    Astron sistema binario [de estrellas] binary system;
    sistema cegesimal [de unidades] CGS system;
    el Sistema Central = Spanish central mountain range;
    sistema de coordenadas coordinate system;
    sistema decimal decimal system;
    TV sistema dual bilingual broadcasting;
    sistema fiscal tax system;
    el Sistema Ibérico the Iberian chain;
    sistema impositivo tax system;
    sistema métrico (decimal) metric (decimal) system;
    Sistema Monetario Europeo European Monetary System;
    sistema montañoso mountain chain o range;
    sistema periódico (de los elementos) periodic table (of elements);
    sistema planetario planetary system;
    sistema político political system;
    sistema de referencia frame of reference;
    sistema de seguridad security system;
    sistema solar solar system;
    sistema de transportes transport system;
    sistema tributario tax system
    2. Anat system
    sistema cardiovascular cardiovascular system;
    sistema circulatorio circulatory system;
    sistema endocrino endocrine system;
    sistema inmunológico immune system;
    sistema linfático lymphatic system;
    sistema nervioso nervous system;
    sistema nervioso central central nervous system
    3. [método, orden] method;
    trabajar con sistema to work methodically
    4. Informát system
    sistema de alimentación ininterrumpida uninterruptible power supply;
    sistema de almacenamiento storage system;
    sistema de archivos jerárquicos hierarchical file system;
    sistema de autor authoring system;
    sistema binario binary system;
    sistema experto expert system;
    sistema de gestión de bases de datos database management system;
    sistema hexadecimal hexadecimal system, base 16;
    sistema multiprocesador multiprocessor system;
    sistema multiusuario multi-user system;
    sistema de nombres de dominio domain name system;
    sistema operativo operating system
    5. Ling system
    por sistema loc adv
    systematically;
    me lleva la contraria por sistema he always argues with everything I say
    SISTEMA EDUCATIVO
    The Spanish education system starts with free nursery school from 3 to 6. This is followed by primary school from 6 to 12, and compulsory secondary education from 12 to 16, successful completion of which entitles pupils to a “secondary school diploma”. There is then a choice of a general course of study (“bachillerato”) or a technical one, both of two years. The bachillerato allows access to university courses, which can lead to a diploma or degree. In Latin America, there is great variation in educational provision from country to country. The end of compulsory education ranges from age 11 in Honduras to 16 in Peru, though in most countries it is between 13 and 15. Actual enrolment in primary school is high, even in the poorer countries, but about a third of secondary-school-age Latin American children are not actually enrolled. In a poor country such as Guatemala this rises to two-thirds, compared with the high level of secondary enrolment in Argentina, Chile or Cuba.
    * * *
    m system
    * * *
    : system
    * * *
    sistema n system

    Spanish-English dictionary > sistema

  • 33 recuperación

    f.
    1 recuperation, recapture, rescue, retrieval.
    2 recovery, cure, comeback, pickup.
    * * *
    1 recovery, recuperation, retrieval
    * * *
    noun f.
    * * *
    SF
    1) (=vuelta a la normalidad) [de economía, divisa] recovery; [de enfermo, paciente] recovery, recuperation más frm
    2) (=reutilización)
    a) [de edificio] restoration; [de tierras] reclamation; [de chatarra, vidrio] salvage
    b) [de algo perdido, olvidado] revival
    3) [de dinero, joyas] recovery; (Com) [de costes, pérdidas] recovery, recoupment frm
    4) Esp (Educ) (=examen) resit
    5) (Inform) retrieval
    * * *
    1) (de enfermo, economía) recovery
    2)
    a) (de dinero, botín) recovery, recouping
    b) ( de la vista) recovery
    3) (Esp) (Educ) tb

    examen de recuperación — retake, makeup (exam) (AmE)

    * * *
    = recall, recovery, retrieval, salvage, reclamation, retrieval process, second wind, salvaging, comeback, rebound.
    Ex. As discussed above, precision, or the proportion of relevant documents retrieved, is related to recall, the extent of retrieval of relevant documents.
    Ex. A library fulfils its function of information retrieval by maintaining some system for the recovery of documents from its collection.
    Ex. DBMS are essentially programming frameworks, and can offer good storage and retrieval, but often are intended for programmers to interact with, and thus may need a programmer in order to make them usable to libraries.
    Ex. Its purpose is to provide advice and on-site salvage assistance to those organisations having documentary resources that are damaged in a natural or man-made disaster.
    Ex. The steps to be followed in the reclamation and restoration of library materials should be set out.
    Ex. The analyser ensures the independence of the retrieval process.
    Ex. The article 'Cost-plus pricing: an old nag with a second wind?' suggests that this technique is the most transparent and equitable system yet devised.
    Ex. In contrast to Bush who seems poised to recklessly waste more lives and resources in pursuit of his ideological mission and the salvaging of his legacy.
    Ex. Fish hawks needed a helping hand and their comeback is one of the great wildlife success stories of our time.
    Ex. Information technology tycoons have made a surprising rebound from the technology bubble burst to top this year's China rich people list.
    ----
    * almacenamiento y recuperación = storage and retrieval.
    * almacenamiento y recuperación automatizada de la información = computerised information retrieval and storage.
    * almacenamiento y recuperación de la información = information storage and retrieval (ISR).
    * conocimientos básicos de búsqueda, recuperación y organización de la informa = information literacy.
    * cuidar a Alguien hasta su recuperación = nurse + Nombre + back to health.
    * efectuar una recuperación = effect + retrieval.
    * eficacia de la recuperación = retrieval effectiveness.
    * en recuperación = on the rebound.
    * especialista en recuperación = retrievalist.
    * estudiante de recuperación = remedial.
    * exhaustividad en la recuperación = recall.
    * herramienta de recuperación de información = retrieval tool.
    * índice de exhaustividad de la recuperación = recall measure.
    * instrumento de recuperación = recall device.
    * instrumento para la recuperación = access tool.
    * lenguaje de recuperación = retrieval language.
    * modelo de recuperación de información por coincidencia óptima = best match model.
    * pertinente a la recuperación = retrieval-related.
    * plan de recuperación tras un siniestro = disaster recovery, disaster recovery plan.
    * planificación de recuperación tras siniestros = disaster recovery planning.
    * proceso de recuperación = retrieval process.
    * programas de recuperación = retrieval software.
    * recuperación automática = automated retrieval.
    * recuperación de costes = cost recovery.
    * recuperación de fotografías = picture retrieval.
    * recuperación de imágenes = image retrieval.
    * recuperación de imágenes digitales = digital image retrieval.
    * recuperación de imágenes fotográficas = picture retrieval.
    * recuperación de imágenes por el contenido = content-based image retrieval.
    * recuperación de información = data retrieval.
    * recuperación de información de lógica difusa = fuzzy data retrieval, fuzzy data retrieval.
    * recuperación de información en varias lenguas = cross-language information retrieval (CLIR).
    * recuperación de información (RI) = information retrieval (IR).
    * recuperación de la energía = second wind.
    * recuperación de referencias = reference retrieval.
    * recuperación de texto = text retrieval.
    * recuperación de texto completo = full text retrieval.
    * recuperación de texto libre = free text retrieval.
    * recuperación documental = document retrieval.
    * recuperación económica = economic recovery.
    * recuperación en línea = online retrieval.
    * recuperación por materias = subject access, subject retrieval.
    * recuperación por quórum = quorum matching.
    * recuperación retrospectiva = retrospective retrieval.
    * servicio de recuperación en línea = online retrieval service.
    * sistema automatizado para la recuperación = computerised document retrieval system, computerised information retrieval system.
    * sistema automatizado para la recuperación de documentos = computerised document retrieval system.
    * sistema automatizado para la recuperación de información = computerised information retrieval system.
    * sistema de almacenamiento y recuperación de la información = information storage and retrieval system.
    * sistema de recuperación = retrieval system.
    * sistema de recuperación de imágenes = image retrieval system.
    * sistema de recuperación de información = IR system.
    * sistema de recuperación de información por medio de menús = menu-based information retrieval system.
    * sistema de recuperación por relevancia = relevance system.
    * sistema para la recuperación de texto libre = free text retrieval system.
    * técnica de recuperación de información por coincidencia óptima = best match technique.
    * técnica de recuperación por medio de la lógica difusa = fuzzy IR technique.
    * * *
    1) (de enfermo, economía) recovery
    2)
    a) (de dinero, botín) recovery, recouping
    b) ( de la vista) recovery
    3) (Esp) (Educ) tb

    examen de recuperación — retake, makeup (exam) (AmE)

    * * *
    = recall, recovery, retrieval, salvage, reclamation, retrieval process, second wind, salvaging, comeback, rebound.

    Ex: As discussed above, precision, or the proportion of relevant documents retrieved, is related to recall, the extent of retrieval of relevant documents.

    Ex: A library fulfils its function of information retrieval by maintaining some system for the recovery of documents from its collection.
    Ex: DBMS are essentially programming frameworks, and can offer good storage and retrieval, but often are intended for programmers to interact with, and thus may need a programmer in order to make them usable to libraries.
    Ex: Its purpose is to provide advice and on-site salvage assistance to those organisations having documentary resources that are damaged in a natural or man-made disaster.
    Ex: The steps to be followed in the reclamation and restoration of library materials should be set out.
    Ex: The analyser ensures the independence of the retrieval process.
    Ex: The article 'Cost-plus pricing: an old nag with a second wind?' suggests that this technique is the most transparent and equitable system yet devised.
    Ex: In contrast to Bush who seems poised to recklessly waste more lives and resources in pursuit of his ideological mission and the salvaging of his legacy.
    Ex: Fish hawks needed a helping hand and their comeback is one of the great wildlife success stories of our time.
    Ex: Information technology tycoons have made a surprising rebound from the technology bubble burst to top this year's China rich people list.
    * almacenamiento y recuperación = storage and retrieval.
    * almacenamiento y recuperación automatizada de la información = computerised information retrieval and storage.
    * almacenamiento y recuperación de la información = information storage and retrieval (ISR).
    * conocimientos básicos de búsqueda, recuperación y organización de la informa = information literacy.
    * cuidar a Alguien hasta su recuperación = nurse + Nombre + back to health.
    * efectuar una recuperación = effect + retrieval.
    * eficacia de la recuperación = retrieval effectiveness.
    * en recuperación = on the rebound.
    * especialista en recuperación = retrievalist.
    * estudiante de recuperación = remedial.
    * exhaustividad en la recuperación = recall.
    * herramienta de recuperación de información = retrieval tool.
    * índice de exhaustividad de la recuperación = recall measure.
    * instrumento de recuperación = recall device.
    * instrumento para la recuperación = access tool.
    * lenguaje de recuperación = retrieval language.
    * modelo de recuperación de información por coincidencia óptima = best match model.
    * pertinente a la recuperación = retrieval-related.
    * plan de recuperación tras un siniestro = disaster recovery, disaster recovery plan.
    * planificación de recuperación tras siniestros = disaster recovery planning.
    * proceso de recuperación = retrieval process.
    * programas de recuperación = retrieval software.
    * recuperación automática = automated retrieval.
    * recuperación de costes = cost recovery.
    * recuperación de fotografías = picture retrieval.
    * recuperación de imágenes = image retrieval.
    * recuperación de imágenes digitales = digital image retrieval.
    * recuperación de imágenes fotográficas = picture retrieval.
    * recuperación de imágenes por el contenido = content-based image retrieval.
    * recuperación de información = data retrieval.
    * recuperación de información de lógica difusa = fuzzy data retrieval, fuzzy data retrieval.
    * recuperación de información en varias lenguas = cross-language information retrieval (CLIR).
    * recuperación de información (RI) = information retrieval (IR).
    * recuperación de la energía = second wind.
    * recuperación de referencias = reference retrieval.
    * recuperación de texto = text retrieval.
    * recuperación de texto completo = full text retrieval.
    * recuperación de texto libre = free text retrieval.
    * recuperación documental = document retrieval.
    * recuperación económica = economic recovery.
    * recuperación en línea = online retrieval.
    * recuperación por materias = subject access, subject retrieval.
    * recuperación por quórum = quorum matching.
    * recuperación retrospectiva = retrospective retrieval.
    * servicio de recuperación en línea = online retrieval service.
    * sistema automatizado para la recuperación = computerised document retrieval system, computerised information retrieval system.
    * sistema automatizado para la recuperación de documentos = computerised document retrieval system.
    * sistema automatizado para la recuperación de información = computerised information retrieval system.
    * sistema de almacenamiento y recuperación de la información = information storage and retrieval system.
    * sistema de recuperación = retrieval system.
    * sistema de recuperación de imágenes = image retrieval system.
    * sistema de recuperación de información = IR system.
    * sistema de recuperación de información por medio de menús = menu-based information retrieval system.
    * sistema de recuperación por relevancia = relevance system.
    * sistema para la recuperación de texto libre = free text retrieval system.
    * técnica de recuperación de información por coincidencia óptima = best match technique.
    * técnica de recuperación por medio de la lógica difusa = fuzzy IR technique.

    * * *
    A (de una enfermedad) recovery, recuperation ( frml); (de la economía) recovery
    le deseamos una pronta recuperación we wish you a speedy recovery
    B
    1 (de dinero, un botín) recovery, recouping
    2 (de la democracia) restoration
    el proceso de recuperación de la democracia en la zona the process of restoring democracy to the region
    3 (de la vista) recovery
    4 (de un delincuente) rehabilitation
    C
    ( Esp) ( Educ) tb examen de recuperación retake exam, makeup exam o test ( AmE), resit ( BrE)
    * * *

     

    recuperación sustantivo femenino

    b) (Esp) (Educ) tb


    recuperación sustantivo femenino
    1 recovery
    2 (de una asignatura) resit, retake
    ' recuperación' also found in these entries:
    Spanish:
    curación
    English:
    after-care
    - miraculous
    - over
    - recovery
    - recuperation
    - remedial
    - retrieval
    - underrated
    - make
    - resilience
    - resilient
    - road
    - well
    * * *
    1. [de lo perdido, la salud, la economía] recovery;
    [de información] retrieval; [de espacios naturales] reclamation
    2. [rehabilitación] [de local, edificio] refurbishment
    recuperación paisajística improving the visual environment
    3. Informát [de información dañada] recovery
    recuperación de datos data recovery
    4. [reciclaje] recovery
    5. [examen] resit;
    (clase de) recuperación = extra class for pupils or students who have to retake their exams
    6. [fisioterapia] physiotherapy
    7. [en baloncesto] steal
    * * *
    f
    1 tb fig
    recovery
    2 en baloncesto steal
    * * *
    1) : recovery, recuperation
    2)
    recuperación de datos : data retrieval
    * * *
    1. (en general) recovery
    2. (examen) resit
    se presentó a la recuperación de dos asignaturas en septiembre he resat two exams in September / he took two resits in September

    Spanish-English dictionary > recuperación

  • 34 processor

    - airborne data processor
    - airborne processor
    - algorithm processor
    - alterable processor
    - ancillary control processor
    - arithmetic processor
    - array processor
    - assembly language processor
    - associative processor
    - attached processor
    - auxiliary processor
    - back-end processor
    - background job processor
    - background processor
    - basic processor
    - batch-mode processor
    - bit-slice processor
    - bit-stream processor
    - byte-slice processor
    - center processor
    - central data processor
    - central processor
    - command processor
    - communications processor
    - console command processor
    - content-addressable processor
    - control processor
    - data communication processor
    - data flow processor
    - data interchange processor
    - data link processor
    - data processor
    - database processor
    - dead processor
    - demand-paged processor
    - diagnostic processor
    - digital signal processor
    - digital speech processor
    - display processor
    - distributed database processor
    - dual processor
    - fast-Fourier-transform processor
    - FFT processor
    - file control processor
    - file processor
    - file revision processor
    - flexible processor
    - floating-point arithmetic processor
    - floating-point processor
    - front-end processor
    - gateway processor
    - general-purpose processor
    - general-register processor
    - geometric arithmetic parallel processor
    - geometry processor
    - graphic job processor
    - graphics processor
    - heterogeneous-element processor
    - highly concurrent processor
    - host processor
    - host-language processor
    - I/O processor
    - idle processor
    - image processor
    - input/output processor
    - instruction processor
    - integrated array processor
    - interface processor
    - interruptable processor
    - language processor
    - language-specific processor
    - large-scale processor
    - linguistic processor
    - local processor
    - logic processor
    - look-ahead processor
    - loosely coupled processors
    - maintenance processor
    - master processor
    - mathematical processor
    - math processor
    - matrix-vector processor
    - message processor
    - microprogrammable processor
    - mid-range processor
    - modular acoustic processor
    - multipipeline processor
    - multiunit processor
    - nearby processor
    - node processor
    - non-neighbor processor
    - nonsegmented processor
    - N-pipe processor
    - numeric processor
    - off-line processor
    - one-bit processor
    - on-line processor
    - optical matrix processor
    - orthogonal processor
    - out-of-order processor
    - output test processor
    - painting processor
    - Pentium processor
    - peripheral processor
    - pipeline processor
    - pipelined processor
    - pixel processor
    - programmed data processor
    - queue processor
    - quiescent processor
    - real-time processor
    - reference processor
    - resource allocation processor
    - RISC-based processor
    - RISC-processor
    - satellite processor
    - scientific processor
    - segmented processor
    - self-dispatching processor
    - sending processor
    - service processor
    - simulation processor
    - single-cycle processor
    - slave processor
    - SMT processor
    - soft architecture processor
    - software processor
    - specially designed processor
    - speech processor
    - speech-synthesis processor
    - stand-alone processor
    - stochastic processor
    - support processor
    - system processor
    - systolic processor
    - terminal processor
    - test result processor
    - test-and-repair processor
    - text processor
    - tightly coupled processors
    - transform processor
    - uncooperative processor
    - vector processor
    - video-display processor
    - viewing processor
    - virtual processor
    - VLSI array processor
    - voice processor
    - wavefront array processor
    - word-oriented processor

    English-Russian dictionary of computer science and programming > processor

  • 35 base

    adj.
    host.
    f.
    base de maquillaje foundation (cream)
    2 basis (fundamento, origen).
    el petróleo es la base de su economía their economy is based on oil
    ese argumento se cae por su base that argument is built on sand
    partimos de la base de que… we assume that…
    sentar las bases para to lay the foundations of
    3 base.
    base aérea air base
    base espacial space station
    base de lanzamiento launch site
    base naval naval base
    base de operaciones operational base
    4 base (chemistry).
    5 base (math & geometry).
    6 base.
    7 makeup.
    8 radix, base of a system of numbers or logarithms.
    pres.subj.
    1st person singular (yo) Present Subjunctive of Spanish verb: basar.
    * * *
    1 (gen) base
    2 figurado basis
    si partimos de la base de que... if we start from the premise that...
    3 QUÍMICA base, alkali
    2 las bases (de partido etc) grass roots, rank and file
    \
    a base de (por) through, by means of, using 2 (de) consisting of
    en base a based on, on the basis of
    base aérea air base
    base de datos database
    base de datos documental documentary database
    base de datos relacional relational database
    base de lanzamiento launch site
    base de operaciones operational headquarters
    base imponible taxable income
    base naval naval base
    * * *
    noun f.
    1) base
    * * *
    1. SF
    1) (=parte inferior) base
    2) (=fondo) [de pintura] background; [de maquillaje] foundation
    3) (=fundamento) basis

    carecer de base — [acusación] to lack foundation, be unfounded; [argumento] to lack justification, be unjustified

    de base — [error, dato] basic, fundamental; [activista, apoyo] grass-roots antes de s

    en base a [uso periodístico]

    en base a que: no publicaron la carta en base a que era demasiado larga — they didn't publish the letter because it was too long

    partir de una base, un juez tiene que partir de una base de neutralidad absoluta — a judge must start out from a position of absolute neutrality

    partiendo de esta base, nos planteamos la necesidad... — on this assumption, we think it necessary...

    partir de la base de que... — to take as one's starting point that...

    sentar las bases de algo — to lay the foundations of sth

    sobre la base de algo — on the basis of sth

    4) (=componente principal)

    a base de algo, una dieta a base de arroz — a rice-based diet, a diet based on rice

    un plato a base de verduras — a vegetable-based dish, a dish based on vegetables

    a base de hacer algo — by doing sth

    así, a base de no hacer nada, poco vas a conseguir — you won't achieve much by doing nothing

    a base de insistir, la convenció para comprar la casa — by o through his insistence, he persuaded her to buy the house

    base imponible — (Econ) taxable income

    5) (=conocimientos básicos) grounding
    6) (Mil) base
    7) pl bases
    a) (=condiciones) [de concurso] conditions, rules; [de convocatoria] requirements
    b) (Pol)
    8) (Inform)
    9) (Mat) [en una potencia] base
    10) (Quím) base
    11) (Téc) base, mounting
    12) (Agrimensura) base, base line
    13) (Ling) (tb: base derivativa) base form
    14) (Béisbol) base
    15) ** (=droga) base
    2.
    SMF (Baloncesto) guard
    3. ADJ INV
    1) (=de partida) [campamento, campo] base antes de s ; [puerto] home antes de s
    2) (=básico) [idea] basic; [documento, texto] provisional, draft

    alimento base — staple (food)

    color base — base colour o (EEUU) color

    salario, sueldo
    * * *
    I
    1)
    a) ( parte inferior) base
    b) tb
    2)

    a base de: a base de descansar se fue recuperando by resting she gradually recovered; un régimen a base de verdura a vegetable-based diet; vive a base de pastillas he lives on pills; de base <planteamiento/error> fundamental, basic; < militante> rank-and-file (before n), ordinary (before n); < movimiento> grass-roots (before n); en base a (crit) on the basis of; a base de bien (Esp fam): comimos a base de bien — we ate really well

    base aérea/naval/militar — air/naval/military base

    5)

    las bases — (Pol) the rank and file (pl)

    6) (Mat, Quím) base
    7) bases femenino plural ( de concurso) rules (pl)
    8)
    a) ( en béisbol) base
    b) base masculino y femenino ( en baloncesto) guard
    II
    adjetivo invariable
    a) (básico, elemental) basic; <documento/texto> draft (before n)
    b) < campamento> base (before n)
    * * *
    = base, base, base plate, basis [bases, -pl.], basis [bases, -pl.], bedrock, core, cornerstone [corner-stone], foundation, grounding, underpinning, cradle, warp and woof.
    Ex. The reader should now have a reasonably firm base from which to begin a more detailed reading of the specification of elements.
    Ex. The base of a notation is the set of symbols used in a specific notation.
    Ex. The two windows in the base plate of the scanner help move the read head accurately across the bar codes.
    Ex. These factors form the basis of the problems in identifying a satisfactory subject approach, and start to explain the vast array of different tolls used in the subject approach to knowledge.
    Ex. These factors form the basis of the problems in identifying a satisfactory subject approach, and start to explain the vast array of different tolls used in the subject approach to knowledge.
    Ex. We are the bedrock of our profession and the standards that we attain fundamentally affect the status of the profession.
    Ex. The main list of index terms is the core of the thesaurus and defines the index language.
    Ex. Abstracts are the cornerstone of secondary publications.
    Ex. In the same way that citation orders may have more or less theoretical foundations, equally reference generation may follow a predetermined pattern.
    Ex. The experience gained with these special schemes provided a grounding for work on the development of a new general scheme.
    Ex. The criteria must be subject to continuing review and annual updating if they are to remain valid as the underpinning for a professional activity.
    Ex. 'I have to leave fairly soon,' he said as he returned the receiver to its cradle, 'so let's get down to business'.
    Ex. Training in self-help is part of the warp and woof of any tenable theory of reference work.
    ----
    * a base de = in the form of, on a diet of.
    * a base de carne = meaty [meatier -comp., meatiest -sup.].
    * a base de cometer errores = the hard way.
    * a base de errores = the hard way.
    * afianzar las bases = strengthen + foundations.
    * aplicar una capa base = prime.
    * aprender Algo a base de cometer errores = learn + Nombre + the hard way.
    * banda de base = baseband.
    * basado en un gestor de bases de datos = DBMS-based.
    * base cognitiva = knowledge base [knowledge-base].
    * base de datos = data bank [databank], database [data base], database software.
    * base de datos automatizada = computer database, computer-held database, computerised database, machine-readable database.
    * base de datos bibliográfica = bibliographic database.
    * base de datos bibliográfica de resúmenes = abstracts based bibliographic database.
    * base de datos catalográfica = catalogue database, cataloguing database.
    * base de datos comercial = commercial database.
    * base de datos completa = full-provision database.
    * base de datos con información confidencial = intelligence database.
    * base de datos cruzada = cross database.
    * base de datos de acceso mediante suscripción = subscription database.
    * base de datos de autoridades = authority database.
    * base de datos de carburantes = TULSA.
    * base de datos de documentos primarios = source database.
    * base de datos de documentos secundarios = reference database.
    * base de datos de dominio público = public domain database.
    * base de datos de educación = ERIC.
    * base de datos de imágenes = image database, image bank.
    * base de datos de investigación = research database.
    * base de datos del gobierno de USA = CRECORD, FEDREG.
    * base de datos de lógica difusa = fuzzy database.
    * base de datos de medicina = MEDLINE.
    * base de datos de negocios = business database.
    * base de datos de pago = subscription database.
    * base de datos de patentes = WPI.
    * base de datos de propiedades = properties database.
    * base de datos de referencia = reference database.
    * base de datos de referencia a especialistas = referral database.
    * base de datos de registros de catálogo = catalogue record database.
    * base de datos de texto = textual data base, text-oriented database, text database.
    * base de datos de texto completo = full text database.
    * base de datos de texto libre = free text database.
    * base de datos dirigida a un mercado específico = niche database.
    * base de datos distribuida = distributed database.
    * base de datos documental = textual data base.
    * base de datos en CD-ROM = CD-ROM database.
    * base de datos en disco óptico = optical disc database.
    * base de datos en estado original = raw database.
    * base de datos en línea = online database.
    * base de datos estadística = statistical database.
    * base de datos externa = external database.
    * base de datos factual = factual database.
    * base de datos financiera = financial database.
    * base de datos interna = in-house database.
    * base de datos jurídica = legal database.
    * base de datos local = local area database.
    * base de datos multimedia = multimedia database.
    * base de datos no bibliográfica = non-bibliographic database.
    * base de datos numérica = numeric database, numerical database.
    * base de datos numérico-textual = textual-numeric database, text-numeric database.
    * base de datos relacional = relational database.
    * base de datos residente = resident database.
    * base de datos terminológica = terminology database.
    * base de datos textual = textual data base.
    * base de operaciones = home base.
    * base de un número = subscript numeral.
    * base impositiva = tax base.
    * base lógica = rationale.
    * base militar = military base.
    * bases = background.
    * base teórica = theoretical underpinning, theoretical underpinning.
    * búsqueda en múltiples bases de datos = cross database searching.
    * campamento base = base camp.
    * comenzar desde la base = start at + ground zero.
    * como base para = as a basis for.
    * con base de arena = sand-based.
    * con base empírica = empirically-based.
    * con base en = based in.
    * conformar las bases = set + the framework.
    * conocimiento de base = foundation study.
    * constituir la base = form + the foundation.
    * constituir la base de = form + the basis of.
    * construir la base = form + the skeleton.
    * creador de bases de datos = database producer.
    * crear una base = form + a basis.
    * de base popular = grassroots [grass-roots].
    * descubrimiento de información en las bases de datos = knowledge discovery in databases (KDD).
    * directorio de empresas en base de datos = company directory database.
    * distribuidor de bases de datos = online system host, database host, host system, online service vendor.
    * distribuidor de bases de datos en línea = online vendor.
    * empezar desde la base = start at + ground zero.
    * en base a = in terms of, on the grounds that/of, on the basis of.
    * en la base = at the core (of).
    * en su base = at its core.
    * específico de una base de datos = database-specific.
    * formar la base = form + the foundation.
    * formar la base de = form + the basis of.
    * gestión de bases de datos = database management.
    * gestor de bases de datos = database management system (DBMS), DBMS system.
    * gestor de bases de datos relacionales = relational database management system.
    * hecho a base de parches = patchwork.
    * industria de las bases de datos = database industry.
    * línea base = baseline [base line].
    * meta base de datos = meta-database.
    * montar una base de datos = mount + database.
    * novela escrita a base de fórmulas o clichés = formula fiction.
    * organismo de base popular = grassroots organisation.
    * partir de la base de que = start from + the premise that, build on + the premise that.
    * poner las bases = lay + foundation, lay + the basis for.
    * portada de una base de datos = file banner.
    * presupuesto de base cero = zero-base(d) budgeting (ZZB), zero-base(d) budget.
    * productor de bases de datos = database producer.
    * programa de gestión de bases de datos = database management software.
    * proveedor de bases de datos = database provider.
    * que funciona a base de órdenes = command-driven.
    * remedio a base de hierbas = herbal remedy.
    * sentar base = make + things happen.
    * sentar las bases = lay + foundation, set + the scene, set + the wheels in motion, set + the tone, set + the framework, set + the pattern, provide + the basis, lay + the basis for, provide + the material for.
    * sentar las bases de Algo = lay + the groundwork for.
    * ser la base de = be at the core of, form + the basis of, be at the heart of.
    * sin base = unsupported, ill-founded.
    * sobre base de arena = sand-based.
    * sobre esta base = on this basis, on that basis.
    * sobre la base de = in relation to, on the usual basis.
    * subsistir a base de = live on.
    * tipo de interés base = base rate, prime rate.
    * tratamiento a base de hierbas = herbal treatment.
    * * *
    I
    1)
    a) ( parte inferior) base
    b) tb
    2)

    a base de: a base de descansar se fue recuperando by resting she gradually recovered; un régimen a base de verdura a vegetable-based diet; vive a base de pastillas he lives on pills; de base <planteamiento/error> fundamental, basic; < militante> rank-and-file (before n), ordinary (before n); < movimiento> grass-roots (before n); en base a (crit) on the basis of; a base de bien (Esp fam): comimos a base de bien — we ate really well

    base aérea/naval/militar — air/naval/military base

    5)

    las bases — (Pol) the rank and file (pl)

    6) (Mat, Quím) base
    7) bases femenino plural ( de concurso) rules (pl)
    8)
    a) ( en béisbol) base
    b) base masculino y femenino ( en baloncesto) guard
    II
    adjetivo invariable
    a) (básico, elemental) basic; <documento/texto> draft (before n)
    b) < campamento> base (before n)
    * * *
    = base, base, base plate, basis [bases, -pl.], basis [bases, -pl.], bedrock, core, cornerstone [corner-stone], foundation, grounding, underpinning, cradle, warp and woof.

    Ex: The reader should now have a reasonably firm base from which to begin a more detailed reading of the specification of elements.

    Ex: The base of a notation is the set of symbols used in a specific notation.
    Ex: The two windows in the base plate of the scanner help move the read head accurately across the bar codes.
    Ex: These factors form the basis of the problems in identifying a satisfactory subject approach, and start to explain the vast array of different tolls used in the subject approach to knowledge.
    Ex: These factors form the basis of the problems in identifying a satisfactory subject approach, and start to explain the vast array of different tolls used in the subject approach to knowledge.
    Ex: We are the bedrock of our profession and the standards that we attain fundamentally affect the status of the profession.
    Ex: The main list of index terms is the core of the thesaurus and defines the index language.
    Ex: Abstracts are the cornerstone of secondary publications.
    Ex: In the same way that citation orders may have more or less theoretical foundations, equally reference generation may follow a predetermined pattern.
    Ex: The experience gained with these special schemes provided a grounding for work on the development of a new general scheme.
    Ex: The criteria must be subject to continuing review and annual updating if they are to remain valid as the underpinning for a professional activity.
    Ex: 'I have to leave fairly soon,' he said as he returned the receiver to its cradle, 'so let's get down to business'.
    Ex: Training in self-help is part of the warp and woof of any tenable theory of reference work.
    * a base de = in the form of, on a diet of.
    * a base de carne = meaty [meatier -comp., meatiest -sup.].
    * a base de cometer errores = the hard way.
    * a base de errores = the hard way.
    * afianzar las bases = strengthen + foundations.
    * aplicar una capa base = prime.
    * aprender Algo a base de cometer errores = learn + Nombre + the hard way.
    * banda de base = baseband.
    * basado en un gestor de bases de datos = DBMS-based.
    * base cognitiva = knowledge base [knowledge-base].
    * base de datos = data bank [databank], database [data base], database software.
    * base de datos automatizada = computer database, computer-held database, computerised database, machine-readable database.
    * base de datos bibliográfica = bibliographic database.
    * base de datos bibliográfica de resúmenes = abstracts based bibliographic database.
    * base de datos catalográfica = catalogue database, cataloguing database.
    * base de datos comercial = commercial database.
    * base de datos completa = full-provision database.
    * base de datos con información confidencial = intelligence database.
    * base de datos cruzada = cross database.
    * base de datos de acceso mediante suscripción = subscription database.
    * base de datos de autoridades = authority database.
    * base de datos de carburantes = TULSA.
    * base de datos de documentos primarios = source database.
    * base de datos de documentos secundarios = reference database.
    * base de datos de dominio público = public domain database.
    * base de datos de educación = ERIC.
    * base de datos de imágenes = image database, image bank.
    * base de datos de investigación = research database.
    * base de datos del gobierno de USA = CRECORD, FEDREG.
    * base de datos de lógica difusa = fuzzy database.
    * base de datos de medicina = MEDLINE.
    * base de datos de negocios = business database.
    * base de datos de pago = subscription database.
    * base de datos de patentes = WPI.
    * base de datos de propiedades = properties database.
    * base de datos de referencia = reference database.
    * base de datos de referencia a especialistas = referral database.
    * base de datos de registros de catálogo = catalogue record database.
    * base de datos de texto = textual data base, text-oriented database, text database.
    * base de datos de texto completo = full text database.
    * base de datos de texto libre = free text database.
    * base de datos dirigida a un mercado específico = niche database.
    * base de datos distribuida = distributed database.
    * base de datos documental = textual data base.
    * base de datos en CD-ROM = CD-ROM database.
    * base de datos en disco óptico = optical disc database.
    * base de datos en estado original = raw database.
    * base de datos en línea = online database.
    * base de datos estadística = statistical database.
    * base de datos externa = external database.
    * base de datos factual = factual database.
    * base de datos financiera = financial database.
    * base de datos interna = in-house database.
    * base de datos jurídica = legal database.
    * base de datos local = local area database.
    * base de datos multimedia = multimedia database.
    * base de datos no bibliográfica = non-bibliographic database.
    * base de datos numérica = numeric database, numerical database.
    * base de datos numérico-textual = textual-numeric database, text-numeric database.
    * base de datos relacional = relational database.
    * base de datos residente = resident database.
    * base de datos terminológica = terminology database.
    * base de datos textual = textual data base.
    * base de operaciones = home base.
    * base de un número = subscript numeral.
    * base impositiva = tax base.
    * base lógica = rationale.
    * base militar = military base.
    * bases = background.
    * base teórica = theoretical underpinning, theoretical underpinning.
    * búsqueda en múltiples bases de datos = cross database searching.
    * campamento base = base camp.
    * comenzar desde la base = start at + ground zero.
    * como base para = as a basis for.
    * con base de arena = sand-based.
    * con base empírica = empirically-based.
    * con base en = based in.
    * conformar las bases = set + the framework.
    * conocimiento de base = foundation study.
    * constituir la base = form + the foundation.
    * constituir la base de = form + the basis of.
    * construir la base = form + the skeleton.
    * creador de bases de datos = database producer.
    * crear una base = form + a basis.
    * de base popular = grassroots [grass-roots].
    * descubrimiento de información en las bases de datos = knowledge discovery in databases (KDD).
    * directorio de empresas en base de datos = company directory database.
    * distribuidor de bases de datos = online system host, database host, host system, online service vendor.
    * distribuidor de bases de datos en línea = online vendor.
    * empezar desde la base = start at + ground zero.
    * en base a = in terms of, on the grounds that/of, on the basis of.
    * en la base = at the core (of).
    * en su base = at its core.
    * específico de una base de datos = database-specific.
    * formar la base = form + the foundation.
    * formar la base de = form + the basis of.
    * gestión de bases de datos = database management.
    * gestor de bases de datos = database management system (DBMS), DBMS system.
    * gestor de bases de datos relacionales = relational database management system.
    * hecho a base de parches = patchwork.
    * industria de las bases de datos = database industry.
    * línea base = baseline [base line].
    * meta base de datos = meta-database.
    * montar una base de datos = mount + database.
    * novela escrita a base de fórmulas o clichés = formula fiction.
    * organismo de base popular = grassroots organisation.
    * partir de la base de que = start from + the premise that, build on + the premise that.
    * poner las bases = lay + foundation, lay + the basis for.
    * portada de una base de datos = file banner.
    * presupuesto de base cero = zero-base(d) budgeting (ZZB), zero-base(d) budget.
    * productor de bases de datos = database producer.
    * programa de gestión de bases de datos = database management software.
    * proveedor de bases de datos = database provider.
    * que funciona a base de órdenes = command-driven.
    * remedio a base de hierbas = herbal remedy.
    * sentar base = make + things happen.
    * sentar las bases = lay + foundation, set + the scene, set + the wheels in motion, set + the tone, set + the framework, set + the pattern, provide + the basis, lay + the basis for, provide + the material for.
    * sentar las bases de Algo = lay + the groundwork for.
    * ser la base de = be at the core of, form + the basis of, be at the heart of.
    * sin base = unsupported, ill-founded.
    * sobre base de arena = sand-based.
    * sobre esta base = on this basis, on that basis.
    * sobre la base de = in relation to, on the usual basis.
    * subsistir a base de = live on.
    * tipo de interés base = base rate, prime rate.
    * tratamiento a base de hierbas = herbal treatment.

    * * *
    A
    la base de una columna the base of a column
    el contraste está en la base the hallmark is on the base o the bottom
    2 (fondo) background
    sobre una base de tonos claros against o on a background of light tones
    3
    tb base de maquillaje foundation
    4 (permanente) soft perm
    B
    1
    (fundamento): no tienes suficiente base para asegurar eso you don't have sufficient grounds to claim that
    la base de una buena salud es una alimentación sana the basis of good health is a balanced diet
    esa afirmación carece de bases sólidas that statement is not founded o based on any firm evidence
    sentar las bases de un acuerdo to lay the foundations of an agreement
    un movimiento sin base popular a movement without a popular power base
    tomar algo como base to take sth as a starting point
    partiendo or si partimos de la base de que … if we start from the premise o assumption that …
    sobre la base de estos datos podemos concluir que … on the basis of this information we can conclude that …
    2
    (componente principal): la base de su alimentación es el arroz rice is their staple food, their diet is based on rice
    la base de este perfume es el jazmín this perfume has a jasmine base, this is a jasmine-based perfume
    los diamantes forman la base de la economía the economy is based on diamonds
    3
    (conocimientos básicos): tiene una sólida base científica he has a sound basic knowledge of o he has a sound grounding in science
    llegó sin ninguna base he hadn't mastered the basics when he arrived
    Compuestos:
    database
    relational database
    tax base ( AmE), taxable income o base ( BrE)
    C ( en locs):
    a base de: a base de descansar se fue recuperando by resting she gradually recovered
    lo consiguió a base de muchos sacrificios he had to make a lot of sacrifices to achieve it
    un régimen a base de verdura a vegetable-based diet, a diet mainly consisting of vegetables
    una bebida a base de ginebra a gin-based drink
    vive a base de pastillas pills are what keep her going
    de base ‹planteamiento/error› fundamental, basic;
    ‹militante› rank-and-file ( before n), ordinary ( before n); ‹movimiento/democracia› grass roots ( before n)
    en base a ( crit); on the basis of
    en base a las recientes encuestas on the evidence o basis of recent polls
    una propuesta de negociación en base a un programa de diez puntos a proposal for negotiations based on a ten-point plan
    a base de bien ( Esp fam): comimos a base de bien we really ate well, we had a really good meal
    Compuestos:
    air base
    launch site
    center* of operations, operational headquarters ( sing o pl)
    military base
    naval base
    E ( Pol) tb
    bases rank and file (pl)
    F ( Mat) base
    G ( Quím) base
    H bases fpl (de un concurso) rules (pl), conditions of entry (pl)
    I
    2
    1 (básico, elemental) ‹alimento› basic, staple ( before n); ‹documento/texto› draft ( before n)
    la idea base partió de … the basic idea stemmed from …
    2 (de origen) ‹puerto› home ( before n); ‹campamento› base ( before n)
    * * *

     

    Del verbo basar: ( conjugate basar)

    basé es:

    1ª persona singular (yo) pretérito indicativo

    base es:

    1ª persona singular (yo) presente subjuntivo

    3ª persona singular (él/ella/usted) presente subjuntivo

    3ª persona singular (él/ella/usted) imperativo

    Multiple Entries:
    basar    
    base
    basar ( conjugate basar) verbo transitivoteoría/idea› base algo en algo to base sth on sth
    basarse verbo pronominal
    a) [ persona] basese EN algo:

    ¿en qué te basas para decir eso? and what basis o grounds do you have for saying that?;

    se basó en esos datos he based his argument (o theory etc) on that information
    b) [teoría/creencia/idea/opinión] basese EN algo to be based on sth

    base sustantivo femenino
    1

    b) tb


    2


    tengo suficiente base para asegurar eso I have sufficient grounds to claim that;
    sentar las bases de algo to lay the foundations of sth;
    tomar algo como base to take sth as a starting point


    llegó al curso sin ninguna base he didn't have the basics when he began the course;
    base de datos database
    3 ( en locs)
    a base de: un régimen a base de verdura a vegetable-based diet;

    vive a base de pastillas he lives on pills
    4 ( centro de operaciones) base;
    base aérea/naval/militar air/naval/military base

    5
    bases sustantivo femenino plural ( de concurso) rules (pl)

    6

    b)

    base sustantivo masculino y femenino ( en baloncesto) guard

    basar verbo transitivo to base [en, on]
    base
    I sustantivo femenino
    1 base
    2 (fundamento de una teoría, de un argumento) basis, (motivo) grounds: tus quejas no tienen base alguna, your complaints are groundless
    3 (conocimientos previos) grounding: tiene muy mala base en matemáticas, he's got a very poor grasp of maths
    4 Mil base
    base aérea/naval, air/naval base
    5 Inform base de datos, data base
    II fpl
    1 Pol the grass roots: las bases no apoyan al candidato, the candidate didn't get any grass-roots support
    2 (de un concurso) rules
    ♦ Locuciones: a base de: la fastidiaron a base de bien, they really messed her about
    a base de estudiar consiguió aprobar, he passed by studying
    a base de extracto de camomila, using camomile extract
    ' base' also found in these entries:
    Spanish:
    baja
    - bajo
    - basar
    - columpiarse
    - concentración
    - esquema
    - fundar
    - fundamentar
    - fundarse
    - innoble
    - mantenerse
    - pie
    - salario
    - somier
    - subsistir
    - tejemaneje
    - asiento
    - banco
    - bastardo
    - cimentar
    - fundamento
    - inicial
    - mantener
    - rejilla
    - sueldo
    English:
    air base
    - base
    - basis
    - circuit board
    - cornerstone
    - data base
    - decision making
    - fatty
    - foundation
    - from
    - grounding
    - rank
    - rationale
    - roll out
    - stand
    - undercoat
    - work
    - air
    - ball
    - base pay
    - bed
    - cover
    - data
    - educated
    - found
    - French
    - go
    - ground
    - hard
    - home
    - model
    - pickle
    - primary
    - report
    - rocky
    - sordid
    - squash
    - staple
    - starchy
    - taxable
    - under
    * * *
    nf
    1. [parte inferior] base;
    [de edificio] foundations;
    colocaron un ramo de flores en la base del monumento they placed a bunch of flowers at the foot of the monument
    base de maquillaje foundation (cream)
    2. [fundamento, origen] basis;
    el respeto al medio ambiente es la base de un desarrollo equilibrado respect for the environment is o forms the basis of balanced development;
    el petróleo es la base de su economía their economy is based on oil;
    salí de la universidad con una sólida base humanística I left university with a solid grounding in the humanities;
    ese argumento se cae por su base that argument is built on sand;
    esta teoría carece de base this theory is unfounded, this theory is not founded on solid arguments;
    partimos de la base de que… we assume that…;
    se parte de la base de que todos ya saben leer we're starting with the assumption that everyone can read;
    sentar las bases para… to lay the foundations of…;
    sobre la base de esta encuesta se concluye que… on the basis of this opinion poll, it can be concluded that… Fin base imponible taxable income
    3. [conocimientos básicos] grounding;
    habla mal francés porque tiene mala base she doesn't speak French well because she hasn't learnt the basics properly
    4. [militar, científica] base
    base aérea air base;
    base espacial space station;
    base de lanzamiento launch site;
    base naval naval base;
    base de operaciones operational base;
    [aeropuerto civil ] base (of operations)
    5. Quím base
    6. Geom base
    7. Mat base
    8. Ling base (form)
    base de datos documental documentary database;
    base de datos relacional relational database
    10. Com base de clientes customer base
    11.
    bases [para prueba, concurso] rules
    12.
    las bases [de partido, sindicato] the grass roots, the rank and file;
    afiliado de las bases grassroots member
    13. [en béisbol] base;
    Méx
    nmf
    [en baloncesto] guard
    a base de loc prep
    by (means of);
    me alimento a base de verduras I live on vegetables;
    el flan está hecho a base de huevos crème caramel is made with eggs;
    a base de no hacer nada by not doing anything;
    a base de trabajar duro fue ascendiendo puestos she moved up through the company by working hard;
    aprender a base de equivocarse to learn the hard way;
    se sacó la carrera a base de codos she got her degree by sheer hard work
    Esp Fam
    a base de bien: nos humillaron a base de bien they really humiliated us;
    lloraba a base de bien he was crying his eyes out;
    los niños disfrutaron a base de bien the children had a great time
    en base a loc prep
    [considerado incorrecto] on the basis of;
    en base a lo visto hasta ahora, no creo que puedan ganar from what I've seen so far, I don't think they can win;
    el plan se efectuará en base a lo convenido the plan will be carried out in accordance with the terms agreed upon
    * * *
    I f
    1 QUÍM, MAT, MIL, DEP base
    2
    :
    bases pl de concurso etc conditions
    3
    :
    una dieta a base de frutas a diet based on fruit, a fruit-based diet;
    consiguió comprarse una casa a base de ahorrar he managed to buy a house by (dint of) saving;
    nos divertimos a base de bien we had a really o fam a real good time
    II m/f en baloncesto guard
    * * *
    base nf
    1) : base, bottom
    2) : base (in baseball)
    3) fundamento: basis, foundation
    4)
    base de datos : database
    5)
    a base de : based on, by means of
    6)
    en base a : based on, on the basis of
    * * *
    base n
    1. (en general) base
    2. (fundamento) basis [pl. bases]

    Spanish-English dictionary > base

  • 36 comunidad

    f.
    1 community (grupo).
    comunidad de propietarios o de vecinos residents' association
    la comunidad científica/internacional the scientific/international community
    comunidad Andina Andean Community
    comunidad autónoma (politics) autonomous region, = largest administrative division in Spain, with its own Parliament and a number of devolved powers
    2 communion (cualidad de común) (de ideas, bienes).
    * * *
    1 community
    \
    en comunidad together
    comunidad autónoma autonomous region
    comunidad de propietarios owners' association
    Comunidad Económica Europea European Economic Community
    * * *
    noun f.
    * * *
    SF
    1) [gen] community; (=sociedad) society, association; (Rel) community; And commune ( of free Indians)

    de o en comunidad — (Jur) jointly

    comunidad autónoma Esp autonomous region

    2) (=pago) [de piso] service charge, charge for communal services
    COMUNIDAD AUTÓNOMA In Spain the comunidades autónomas are any of the 19 administrative regions consisting of one or more provinces and having political powers devolved from Madrid, as stipulated by the 1978 Constitution. They have their own democratically elected parliaments, form their own cabinets and legislate and execute policies in certain areas such as housing, infrastructure, health and education, though Madrid still retains jurisdiction for all matters affecting the country as a whole, such as defence, foreign affairs and justice. The Comunidades Autónomas are: Andalucía, Aragón, Asturias, Islas Baleares, Canarias, Cantabria, Castilla y León, Castilla-La Mancha, Cataluña, Extremadura, Galicia, Madrid, Murcia, Navarra, País Vasco, La Rioja, Comunidad Valenciana, Ceuta and Melilla. The term Comunidades Históricas refers to Galicia, Catalonia and the Basque Country, which for reasons of history and language consider themselves to some extent separate from the rest of Spain. They were given a measure of independence by the Second Republic (1931-1936), only to have it revoked by Franco in 1939. With the transition to democracy, these groups were the most vociferous and successful in their demand for home rule, partly because they already had experience of federalism and had established a precedent with autonomous institutions like the Catalan Generalitat.
    * * *
    1)
    a) ( sociedad) community
    b) ( grupo delimitado) community
    c) (Relig) community
    d) ( asociación) association
    2) ( coincidencia) community

    comunidad de ideales/objetivos — community of ideals/objectives

    •• Cultural note:
    In 1978 power in Spain was decentralized and the country was divided into comunidades autónomas or autonomías (autonomous regions). The new communities have far greater autonomy from central government than the old regiones and were a response to nationalist aspirations, which had built up under Franco. Some regions have more autonomy than others. The Basque Country, Catalonia, and Galicia, for example, had political structures, a desire for independence and their own languages which underpinned their claims to distinctive identities. Andalusia gained almost complete autonomy without having had a nationalist tradition. Other regions, such as Madrid, are to some extent artificial, having been created largely to complete the process. The comunidades autónomas are: Andalusia, Aragon, Asturias, Balearic Islands, the Basque Country (Euskadi), Canary Islands, Cantabria, Castilla y León, Castilla-La Mancha, Catalonia, Extremadura, Galicia, Madrid, Murcia, Navarre, La Rioja, Valencia and the North African enclaves of Ceuta and Melilla
    * * *
    Ex. Language of documents and data bases will need to be tailored to each community.
    ----
    * asociación de la comunidad = community group.
    * biblioteca de la comunidad = community library.
    * bibliotecario encargado de los servicios dirigidos a la comunidad = community services librarian.
    * Comisión de las Comunidades Europeas (CEC) = Commission of the European Communities (CEC).
    * comunidad académica = academic community, learning community.
    * comunidad académica de investigadores = academic research community.
    * comunidad agrícola = farming community.
    * comunidad a la que se sirve = service area.
    * comunidad autónoma = autonomous region.
    * comunidad bancaria, la = banking community, the.
    * comunidad bibliotecaria, la = library community, the, librarianship community, the.
    * Comunidad Británica de Naciones, la = Commonwealth, the.
    * comunidad científica = knowledge community.
    * comunidad científica, la = scientific community, the, scholarly community, the, research community, the, scientific research community, the.
    * comunidad conectada electrónicamente = online community.
    * comunidad de bibliotecarios y documentalistas, la = library and information community, the.
    * comunidad de educadores, la = education community, the.
    * comunidad de lectores = reader community.
    * comunidad de naciones = comity of nations, commonwealth.
    * comunidad de pescadores = fishing community.
    * comunidad de prácticas comunes = community of practice, community of practice, community of practice.
    * comunidad de proveedores = vendor community.
    * comunidad de proveedores, la = vending community, the.
    * comunidad de usuarios = constituency, user community.
    * comunidad de vecinos = housing association.
    * comunidad dispersa = scattered community.
    * Comunidad Económica Europea (CEE) = European Economic Community (EEC).
    * comunidad editorial, la = publishing community, the.
    * comunidad electrónica = online community.
    * comunidad empresarial, la = business community, the.
    * Comunidad Europea (CE) = EC (European Community).
    * Comunidad Europea de la Energía Atómica (Euratom/EAEC) = European Atomic Energy Community (Euratom/EAEC).
    * Comunidad Europea del Carbón y el Acero (CECA) = European Coal and Steel Community (ECSC).
    * comunidad internacional, la = international community, the.
    * comunidad laboral = working community.
    * comunidad lingüística = language community, linguistic community.
    * comunidad local = local community.
    * comunidad marginada = deprived community.
    * comunidad marginal = disadvantaged community.
    * comunidad mundial, la = world community, the.
    * comunidad pluralista = pluralistic community.
    * comunidad religiosa = religious community.
    * comunidad rural = rural community.
    * comunidad urbana = urban community.
    * de la propia comunidad = community-owned.
    * Denominación de Productos para las Estadísticas del Comercio Externo de la = Nomenclature of Goods for the External Trade Statistics of the Community and Statistics of Trade between Member States (NIMEXE).
    * derecho de la comunidad = community right.
    * dirigido a la comunidad = community-based.
    * implicación de la comunidad = community involvement.
    * la comunidad en general = the community at large.
    * líder de la comunidad = community leader.
    * miembro de la Comunidad = community member, Community member.
    * no perteneciente a la Comunidad Europea = non-EC.
    * países de la Comunidad Europea = European Communities.
    * países miembro de la Comunidad = Community partner.
    * país miembro de la Comunidad = Community member state.
    * patrocinado por la comunidad = community-sponsored.
    * representante de la comunidad = community activist.
    * residente en la comunidad = community-dwelling.
    * toda la comunidad = the community at large.
    * vida de la comunidad = community life.
    * * *
    1)
    a) ( sociedad) community
    b) ( grupo delimitado) community
    c) (Relig) community
    d) ( asociación) association
    2) ( coincidencia) community

    comunidad de ideales/objetivos — community of ideals/objectives

    •• Cultural note:
    In 1978 power in Spain was decentralized and the country was divided into comunidades autónomas or autonomías (autonomous regions). The new communities have far greater autonomy from central government than the old regiones and were a response to nationalist aspirations, which had built up under Franco. Some regions have more autonomy than others. The Basque Country, Catalonia, and Galicia, for example, had political structures, a desire for independence and their own languages which underpinned their claims to distinctive identities. Andalusia gained almost complete autonomy without having had a nationalist tradition. Other regions, such as Madrid, are to some extent artificial, having been created largely to complete the process. The comunidades autónomas are: Andalusia, Aragon, Asturias, Balearic Islands, the Basque Country (Euskadi), Canary Islands, Cantabria, Castilla y León, Castilla-La Mancha, Catalonia, Extremadura, Galicia, Madrid, Murcia, Navarre, La Rioja, Valencia and the North African enclaves of Ceuta and Melilla
    * * *

    Ex: Language of documents and data bases will need to be tailored to each community.

    * asociación de la comunidad = community group.
    * biblioteca de la comunidad = community library.
    * bibliotecario encargado de los servicios dirigidos a la comunidad = community services librarian.
    * Comisión de las Comunidades Europeas (CEC) = Commission of the European Communities (CEC).
    * comunidad académica = academic community, learning community.
    * comunidad académica de investigadores = academic research community.
    * comunidad agrícola = farming community.
    * comunidad a la que se sirve = service area.
    * comunidad autónoma = autonomous region.
    * comunidad bancaria, la = banking community, the.
    * comunidad bibliotecaria, la = library community, the, librarianship community, the.
    * Comunidad Británica de Naciones, la = Commonwealth, the.
    * comunidad científica = knowledge community.
    * comunidad científica, la = scientific community, the, scholarly community, the, research community, the, scientific research community, the.
    * comunidad conectada electrónicamente = online community.
    * comunidad de bibliotecarios y documentalistas, la = library and information community, the.
    * comunidad de educadores, la = education community, the.
    * comunidad de lectores = reader community.
    * comunidad de naciones = comity of nations, commonwealth.
    * comunidad de pescadores = fishing community.
    * comunidad de prácticas comunes = community of practice, community of practice, community of practice.
    * comunidad de proveedores = vendor community.
    * comunidad de proveedores, la = vending community, the.
    * comunidad de usuarios = constituency, user community.
    * comunidad de vecinos = housing association.
    * comunidad dispersa = scattered community.
    * Comunidad Económica Europea (CEE) = European Economic Community (EEC).
    * comunidad editorial, la = publishing community, the.
    * comunidad electrónica = online community.
    * comunidad empresarial, la = business community, the.
    * Comunidad Europea (CE) = EC (European Community).
    * Comunidad Europea de la Energía Atómica (Euratom/EAEC) = European Atomic Energy Community (Euratom/EAEC).
    * Comunidad Europea del Carbón y el Acero (CECA) = European Coal and Steel Community (ECSC).
    * comunidad internacional, la = international community, the.
    * comunidad laboral = working community.
    * comunidad lingüística = language community, linguistic community.
    * comunidad local = local community.
    * comunidad marginada = deprived community.
    * comunidad marginal = disadvantaged community.
    * comunidad mundial, la = world community, the.
    * comunidad pluralista = pluralistic community.
    * comunidad religiosa = religious community.
    * comunidad rural = rural community.
    * comunidad urbana = urban community.
    * de la propia comunidad = community-owned.
    * Denominación de Productos para las Estadísticas del Comercio Externo de la = Nomenclature of Goods for the External Trade Statistics of the Community and Statistics of Trade between Member States (NIMEXE).
    * derecho de la comunidad = community right.
    * dirigido a la comunidad = community-based.
    * implicación de la comunidad = community involvement.
    * la comunidad en general = the community at large.
    * líder de la comunidad = community leader.
    * miembro de la Comunidad = community member, Community member.
    * no perteneciente a la Comunidad Europea = non-EC.
    * países de la Comunidad Europea = European Communities.
    * países miembro de la Comunidad = Community partner.
    * país miembro de la Comunidad = Community member state.
    * patrocinado por la comunidad = community-sponsored.
    * representante de la comunidad = community activist.
    * residente en la comunidad = community-dwelling.
    * toda la comunidad = the community at large.
    * vida de la comunidad = community life.

    * * *
    comunidad comunidad autónoma (↑ comunidad a1)
    A
    1 (sociedad) community
    para el bien de la comunidad for the good of the community
    2 (grupo delimitado) community
    la comunidad polaca the Polish community
    vivir en comunidad to live with other people
    3 ( Relig) community
    4 (asociación) association
    Compuestos:
    (British) Commonwealth
    ( Hist) European Economic Community
    ( Hist) European Community
    European Coal and Steel Community
    B (coincidencia) community
    no existe comunidad de ideales/objetivos entre ambos grupos there is no community of ideals/objectives between the two groups, the two groups do not share common ideals/objectives
    la sublevación de las Comunidades the Revolt of the Comuneros
    * * *

     

    comunidad sustantivo femenino
    community;

    comunidad sustantivo femenino community
    comunidad autónoma, autonomous region
    comunidad de bienes, co-ownership
    Comunidad Europea, European Community

    ' comunidad' also found in these entries:
    Spanish:
    bien
    - CE
    - CECA
    - CEE
    - consejería
    - depender
    - EURATOM
    - homologación
    - primar
    - pueblo
    - reintegrar
    - autonomía
    English:
    Commonwealth of Independent States
    - community
    - fraternity
    - homeowners assocation
    - integrate
    - scattered
    - service charge
    - European
    - general
    - pillar
    - service
    * * *
    1. [grupo] community;
    la comunidad científica/educativa/judía the scientific/education/Jewish community;
    vivir en comunidad to live in a community
    Comunidad Andina Andean Community, = organization for regional cooperation formed by Bolivia, Colombia, Ecuador, Peru and Venezuela;
    comunidad autónoma autonomous region, = largest administrative division in Spain, with its own Parliament and a number of devolved powers;
    comunidad de base [religiosa] base community, = lay Catholic community independent of church hierarchy;
    Comunidad Británica de Naciones (British) Commonwealth;
    Antes Comunidad Económica Europea European Economic Community;
    la Comunidad Europea, las Comunidades Europeas the European Community;
    la comunidad internacional the international community;
    comunidad linguística speech community;
    comunidad de propietarios residents' association;
    comunidad de vecinos residents' association
    2. [de ideas, bienes] communion
    comunidad de bienes co-ownership [between spouses]
    3. Am [colectividad] commune;
    vive en una comunidad anarquista she lives in an anarchist commune
    COMUNIDAD ANDINA
    The Comunidad Andina de Naciones (CAN – Bolivia, Colombia, Ecuador, Peru and Venezuela) has its origins in the 1969 “Acuerdo de Cartagena”. Over subsequent decades the various institutions which now form the CAN were set up: the Council of Foreign Ministers in 1979, the Court of Justice in 1983, the Presidential Council in 1990, and the General Secretariat in 1997. The ultimate aim has been to create a Latin American common market. A free trade area was established in 1993, and a common external customs tariff in 1994. While all members have adopted a common foreign policy, more ambitious attempts at integration have been less successful. However, with a combined population of 122 million, and a GDP in 2004 of 300 billion dollars, the community is a significant economic group. In 2004, the leaders of the countries of South America decided to create the “Comunidad Sudamericana de Naciones” (“South American Community of Nations”) or CSN by a gradual convergence between the CAN and Mercosur (Argentina, Brazil, Paraguay and Uruguay), plus Chile, Guyana and Surinam. This will create, in time, a vast free-trade area encompassing all of South America.
    * * *
    f community;
    hereditaria heirs pl
    * * *
    : community
    * * *
    comunidad n community [pl. communities]

    Spanish-English dictionary > comunidad

  • 37 confeccionar

    v.
    1 to make (up) (clothes).
    2 to draw up (lista).
    3 to manufacture, to brew, to make, to elaborate.
    * * *
    1 (vestido) to make, make up; (list) to draw up; (plato) to prepare
    * * *
    verb
    2) make
    * * *
    VT
    1) [+ lista] to make out, write; [+ informe] to prepare, write up
    2) (Cos) to make (up)
    3) (Culin) to make, bake
    4) (Farm) to concoct, make up
    * * *
    verbo transitivo <falda/vestido> to make, make up; < artefactos> to make; <folleto/periódico> to produce; < lista> to draw up; < medicina> to prepare
    * * *
    = devise, draft, draw, draw up, formulate, build up, make out, write, brew.
    Ex. Special classification schemes are generally devised for an application in which no major general scheme is suitable.
    Ex. Document descriptions may be drafted for a wide variety of different kinds of library material, but some common principles can be established.
    Ex. For example, when setting up the format for records in a data base, the user can draw a form on the screen, complete with headings for each field, and then, the data is entered into the form.
    Ex. At the IFLA General Council the two Sections drew up the terms of reference and proposed as members some ten representatives of national libraries.
    Ex. AACR and other recent cataloguing codes have been drafted upon the 'condition' approach to formulating cataloguing rules.
    Ex. A small committee of librarians, whenever they could spare time from their existing jobs and in their own time, began to build up a card file of information on available resources in the city.
    Ex. The cards for those headings should be removed from the index and new cards made out if necessary.
    Ex. A paraphrase is an interpretation of the concepts featured in a document, written in the language of the writer of the paraphrase.
    Ex. The goddess owned a potent magick cauldron in which she planned to brew a special liquid for her ugly son.
    ----
    * confeccionar a mano = handcraft.
    * confeccionar artesanalmente = handcraft.
    * confeccionar una tabla = draft + table.
    * confeccionar un cuestionario = develop + questionnaire.
    * confeccionar utilizando un modelo = model.
    * * *
    verbo transitivo <falda/vestido> to make, make up; < artefactos> to make; <folleto/periódico> to produce; < lista> to draw up; < medicina> to prepare
    * * *
    = devise, draft, draw, draw up, formulate, build up, make out, write, brew.

    Ex: Special classification schemes are generally devised for an application in which no major general scheme is suitable.

    Ex: Document descriptions may be drafted for a wide variety of different kinds of library material, but some common principles can be established.
    Ex: For example, when setting up the format for records in a data base, the user can draw a form on the screen, complete with headings for each field, and then, the data is entered into the form.
    Ex: At the IFLA General Council the two Sections drew up the terms of reference and proposed as members some ten representatives of national libraries.
    Ex: AACR and other recent cataloguing codes have been drafted upon the 'condition' approach to formulating cataloguing rules.
    Ex: A small committee of librarians, whenever they could spare time from their existing jobs and in their own time, began to build up a card file of information on available resources in the city.
    Ex: The cards for those headings should be removed from the index and new cards made out if necessary.
    Ex: A paraphrase is an interpretation of the concepts featured in a document, written in the language of the writer of the paraphrase.
    Ex: The goddess owned a potent magick cauldron in which she planned to brew a special liquid for her ugly son.
    * confeccionar a mano = handcraft.
    * confeccionar artesanalmente = handcraft.
    * confeccionar una tabla = draft + table.
    * confeccionar un cuestionario = develop + questionnaire.
    * confeccionar utilizando un modelo = model.

    * * *
    vt
    1 ‹falda/vestido› to make, make up
    un traje muy bien confeccionado a well-tailored suit
    2 ‹artefactos› to make
    3 ‹folleto/periódico› to produce; ‹lista› to draw up; ‹maqueta› to construct, build
    4 ‹medicina› to make up, prepare
    * * *

    confeccionar ( conjugate confeccionar) verbo transitivofalda/vestido to make (up);
    artefactos to make;
    lista to draw up
    confeccionar verbo transitivo to make (up): he confeccionado una lista de las personas que voy a invitar, I've made a list of the people that I'm going to invite
    ' confeccionar' also found in these entries:
    Spanish:
    vestir
    English:
    make
    - tailor
    - manufacture
    * * *
    1. [ropa] to make (up)
    2. [plato] to prepare;
    [lista] to draw up; [estadística] to produce, to prepare
    * * *
    v/t
    1 aparatos make
    2 plan devise
    * * *
    : to make, to produce, to prepare

    Spanish-English dictionary > confeccionar

  • 38 información

    f.
    1 information, word, notice, communication.
    2 information, data, info, tip-off.
    3 directory assistance, directory enquiries.
    4 information desk.
    5 literature, promotional material.
    * * *
    1 (conocimiento) information
    2 (noticia) piece of news; (conjunto de noticias) news
    3 (oficina) information department; (mesa) information desk
    4 (en telefónica) directory enquiries plural, US information
    \
    oficina de información information bureau
    * * *
    noun f.
    * * *
    SF
    1) (=datos) information; (=oficina) information desk; (Telec) Directory Enquiries, Directory Assistance (EEUU)

    ¿dónde podría obtener más información? — where could I get more information?

    si desean más o mayor información — if you require further information

    pregunte en informaciónask at information o at the information desk

    información internacional ¿dígame? — international enquiries, can I help you?

    Información — Information, Enquiries

    2) (=noticias) news

    información deportiva[en prensa, radio] sports section; [en TV] sports news

    información financiera[en prensa, radio] financial section; [en TV] financial news

    3) (Jur) judicial inquiry, investigation
    4) (Inform) (=datos) data pl
    tratamiento 3)
    5) (Mil) intelligence
    * * *
    1)
    a) (datos, detalles) information

    para mayor información... — for further information...

    b) (Telec) information (AmE), directory enquiries (BrE)
    2) (Period, Rad, TV) news

    informaciones filtradas a la prensainformation o news leaked to the press

    3) (Inf) data (pl)
    * * *
    = data [datum, -sing.], datum [data, -pl.], details, information, informativeness, piece of information, info, information coverage, field data, bit of information.
    Ex. Statistical tabular and numerical abstract are a means of summarising numerical data, which may be presented in its original format in a tabular form.
    Ex. Thus, having entered the authority datum correctly once, we could be sure that no matter how many bibliographic records used it they would all do so with mechanical consistency.
    Ex. With minimum authorization, details of the circulation and order records are not displayed.
    Ex. Thus, the subject approach is extremely important in the access to and the exploitation of information, documents and data.
    Ex. The informativeness of the index depends upon the information contents of the titles that comprise the index.
    Ex. On other occasions a user wants every document or piece of information on a topic traced, and then high recall must be sought, to the detriment of precision.
    Ex. The article is entitled 'CD-ROM reader as info walkman'.
    Ex. Serious attention should be given to the coordination and improvement of bibliographic control at a national level to avoid duplication of effort and gaps in information coverage.
    Ex. This paper discusses the technological revolution in field data collection systems for health sciences.
    Ex. Outside the portacabin there is a board with a few useful bits of information, such as the temperature of the water, visibility, and opening/closing times.
    ----
    * abuso de información confidencial = insider trading, insider dealing.
    * abuso de información privilegiada = insider trading, insider dealing.
    * acceso a la información por el autor = author approach.
    * acceso a la información por el título = title approach.
    * acceso a la información por la materia = subject approach to information, subject approach.
    * actuación relacionada con la información = information action.
    * ADONIS (Distribución automática de documentos a través de sistemas de inform = ADONIS (Automated Document Delivery Over Networked Information Systems).
    * agencia de información = information agency.
    * AGRIS (Sistema Internacional de Información sobre Agricultura) = AGRIS (International Agricultural Information System).
    * aldea mundial de la información, la = global information village, the.
    * alfabetización en información = information literacy.
    * alfabeto en información = information literate [information-literate].
    * almacenamiento de la información = information storage.
    * almacenamiento y recuperación automatizada de la información = computerised information retrieval and storage.
    * almacenamiento y recuperación de la información = information storage and retrieval (ISR).
    * analfabetismo en información = information illiteracy.
    * aparato para el uso de la información = information appliance.
    * aplicaciones para la información = information solutions.
    * área de información = communications area.
    * asesor de información = information consultant.
    * asesoría y oficina de información itinerante en furgón = mobile information and advice van.
    * Asociación Nacional de Oficinas de Información al Consumidor (NACAB) = National Association of Citizens' Advice Bureaux (NACAB).
    * ASTINFO (Red Regional para el Intercambio de Información y Experiencias de l = ASTINFO (Regional Network for the Exchange of Information and Experience in Science and Technology in Asia and the Pacific).
    * atender una petición de información = satisfy + request for information.
    * auditoría de la información = information audit, information auditing.
    * auditoría de sistemas de información = information systems auditing, information systems audit.
    * autopista de la información = information highway.
    * basado en la información = information-based, information-intensive.
    * base de datos con información confidencial = intelligence database.
    * BLAISE (Servicio de Información Automatizada de la Biblioteca Británica) = BLAISE (British Library Automated Information Service).
    * bloque funcional de información descriptiva = descriptive information block.
    * broker de información = information broker, broker.
    * buscador de información = information seeker, searcher.
    * buscar información = mine + information, seek + information.
    * búsqueda de información = fact-finding, quest for + information, information seeking.
    * cadena de la información = information chain, the, information provision chain, the.
    * campo de información = data field.
    * capacidad de interpretar información espacial = spatial literacy.
    * capacidad de interpretar información estadística = statistical literacy.
    * capacidad de interpretar información gráfica = graphic literacy.
    * capacidad de manejar la información = information handling.
    * cargar información = load + information.
    * centro coordinador de información = clearinghouse [clearing house].
    * centro de análisis de la información = information analysis centre.
    * centro de información = information agency, information centre.
    * Centro de Información al Ciudadano = Public Information Center (PIC).
    * centro de información ciudadana = community information centre, neighbourhood information centre (NIC).
    * centro de información laboral = job information centre.
    * centro de información sectorial = sectoral information centre.
    * Centro de Información sobre el Ayuntamiento = Kommune Information Centre.
    * centro especializado de proceso de información = clearinghouse [clearing house].
    * centro municipal de información = local authority information outlet.
    * circuito de la información = information chain, the, information provision chain, the.
    * circulación de la información = flow of information.
    * comercialización de la información = information brokerage, information broking, information brokering.
    * Comité Conjunto para Sistemas de Información (JISC) = Joint Information Systems Committee (JISC).
    * compañía dedicada a la información = information company.
    * competencias de información = information literacy.
    * competencias en información = information literacy.
    * compilador de información = information gatherer.
    * comportamiento de búsqueda de información = information-seeking behaviour.
    * compresión de información = data compression.
    * concienciar a Alguien de la importancia de la información = raise + information awareness.
    * con conocimiento básico en el manejo de la información = information literate [information-literate].
    * con información = information-bearing.
    * con mucha información = populated.
    * conocimientos básicos de búsqueda, recuperación y organización de la informa = information literacy.
    * conocimientos en el manejo de la información = info-savvy.
    * consciente de la importancia de la información = information conscious.
    * consumo de información = consumption of information.
    * contener información = carry + information.
    * contenido de la información = information content.
    * conversión de información = data conversion.
    * crecimiento vertiginoso de la información, el = information explosion, the.
    * CRISP (Recuperación Automatizada de Información sobre Proyectos Científicos) = CRISP (Computer Retrieval of Information on Scientific Projects).
    * Cumbre Mundial sobre la Sociedad de la Información = World Summit on the Information Society (WSIS).
    * cursos de gestión de información = management course.
    * dar información = provide + information, give + information, release + information.
    * dar información adicional = give + further details.
    * dar información de = give + details of.
    * derecho de acceso a la información = right of access to information.
    * descubrimiento de información en las bases de datos = knowledge discovery in databases (KDD).
    * destreza en la búsqueda de información en una biblioteca = library research skills.
    * destrezas relacionadas con el uso de la información = information skills.
    * destrezas relacionadas con la información = information skills.
    * difundir información = hand out + information.
    * difusión de información = information provision, provision of information, dissemination of information.
    * difusión de la información = information diffusion, information dissemination.
    * difusión selectiva de la información = SDI (selective dissemination of information).
    * difusor de información = information disseminator.
    * dirigir información a = direct + information towards.
    * disco con información = data diskette, data disk.
    * dispositivo de entrada de información mediante la voz = voice input device.
    * distribución de información = content distribution, content delivery.
    * distribución de información por suscripción = syndication.
    * distribuidor de información = information provider.
    * distribuidor de información en línea = host, online host.
    * dosier de información = topic pack, package of information.
    * dosiers de información para el público = self-help pack of information.
    * ecología de la información = information ecology.
    * economía de la información = information economy.
    * elaborar información = digest + information.
    * empresa de servicios de información = information broker, broker, information broking.
    * empresario de la información = infopreneur.
    * encargado de la tecnología de la información = information technologist.
    * encontrar información = dredge up + information.
    * enseñanza en la búsqueda de información = information instruction.
    * enviar información a = direct + output.
    * enviar información de un modo automático = push + information.
    * envío de información por suscripción = syndication feed.
    * era de la información = information era.
    * era de la información, la = information age, the.
    * escasez de información = information scarcity, information underload.
    * esfera de la información, la = infosphere, the.
    * especialista de la información = information specialist.
    * estrategia de búsqueda de información = information seeking pattern.
    * estrategia de gestión de la información = information management strategy.
    * exceso de información = information overload.
    * explosión de la información, la = information explosion, the.
    * extracción de información (EI) = information extraction (IE).
    * falta de información = lack of information.
    * filtración de información = leakage of information.
    * fórmula para la medición de la información de Brillouin = Brillouin's information measure.
    * formulario de recogida de información = data collection form.
    * fuente de información = information source, information store, source of information, source of data.
    * fuente de información electrónica = electronic information source.
    * fuente principal de información = chief source of information.
    * fuentes de información = information base.
    * gestionar información = handle + information.
    * gestión de la información = information management, information handling.
    * Gestión de los Recursos de Información (IRM) = Information Resources Management (IRM).
    * gestor de información = information software package.
    * gestor de la información = information manager, information handler.
    * guerra de la información = information warfare.
    * guía de fuentes de información = pathfinder.
    * hábito de búsqueda de información = information-seeking habit.
    * hacerse de información = secure + information.
    * herramienta de recuperación de información = retrieval tool.
    * herramienta para el uso de la información = information appliance.
    * herramienta para la gestión de la información = information-managing tool.
    * hoja con la información básica para Hacer Algo = data sheet [datasheet].
    * industria de la información electrónica = electronic information industry.
    * industria de la información en línea, la = online industry, the, online information industry, the.
    * industria de la información, la = information industry, the.
    * información adicional = further information, additional information.
    * información administrativa = management information.
    * información al consumidor = consumer information, consumer advice, consumer affairs.
    * información a modo de ejemplo = sample data.
    * información anterior al pedido = preorder information.
    * información a través de la voz = voice information.
    * información automatizada = computerised information.
    * información básica = background information, background note.
    * información bibliográfica = bibliographic data, bibliographic information.
    * Información Bibliográfica Automatizada (MARBI) = MARBI (Machine-Readable Bibliographic Information).
    * información bursátil = share prices.
    * información catalográfica = cataloguing data.
    * información científica = scientific information, scholarly information.
    * información científica y técnica = scientific and technical information (STI).
    * información clínica = clinical information.
    * información comerciable = tradeable information.
    * información comercial = business information.
    * información como artículo de consumo, la = information commodity.
    * información como materia prima, la = information commodity.
    * información complementaria = supplementary information, further information, further details.
    * información comunitaria = community information.
    * información confidencial = inside information, confidential information, insider information.
    * información corporativa = economic intelligence.
    * información de agencia = syndicated matters.
    * información de alojamiento = housing information.
    * información de archivo = archival information.
    * información de autoridades = authority data, authority information.
    * información de contacto = contact details, contact information.
    * información de existencias por bibliotecas = local holdings information.
    * información de fuente fidedigna = authoritative information.
    * información de gestión = management data, management information.
    * información de novedades = press release.
    * información de ocio = infotainment.
    * información deportiva = sporting news.
    * información de precios = price information.
    * información de precios de productos para el consumo = retail prices.
    * información de supervivencia = survival information.
    * información de texto completo = full-text information.
    * información de última hora = news flash.
    * información digital = digital information, digital data, digital content.
    * información documentada = documented information.
    * información documental = documentary information, document information.
    * información económica = business news.
    * información electrónica = electronic content [e-content], electronic information.
    * información empresarial = business information, company information, industry information.
    * información en defensa de las minorías = affirmative information.
    * información en línea = online information.
    * información en soporte = recorded information.
    * información en su estado primario = raw information.
    * información envasada = packaged data.
    * información errónea = misinformation, dirty data, misstatement [mis-statement], misreporting.
    * información específica = data element.
    * información estadística = statistics, statistical data.
    * información estratégica = strategic information.
    * información factual = factual information.
    * información fiable = accurate information.
    * información geoespacial = geospatial data.
    * información geográfica = geoinformation.
    * información gráfica = graphic information.
    * información gubernamental = government information.
    * información indígena = indigenous information.
    * información industrial = industrial information, industry information.
    * información legal = legal information.
    * información local = community information, local knowledge.
    * información no codificada = non-coded information.
    * información numérica = numeric data.
    * información obtenida a través de intermediarios = mediated information.
    * información oficial = official information, public information.
    * información oficial del municipio = municipal information.
    * información oral = voice information.
    * información para hacer pedidos = order information.
    * Información para la Administración Pública (IPA) = Information for Public Administration (IPA).
    * información personal = personal information.
    * información pictórica = pictorial information, pictorial data.
    * información por defecto = default.
    * información pormenorizada = step-by-step details.
    * información por omisión = default.
    * información práctica = practical information.
    * información preempaquetada = pre-packaged information.
    * información primaria = primary information.
    * información privada = property data, private information.
    * información privilegiada = insider information, privileged information.
    * información pública = public information.
    * información puntual = timely information.
    * información que permite mejorar la situación social de Alguien = empowering information.
    * información sanitaria = health information.
    * información secreta = secret information.
    * información secreta sobre un adversario = intelligence.
    * información secundaria = secondary information.
    * información sobre dietética = dietary information.
    * información sobre educación = education information.
    * información sobre el contenido = subject information.
    * información sobre el tiempo que un determinado producto se anuncia en l = air play data.
    * información sobre empresas = business intelligence.
    * información sobre la competencia = business intelligence, competitive intelligence, competitive business intelligence, competitor intelligence.
    * información sobre la flota pesquera = fleet statistics.
    * información sobre la materia = subject data.
    * información sobre localización y existencias = copy-specific holdings and location information.
    * información sobre nutrición = nutrition information.
    * información sobre patentes = patent information.
    * información sobre propiedades inmobiliarias = real estate information.
    * información sobre química = chemical information.
    * información sobre salidas profesionales = career(s) information.
    * información sobre ubicación = location information.
    * información sobre ubicación y existencias = holdings information, holdings statement.
    * información sobre ubicación y existencias = holdings and location information.
    * información sobre una disciplina = discipline-oriented information.
    * información sobre un producto = product literature.
    * información sobre viajes = travel information.
    * información técnica = technical information.
    * información textual = textual information, text information, text knowledge, textual data, textual matter, textual document.
    * información transmitida por fibra óptica = fibre optic-based information.
    * información valiosísima = nugget of information.
    * información visual = visual information.
    * información viva = live information.
    * Infraestructura Mundial para la Información = Global Information Infrastructure (GII).
    * institución relacionada con la información = information organisation, information institution.
    * Instituto de Información Científica (ISI) = Institute of Scientific Information (ISI).
    * intercambiar información = exchange + data.
    * intercambio de información = information exchange, information interchange.
    * intercambio electrónico de información = electronic exchange of information.
    * intermediario de la información = information intermediary, infomediary.
    * introducir información = provide + input.
    * jefe de los servicios de información = chief information officer (CIO).
    * ladrón de información = info-thief.
    * libertad de información = freedom of information (FOI).
    * libre circulación de la información = free flow of information.
    * licencia de acceso a información electrónica = license [licence, -USA], licensing.
    * lleno de información = populated.
    * localizar información = track down + information.
    * más información = further information, further details.
    * medios de microalmacenamiento de la información = microstorage media.
    * medios digitalizados de almacenamiento de información = digitised media.
    * mercado de la información = information market place, information market.
    * metainformación = meta-information.
    * microalmacenamiento de información = microstorage.
    * minipaquete de información = mini-pack.
    * modelo de recuperación de información por coincidencia óptima = best match model.
    * mostrador de información = information desk, enquiry desk.
    * mundo de la información, el = information world, the, information business, the, infosphere, the.
    * navegar por la red en busca de información = surf for + information.
    * necesidad de información = information need.
    * NISTF (Grupo de Trabajo sobre los Sistemas Nacionales de Información de la A = NISTF (Society of American Archivists National Information Systems Task Force).
    * no revelar información = keep + silent, keep + silence.
    * no tener información = be undocumented.
    * objeto de información electrónico = electronic information object.
    * obtener información = obtain + information, glean + information, gain + information, pick up + information, secure + information.
    * obtener información de = elicit + information from.
    * oficina de información = information office, visitor's centre.
    * Oficina de Información al Ciudadano (CAB) = Citizens' Advice Bureau (CAB).
    * oficina de información turística = tourism information office.
    * ofrecer información = provide + information, provide + details, supply + information, offer + information, package + information, furnish + information.
    * operaciones de información = information operations.
    * orientado hacia la información = information-driven.
    * PADI (Preservación de Información Digital Australiana) = PADI (Preservation of Australian Digital Information).
    * PADIS (Sistema de Información para el Desarrollo de Africa) = PADIS (Pan-African Development Information System).
    * país productor de información científica = science producer.
    * panel luminoso de información de tráfico = variable road sign.
    * pantalla de información = frame, screen display.
    * pantalla de información breve = short information display, short information screen.
    * pantalla de información completa = full information display, full information screen.
    * paquete de información = pack, information kit.
    * para la gestión de información textual = text-handling.
    * para más información = for further details.
    * para mayor información sobre = for details of.
    * para mayor información véase + Nombre = see + Nombre + for further details.
    * pedir información = request + information.
    * pedir información de = ask for + details of.
    * pedir información sobre = enquire of [inquire of, -USA].
    * petición de información de referencia = reference enquiry.
    * plantilla de recogida de información = data collection form.
    * pobre en información = info-poor.
    * pobres en información = information have-nots.
    * pobres en información, los = information-poor, the.
    * pobreza de información = information poverty.
    * política de información = information provision, information strategy, information policy.
    * política de información nacional = national information policy.
    * presentar información = submit + information, package + information.
    * presentar información de varios modos = repackage + information.
    * procesamiento de información = information processing.
    * proceso de transferencia de la información = information transfer process.
    * producto de la información = information commodity.
    * profesional de la información = information officer, information professional, information worker, info pro.
    * profesional de las bibliotecas y la información = library and information professional.
    * profesional de la tecnología de la información = informatics professional.
    * profesionales de la información, los = information community, the.
    * profesionales de las bibliotecas y la información, los = library and information profession, the.
    * promovido por el propio sistema de información = information-led.
    * proporcionar información = release + information.
    * protección de información entre fronteras = transborder data protection.
    * protección de la información = data protection.
    * proveedor de información a través de la red = content provider.
    * punto de información = information kiosk.
    * que necesita la información = information-dependent.
    * que transmite información = information-bearing.
    * recabar información = solicit + information.
    * recoger información = collect + data, collect + information, gather + information, summon + knowledge, harvest + information.
    * recogida de información = information gathering.
    * recopilar información = gather + information, collate + information.
    * recuperación de información = data retrieval.
    * recuperación de información de lógica di = fuzzy data retrieval.
    * recuperación de información de lógica difusa = fuzzy data retrieval.
    * recuperación de información en varias lenguas = cross-language information retrieval (CLIR).
    * recuperación de información (RI) = information retrieval (IR).
    * recurso de información = information asset.
    * recursos de información autodidácticos = self help resources.
    * red de información = data network, information network.
    * relacionado con la información = information-related.
    * reorganizar la información = repackage + information.
    * repleto de información = information packed [information-packed].
    * responsable de la tecnología de la información = information technologist.
    * reunir información = pool + information.
    * revolución de la información, la = information revolution, the.
    * rico en información = information-rich, info-rich.
    * ricos en información = information haves.
    * ricos en información, los = information-rich, the.
    * sala de información = information lobby.
    * sector de la información, el = information sector, the, infosphere, the.
    * servicio de difusión selectiva de la información = SDI service.
    * servicio de información = information service, information delivery service, information utility.
    * servicio de información al consumidor = Consumer Advice Centre (CAC), consumer advisory service.
    * servicio de información ciudadana = community information service.
    * servicio de información electrónica = electronic information service.
    * servicio de información en línea = online information service.
    * servicio de información local = local information service.
    * servicio de información sectorial = sectoral information service.
    * servicios de información = Information and Referral services.
    * servicios de información bibliográfica = bibliographical services.
    * servicios de información y referencia = I&R services (Information and Referral).
    * servidor de información = information server.
    * SIGLE (Sistema de Información sobre Literatura Gris en Europa) = SIGLE (System for Information on Grey Literature in Europe).
    * sin conservar información sobre las consultas realizadas anteri = stateless.
    * síndrome de la sobrecarga de información = information fatigue syndrome.
    * sin información sobre el estado anterior = stateless.
    * sintetizar información = synthesise + information.
    * sistema automatizado para la recuperación de información = computerised information retrieval system.
    * sistema de almacenamiento y recuperación de la información = information storage and retrieval system.
    * sistema de cobro por la información usada = information metering.
    * sistema de gestión de la información (SGI) = information management system (IMS).
    * sistema de información = information system.
    * Sistema de Información Bibliotecario = LIBRIS.
    * sistema de información documental = document information system.
    * sistema de información integrado = integrated information system.
    * sistema de información sectorial = sectoral information system.
    * sistema de procesamiento de información = information processing system.
    * sistema de recuperación de información = IR system.
    * sistema de recuperación de información por medio de menús = menu-based information retrieval system.
    * sistema de suministro de información = information supply system.
    * sistema óptico de información = optical information system.
    * sistema para información geográfica (SIG) = Geographical Information System (GIS).
    * sistema para la información de gestión = management information system (MIS).
    * Sistema para la Información Geográfica (SIG) = Geographic Information System (GIS).
    * sitio web de información = content site, content Web site.
    * sobrecarga de información = information overload.
    * sobreinformación = information overload.
    * sociedad de la información, la = information society, the.
    * solicitar información = request + information.
    * soporte de información = data medium.
    * soportes de la información = information carrying media.
    * subtítulo y/o información complementaria sobre el título = other title information.
    * suministrar información = dispense + information, purvey + information.
    * suministro de información = information-giving.
    * superautopista de la información = information superhighway.
    * tareas relacionadas con la información = information operations.
    * técnica de recuperación de información por coincidencia óptima = best match technique.
    * tecnología de envío de información de un modo automático = push technology.
    * tecnología de la información = informatics, infotech.
    * tecnología de la información aplicada a la archivística = archival informatics.
    * tecnología de la información para ciencias de la salud = health informatics.
    * tecnología de la información para medicina = medical informatics.
    * tecnología de la información (TI) = information technology (IT).
    * tecnologías de la información y las comunicaciones = information and communication technologies (ICTs).
    * técnologo de la información sanitaria = informatician.
    * tener acceso a información confidencial = be on the inside.
    * tener poca información = be information poor.
    * teoría de la información = information theory.
    * TIP (El Lugar de Información) = TIP (The Information Place).
    * todo el mundo debe tener acceso a la información = access for all.
    * trabajo de información y de las bibliotecas = library and information work.
    * tráfico de información = data traffic.
    * transferencia de información = information transfer.
    * transferencia de información entre países = transborder data flow (TBDF).
    * transferencia electrónica de información = electronic transfer of information.
    * transmisión de información = information flow, information transmission.
    * transmisión de información a través de la voz = voice transmission.
    * transmitir información = convey + information.
    * tratamiento de la información = information handling.
    * tratamiento específico de la información = specific approach.
    * tratar información = handle + information.
    * trozo de información = tidbit [titbit, -USA].
    * UAP (Accesibilidad Universal a la Información) = UAP (Universal Availability of Information).
    * una mina de información = a mine of information.
    * unidad de información = unit of information, information division, information subdivision.
    * universo de la información, el = information universe, the.
    * uso compartido de la información = information sharing.
    * usuario de la información = information browser.
    * usuario que busca información = information searcher.
    * véase + Nombre + para más información = refer to + Nombre + for details.
    * * *
    1)
    a) (datos, detalles) information

    para mayor información... — for further information...

    b) (Telec) information (AmE), directory enquiries (BrE)
    2) (Period, Rad, TV) news

    informaciones filtradas a la prensainformation o news leaked to the press

    3) (Inf) data (pl)
    * * *
    = data [datum, -sing.], datum [data, -pl.], details, information, informativeness, piece of information, info, information coverage, field data, bit of information.

    Ex: Statistical tabular and numerical abstract are a means of summarising numerical data, which may be presented in its original format in a tabular form.

    Ex: Thus, having entered the authority datum correctly once, we could be sure that no matter how many bibliographic records used it they would all do so with mechanical consistency.
    Ex: With minimum authorization, details of the circulation and order records are not displayed.
    Ex: Thus, the subject approach is extremely important in the access to and the exploitation of information, documents and data.
    Ex: The informativeness of the index depends upon the information contents of the titles that comprise the index.
    Ex: On other occasions a user wants every document or piece of information on a topic traced, and then high recall must be sought, to the detriment of precision.
    Ex: The article is entitled 'CD-ROM reader as info walkman'.
    Ex: Serious attention should be given to the coordination and improvement of bibliographic control at a national level to avoid duplication of effort and gaps in information coverage.
    Ex: This paper discusses the technological revolution in field data collection systems for health sciences.
    Ex: Outside the portacabin there is a board with a few useful bits of information, such as the temperature of the water, visibility, and opening/closing times.
    * abuso de información confidencial = insider trading, insider dealing.
    * abuso de información privilegiada = insider trading, insider dealing.
    * acceso a la información por el autor = author approach.
    * acceso a la información por el título = title approach.
    * acceso a la información por la materia = subject approach to information, subject approach.
    * actuación relacionada con la información = information action.
    * ADONIS (Distribución automática de documentos a través de sistemas de inform = ADONIS (Automated Document Delivery Over Networked Information Systems).
    * agencia de información = information agency.
    * AGRIS (Sistema Internacional de Información sobre Agricultura) = AGRIS (International Agricultural Information System).
    * aldea mundial de la información, la = global information village, the.
    * alfabetización en información = information literacy.
    * alfabeto en información = information literate [information-literate].
    * almacenamiento de la información = information storage.
    * almacenamiento y recuperación automatizada de la información = computerised information retrieval and storage.
    * almacenamiento y recuperación de la información = information storage and retrieval (ISR).
    * analfabetismo en información = information illiteracy.
    * aparato para el uso de la información = information appliance.
    * aplicaciones para la información = information solutions.
    * área de información = communications area.
    * asesor de información = information consultant.
    * asesoría y oficina de información itinerante en furgón = mobile information and advice van.
    * Asociación Nacional de Oficinas de Información al Consumidor (NACAB) = National Association of Citizens' Advice Bureaux (NACAB).
    * ASTINFO (Red Regional para el Intercambio de Información y Experiencias de l = ASTINFO (Regional Network for the Exchange of Information and Experience in Science and Technology in Asia and the Pacific).
    * atender una petición de información = satisfy + request for information.
    * auditoría de la información = information audit, information auditing.
    * auditoría de sistemas de información = information systems auditing, information systems audit.
    * autopista de la información = information highway.
    * basado en la información = information-based, information-intensive.
    * base de datos con información confidencial = intelligence database.
    * BLAISE (Servicio de Información Automatizada de la Biblioteca Británica) = BLAISE (British Library Automated Information Service).
    * bloque funcional de información descriptiva = descriptive information block.
    * broker de información = information broker, broker.
    * buscador de información = information seeker, searcher.
    * buscar información = mine + information, seek + information.
    * búsqueda de información = fact-finding, quest for + information, information seeking.
    * cadena de la información = information chain, the, information provision chain, the.
    * campo de información = data field.
    * capacidad de interpretar información espacial = spatial literacy.
    * capacidad de interpretar información estadística = statistical literacy.
    * capacidad de interpretar información gráfica = graphic literacy.
    * capacidad de manejar la información = information handling.
    * cargar información = load + information.
    * centro coordinador de información = clearinghouse [clearing house].
    * centro de análisis de la información = information analysis centre.
    * centro de información = information agency, information centre.
    * Centro de Información al Ciudadano = Public Information Center (PIC).
    * centro de información ciudadana = community information centre, neighbourhood information centre (NIC).
    * centro de información laboral = job information centre.
    * centro de información sectorial = sectoral information centre.
    * Centro de Información sobre el Ayuntamiento = Kommune Information Centre.
    * centro especializado de proceso de información = clearinghouse [clearing house].
    * centro municipal de información = local authority information outlet.
    * circuito de la información = information chain, the, information provision chain, the.
    * circulación de la información = flow of information.
    * comercialización de la información = information brokerage, information broking, information brokering.
    * Comité Conjunto para Sistemas de Información (JISC) = Joint Information Systems Committee (JISC).
    * compañía dedicada a la información = information company.
    * competencias de información = information literacy.
    * competencias en información = information literacy.
    * compilador de información = information gatherer.
    * comportamiento de búsqueda de información = information-seeking behaviour.
    * compresión de información = data compression.
    * concienciar a Alguien de la importancia de la información = raise + information awareness.
    * con conocimiento básico en el manejo de la información = information literate [information-literate].
    * con información = information-bearing.
    * con mucha información = populated.
    * conocimientos básicos de búsqueda, recuperación y organización de la informa = information literacy.
    * conocimientos en el manejo de la información = info-savvy.
    * consciente de la importancia de la información = information conscious.
    * consumo de información = consumption of information.
    * contener información = carry + information.
    * contenido de la información = information content.
    * conversión de información = data conversion.
    * crecimiento vertiginoso de la información, el = information explosion, the.
    * CRISP (Recuperación Automatizada de Información sobre Proyectos Científicos) = CRISP (Computer Retrieval of Information on Scientific Projects).
    * Cumbre Mundial sobre la Sociedad de la Información = World Summit on the Information Society (WSIS).
    * cursos de gestión de información = management course.
    * dar información = provide + information, give + information, release + information.
    * dar información adicional = give + further details.
    * dar información de = give + details of.
    * derecho de acceso a la información = right of access to information.
    * descubrimiento de información en las bases de datos = knowledge discovery in databases (KDD).
    * destreza en la búsqueda de información en una biblioteca = library research skills.
    * destrezas relacionadas con el uso de la información = information skills.
    * destrezas relacionadas con la información = information skills.
    * difundir información = hand out + information.
    * difusión de información = information provision, provision of information, dissemination of information.
    * difusión de la información = information diffusion, information dissemination.
    * difusión selectiva de la información = SDI (selective dissemination of information).
    * difusor de información = information disseminator.
    * dirigir información a = direct + information towards.
    * disco con información = data diskette, data disk.
    * dispositivo de entrada de información mediante la voz = voice input device.
    * distribución de información = content distribution, content delivery.
    * distribución de información por suscripción = syndication.
    * distribuidor de información = information provider.
    * distribuidor de información en línea = host, online host.
    * dosier de información = topic pack, package of information.
    * dosiers de información para el público = self-help pack of information.
    * ecología de la información = information ecology.
    * economía de la información = information economy.
    * elaborar información = digest + information.
    * empresa de servicios de información = information broker, broker, information broking.
    * empresario de la información = infopreneur.
    * encargado de la tecnología de la información = information technologist.
    * encontrar información = dredge up + information.
    * enseñanza en la búsqueda de información = information instruction.
    * enviar información a = direct + output.
    * enviar información de un modo automático = push + information.
    * envío de información por suscripción = syndication feed.
    * era de la información = information era.
    * era de la información, la = information age, the.
    * escasez de información = information scarcity, information underload.
    * esfera de la información, la = infosphere, the.
    * especialista de la información = information specialist.
    * estrategia de búsqueda de información = information seeking pattern.
    * estrategia de gestión de la información = information management strategy.
    * exceso de información = information overload.
    * explosión de la información, la = information explosion, the.
    * extracción de información (EI) = information extraction (IE).
    * falta de información = lack of information.
    * filtración de información = leakage of information.
    * fórmula para la medición de la información de Brillouin = Brillouin's information measure.
    * formulario de recogida de información = data collection form.
    * fuente de información = information source, information store, source of information, source of data.
    * fuente de información electrónica = electronic information source.
    * fuente principal de información = chief source of information.
    * fuentes de información = information base.
    * gestionar información = handle + information.
    * gestión de la información = information management, information handling.
    * Gestión de los Recursos de Información (IRM) = Information Resources Management (IRM).
    * gestor de información = information software package.
    * gestor de la información = information manager, information handler.
    * guerra de la información = information warfare.
    * guía de fuentes de información = pathfinder.
    * hábito de búsqueda de información = information-seeking habit.
    * hacerse de información = secure + information.
    * herramienta de recuperación de información = retrieval tool.
    * herramienta para el uso de la información = information appliance.
    * herramienta para la gestión de la información = information-managing tool.
    * hoja con la información básica para Hacer Algo = data sheet [datasheet].
    * industria de la información electrónica = electronic information industry.
    * industria de la información en línea, la = online industry, the, online information industry, the.
    * industria de la información, la = information industry, the.
    * información adicional = further information, additional information.
    * información administrativa = management information.
    * información al consumidor = consumer information, consumer advice, consumer affairs.
    * información a modo de ejemplo = sample data.
    * información anterior al pedido = preorder information.
    * información a través de la voz = voice information.
    * información automatizada = computerised information.
    * información básica = background information, background note.
    * información bibliográfica = bibliographic data, bibliographic information.
    * Información Bibliográfica Automatizada (MARBI) = MARBI (Machine-Readable Bibliographic Information).
    * información bursátil = share prices.
    * información catalográfica = cataloguing data.
    * información científica = scientific information, scholarly information.
    * información científica y técnica = scientific and technical information (STI).
    * información clínica = clinical information.
    * información comerciable = tradeable information.
    * información comercial = business information.
    * información como artículo de consumo, la = information commodity.
    * información como materia prima, la = information commodity.
    * información complementaria = supplementary information, further information, further details.
    * información comunitaria = community information.
    * información confidencial = inside information, confidential information, insider information.
    * información corporativa = economic intelligence.
    * información de agencia = syndicated matters.
    * información de alojamiento = housing information.
    * información de archivo = archival information.
    * información de autoridades = authority data, authority information.
    * información de contacto = contact details, contact information.
    * información de existencias por bibliotecas = local holdings information.
    * información de fuente fidedigna = authoritative information.
    * información de gestión = management data, management information.
    * información de novedades = press release.
    * información de ocio = infotainment.
    * información deportiva = sporting news.
    * información de precios = price information.
    * información de precios de productos para el consumo = retail prices.
    * información de supervivencia = survival information.
    * información de texto completo = full-text information.
    * información de última hora = news flash.
    * información digital = digital information, digital data, digital content.
    * información documentada = documented information.
    * información documental = documentary information, document information.
    * información económica = business news.
    * información electrónica = electronic content [e-content], electronic information.
    * información empresarial = business information, company information, industry information.
    * información en defensa de las minorías = affirmative information.
    * información en línea = online information.
    * información en soporte = recorded information.
    * información en su estado primario = raw information.
    * información envasada = packaged data.
    * información errónea = misinformation, dirty data, misstatement [mis-statement], misreporting.
    * información específica = data element.
    * información estadística = statistics, statistical data.
    * información estratégica = strategic information.
    * información factual = factual information.
    * información fiable = accurate information.
    * información geoespacial = geospatial data.
    * información geográfica = geoinformation.
    * información gráfica = graphic information.
    * información gubernamental = government information.
    * información indígena = indigenous information.
    * información industrial = industrial information, industry information.
    * información legal = legal information.
    * información local = community information, local knowledge.
    * información no codificada = non-coded information.
    * información numérica = numeric data.
    * información obtenida a través de intermediarios = mediated information.
    * información oficial = official information, public information.
    * información oficial del municipio = municipal information.
    * información oral = voice information.
    * información para hacer pedidos = order information.
    * Información para la Administración Pública (IPA) = Information for Public Administration (IPA).
    * información personal = personal information.
    * información pictórica = pictorial information, pictorial data.
    * información por defecto = default.
    * información pormenorizada = step-by-step details.
    * información por omisión = default.
    * información práctica = practical information.
    * información preempaquetada = pre-packaged information.
    * información primaria = primary information.
    * información privada = property data, private information.
    * información privilegiada = insider information, privileged information.
    * información pública = public information.
    * información puntual = timely information.
    * información que permite mejorar la situación social de Alguien = empowering information.
    * información sanitaria = health information.
    * información secreta = secret information.
    * información secreta sobre un adversario = intelligence.
    * información secundaria = secondary information.
    * información sobre dietética = dietary information.
    * información sobre educación = education information.
    * información sobre el contenido = subject information.
    * información sobre el tiempo que un determinado producto se anuncia en l = air play data.
    * información sobre empresas = business intelligence.
    * información sobre la competencia = business intelligence, competitive intelligence, competitive business intelligence, competitor intelligence.
    * información sobre la flota pesquera = fleet statistics.
    * información sobre la materia = subject data.
    * información sobre localización y existencias = copy-specific holdings and location information.
    * información sobre nutrición = nutrition information.
    * información sobre patentes = patent information.
    * información sobre propiedades inmobiliarias = real estate information.
    * información sobre química = chemical information.
    * información sobre salidas profesionales = career(s) information.
    * información sobre ubicación = location information.
    * información sobre ubicación y existencias = holdings information, holdings statement.
    * información sobre ubicación y existencias = holdings and location information.
    * información sobre una disciplina = discipline-oriented information.
    * información sobre un producto = product literature.
    * información sobre viajes = travel information.
    * información técnica = technical information.
    * información textual = textual information, text information, text knowledge, textual data, textual matter, textual document.
    * información transmitida por fibra óptica = fibre optic-based information.
    * información valiosísima = nugget of information.
    * información visual = visual information.
    * información viva = live information.
    * Infraestructura Mundial para la Información = Global Information Infrastructure (GII).
    * institución relacionada con la información = information organisation, information institution.
    * Instituto de Información Científica (ISI) = Institute of Scientific Information (ISI).
    * intercambiar información = exchange + data.
    * intercambio de información = information exchange, information interchange.
    * intercambio electrónico de información = electronic exchange of information.
    * intermediario de la información = information intermediary, infomediary.
    * introducir información = provide + input.
    * jefe de los servicios de información = chief information officer (CIO).
    * ladrón de información = info-thief.
    * libertad de información = freedom of information (FOI).
    * libre circulación de la información = free flow of information.
    * licencia de acceso a información electrónica = license [licence, -USA], licensing.
    * lleno de información = populated.
    * localizar información = track down + information.
    * más información = further information, further details.
    * medios de microalmacenamiento de la información = microstorage media.
    * medios digitalizados de almacenamiento de información = digitised media.
    * mercado de la información = information market place, information market.
    * metainformación = meta-information.
    * microalmacenamiento de información = microstorage.
    * minipaquete de información = mini-pack.
    * modelo de recuperación de información por coincidencia óptima = best match model.
    * mostrador de información = information desk, enquiry desk.
    * mundo de la información, el = information world, the, information business, the, infosphere, the.
    * navegar por la red en busca de información = surf for + information.
    * necesidad de información = information need.
    * NISTF (Grupo de Trabajo sobre los Sistemas Nacionales de Información de la A = NISTF (Society of American Archivists National Information Systems Task Force).
    * no revelar información = keep + silent, keep + silence.
    * no tener información = be undocumented.
    * objeto de información electrónico = electronic information object.
    * obtener información = obtain + information, glean + information, gain + information, pick up + information, secure + information.
    * obtener información de = elicit + information from.
    * oficina de información = information office, visitor's centre.
    * Oficina de Información al Ciudadano (CAB) = Citizens' Advice Bureau (CAB).
    * oficina de información turística = tourism information office.
    * ofrecer información = provide + information, provide + details, supply + information, offer + information, package + information, furnish + information.
    * operaciones de información = information operations.
    * orientado hacia la información = information-driven.
    * PADI (Preservación de Información Digital Australiana) = PADI (Preservation of Australian Digital Information).
    * PADIS (Sistema de Información para el Desarrollo de Africa) = PADIS (Pan-African Development Information System).
    * país productor de información científica = science producer.
    * panel luminoso de información de tráfico = variable road sign.
    * pantalla de información = frame, screen display.
    * pantalla de información breve = short information display, short information screen.
    * pantalla de información completa = full information display, full information screen.
    * paquete de información = pack, information kit.
    * para la gestión de información textual = text-handling.
    * para más información = for further details.
    * para mayor información sobre = for details of.
    * para mayor información véase + Nombre = see + Nombre + for further details.
    * pedir información = request + information.
    * pedir información de = ask for + details of.
    * pedir información sobre = enquire of [inquire of, -USA].
    * petición de información de referencia = reference enquiry.
    * plantilla de recogida de información = data collection form.
    * pobre en información = info-poor.
    * pobres en información = information have-nots.
    * pobres en información, los = information-poor, the.
    * pobreza de información = information poverty.
    * política de información = information provision, information strategy, information policy.
    * política de información nacional = national information policy.
    * presentar información = submit + information, package + information.
    * presentar información de varios modos = repackage + information.
    * procesamiento de información = information processing.
    * proceso de transferencia de la información = information transfer process.
    * producto de la información = information commodity.
    * profesional de la información = information officer, information professional, information worker, info pro.
    * profesional de las bibliotecas y la información = library and information professional.
    * profesional de la tecnología de la información = informatics professional.
    * profesionales de la información, los = information community, the.
    * profesionales de las bibliotecas y la información, los = library and information profession, the.
    * promovido por el propio sistema de información = information-led.
    * proporcionar información = release + information.
    * protección de información entre fronteras = transborder data protection.
    * protección de la información = data protection.
    * proveedor de información a través de la red = content provider.
    * punto de información = information kiosk.
    * que necesita la información = information-dependent.
    * que transmite información = information-bearing.
    * recabar información = solicit + information.
    * recoger información = collect + data, collect + information, gather + information, summon + knowledge, harvest + information.
    * recogida de información = information gathering.
    * recopilar información = gather + information, collate + information.
    * recuperación de información = data retrieval.
    * recuperación de información de lógica di = fuzzy data retrieval.
    * recuperación de información de lógica difusa = fuzzy data retrieval.
    * recuperación de información en varias lenguas = cross-language information retrieval (CLIR).
    * recuperación de información (RI) = information retrieval (IR).
    * recurso de información = information asset.
    * recursos de información autodidácticos = self help resources.
    * red de información = data network, information network.
    * relacionado con la información = information-related.
    * reorganizar la información = repackage + information.
    * repleto de información = information packed [information-packed].
    * responsable de la tecnología de la información = information technologist.
    * reunir información = pool + information.
    * revolución de la información, la = information revolution, the.
    * rico en información = information-rich, info-rich.
    * ricos en información = information haves.
    * ricos en información, los = information-rich, the.
    * sala de información = information lobby.
    * sector de la información, el = information sector, the, infosphere, the.
    * servicio de difusión selectiva de la información = SDI service.
    * servicio de información = information service, information delivery service, information utility.
    * servicio de información al consumidor = Consumer Advice Centre (CAC), consumer advisory service.
    * servicio de información ciudadana = community information service.
    * servicio de información electrónica = electronic information service.
    * servicio de información en línea = online information service.
    * servicio de información local = local information service.
    * servicio de información sectorial = sectoral information service.
    * servicios de información = Information and Referral services.
    * servicios de información bibliográfica = bibliographical services.
    * servicios de información y referencia = I&R services (Information and Referral).
    * servidor de información = information server.
    * SIGLE (Sistema de Información sobre Literatura Gris en Europa) = SIGLE (System for Information on Grey Literature in Europe).
    * sin conservar información sobre las consultas realizadas anteri = stateless.
    * síndrome de la sobrecarga de información = information fatigue syndrome.
    * sin información sobre el estado anterior = stateless.
    * sintetizar información = synthesise + information.
    * sistema automatizado para la recuperación de información = computerised information retrieval system.
    * sistema de almacenamiento y recuperación de la información = information storage and retrieval system.
    * sistema de cobro por la información usada = information metering.
    * sistema de gestión de la información (SGI) = information management system (IMS).
    * sistema de información = information system.
    * Sistema de Información Bibliotecario = LIBRIS.
    * sistema de información documental = document information system.
    * sistema de información integrado = integrated information system.
    * sistema de información sectorial = sectoral information system.
    * sistema de procesamiento de información = information processing system.
    * sistema de recuperación de información = IR system.
    * sistema de recuperación de información por medio de menús = menu-based information retrieval system.
    * sistema de suministro de información = information supply system.
    * sistema óptico de información = optical information system.
    * sistema para información geográfica (SIG) = Geographical Information System (GIS).
    * sistema para la información de gestión = management information system (MIS).
    * Sistema para la Información Geográfica (SIG) = Geographic Information System (GIS).
    * sitio web de información = content site, content Web site.
    * sobrecarga de información = information overload.
    * sobreinformación = information overload.
    * sociedad de la información, la = information society, the.
    * solicitar información = request + information.
    * soporte de información = data medium.
    * soportes de la información = information carrying media.
    * subtítulo y/o información complementaria sobre el título = other title information.
    * suministrar información = dispense + information, purvey + information.
    * suministro de información = information-giving.
    * superautopista de la información = information superhighway.
    * tareas relacionadas con la información = information operations.
    * técnica de recuperación de información por coincidencia óptima = best match technique.
    * tecnología de envío de información de un modo automático = push technology.
    * tecnología de la información = informatics, infotech.
    * tecnología de la información aplicada a la archivística = archival informatics.
    * tecnología de la información para ciencias de la salud = health informatics.
    * tecnología de la información para medicina = medical informatics.
    * tecnología de la información (TI) = information technology (IT).
    * tecnologías de la información y las comunicaciones = information and communication technologies (ICTs).
    * técnologo de la información sanitaria = informatician.
    * tener acceso a información confidencial = be on the inside.
    * tener poca información = be information poor.
    * teoría de la información = information theory.
    * TIP (El Lugar de Información) = TIP (The Information Place).
    * todo el mundo debe tener acceso a la información = access for all.
    * trabajo de información y de las bibliotecas = library and information work.
    * tráfico de información = data traffic.
    * transferencia de información = information transfer.
    * transferencia de información entre países = transborder data flow (TBDF).
    * transferencia electrónica de información = electronic transfer of information.
    * transmisión de información = information flow, information transmission.
    * transmisión de información a través de la voz = voice transmission.
    * transmitir información = convey + information.
    * tratamiento de la información = information handling.
    * tratamiento específico de la información = specific approach.
    * tratar información = handle + information.
    * trozo de información = tidbit [titbit, -USA].
    * UAP (Accesibilidad Universal a la Información) = UAP (Universal Availability of Information).
    * una mina de información = a mine of information.
    * unidad de información = unit of information, information division, information subdivision.
    * universo de la información, el = information universe, the.
    * uso compartido de la información = information sharing.
    * usuario de la información = information browser.
    * usuario que busca información = information searcher.
    * véase + Nombre + para más información = refer to + Nombre + for details.

    * * *
    A
    1 (datos, detalles) information
    necesito más información sobre el tema I need more information on the subject, I need to know more about the subject
    para mayor información llamar al siguiente número for further details o information call the following number
    para su información les comunicamos el nuevo horario de apertura ( frml); we are pleased to inform you of our new opening times ( frml)
    el mostrador de información the information desk
    2 ( Telec) directory assistance ( AmE), information ( AmE), directory enquiries ( BrE)
    3 ( Mil) intelligence, information
    B ( Period, Rad, TV)
    1 (noticias) news
    la información que llega de la zona es confusa the news coming out of the area is confused, the reports coming out of the area are confused
    ¿en qué página viene la información cultural? where's the arts page?
    2 (noticia) news item
    continuamos con el resto de las informaciones and now here is the rest of the news
    informaciones filtradas a la prensa information o news leaked to the press
    C ( Inf) data (pl)
    * * *

     

    información sustantivo femenino
    1
    a) (datos, detalles) information;


    b) (Telec) information (AmE), directory enquiries (BrE)

    2 (Period, Rad, TV) news;

    3 (Inf) data (pl)
    información sustantivo femenino
    1 information
    oficina de información, information bureau
    (en un aeropuerto) information desk
    2 (de periódico, radio, TV) news sing
    3 Tel directory enquiries pl o directory assistance
    ' información' also found in these entries:
    Spanish:
    acudir
    - ciega
    - ciego
    - confidente
    - consulta
    - cruzarse
    - desinformación
    - dorso
    - esconder
    - fichar
    - genética
    - genético
    - meteorológica
    - meteorológico
    - mina
    - oscuras
    - oscuridad
    - procesar
    - recabar
    - recoger
    - recogida
    - referencia
    - registrar
    - reservada
    - reservado
    - retazo
    - reunir
    - sacacorchos
    - sesgada
    - sesgado
    - sigilo
    - solicitar
    - sonsacar
    - suministrar
    - transparencia
    - transparente
    - venir
    - acceso
    - actualizar
    - adulterar
    - autopista
    - banco
    - callar
    - ciencia
    - codificar
    - comunicar
    - confuso
    - copioso
    - cotejar
    - dar
    English:
    amass
    - apply for
    - brief
    - briefing
    - chart
    - CIA
    - circulate
    - classified
    - collect
    - collection
    - credit bureau
    - detail
    - dig out
    - directory assistance
    - directory enquiries
    - disseminate
    - dropout
    - enquiry
    - erroneous
    - extract
    - gather
    - information
    - information desk
    - information superhighway
    - inquiry
    - inside information
    - insider
    - insider dealing
    - insider trading
    - intelligence
    - interchange
    - interested
    - keep from
    - leak
    - material
    - media studies
    - MIS
    - news agency
    - operator
    - pending
    - process
    - pump
    - quotable
    - release
    - retain
    - scan
    - scanty
    - send away for
    - shall
    - source
    * * *
    1. [conocimiento] information;
    estoy buscando información sobre este autor I'm looking for information on this writer;
    para tu información for your information;
    para mayor información, visite nuestra página web for more information visit our website;
    información confidencial inside information;
    información privilegiada privileged information
    2. [noticias] news [singular];
    [noticia] report, piece of news;
    hemos recibido informaciones contradictorias sobre el accidente we have received conflicting reports about the accident;
    información deportiva sports news;
    información meteorológica weather report o forecast
    3. [oficina] information office;
    (el mostrador de) información the information desk;
    Sr. López, acuda a información would Mr López please come to the information desk
    4. [telefónica] Br directory enquiries, US information
    información horaria Br speaking clock, US (telephone) time-of-day service
    5. Biol información genética genetic information
    6. Informát [datos] data
    * * *
    f
    1 information;
    información genética BIO genetic information
    2 ( noticias) news sg
    * * *
    1) : information
    2) informe: report, inquiry
    3) noticias: news
    * * *
    1. (en general) information
    2. (noticias) news
    3. (recepción) information desk
    4. (de teléfonos) directory enquiries

    Spanish-English dictionary > información

  • 39 preparación

    f.
    1 preparation.
    2 preparation, mixture, infusion.
    3 preparation, coaching, training.
    * * *
    1 (gen) preparation
    2 (física, deportiva) training
    3 (conocimientos) knowledge
    * * *
    noun f.
    * * *
    SF
    1) (=realización) preparation

    tiempo de preparación: 30 minutos — preparation time: 30 minutes

    2) [antes de hacer algo]

    ¿cuánto tiempo dedicas a la preparación de un examen? — how long do you spend studying for o preparing an exam?

    3) (=formación) [de estudios] education; [profesional] training

    preparación física(=entrenamiento) training; (=estado) physical condition

    4) (tb: estado de preparación) preparedness, readiness
    5) (Farm) preparation
    * * *
    1) (de examen, discurso) preparation

    la preparación de la expediciónpreparations o preparing for the expedition

    2)
    a) (conocimientos, educación) education; ( para trabajo) training
    b) ( de deportista) training
    3) (Farm, Med) preparation
    * * *
    = preparation, preparation, training, priming, preparedness, coaching, readiness, grooming.
    Ex. Management of data bases includes such details as: keeping sufficient supplies of floppy discs, updating the data bases, keeping duplicate copies of the data bases, preparation of instruction guides and so on.
    Ex. A study then of the underlying features of the classification process and the components of a classification scheme is a preparation for the more critical and informed application of classification schemes.
    Ex. The user must become familiar with the facilities of this search software, and therefore may need more training than that which might be necessary for the retrieval of information in a data base which has been indexed with a controlled indexing language.
    Ex. The fluid-control button should then be moved to the 'on' position and the priming button pressed several times.
    Ex. Recommendations are made for potential public library involvement in the four phases of comprehensive emergency management: mitigation/long-term prevention, preparedness to respond, response to emergencies, and the recovery.
    Ex. Proofreaders are trained by coaching, as are editors.
    Ex. A readiness and a trend towards consistency is a prerequisite to the success of centralised cataloguing.
    Ex. Let's face it, personal grooming is the key to success, in business or in your social life.
    ----
    * en preparación = in the pipeline, under preparation.
    * falta de preparación = unpreparedness.
    * industria para la preparación de alimentos = food processing industry.
    * manual de preparación = training manual.
    * no tener la preparación = be untrained.
    * preparación automática de resúmenes = automatic abstracting.
    * preparación contra desastres = disaster preparedness.
    * preparación contra emergencias = disaster preparedness.
    * preparación contra emergencias a nivel nacional = domestic preparedness.
    * preparación contra siniestros = disaster preparedness.
    * preparación de alimentos = food processing, processing.
    * preparación de los datos = data preparation.
    * preparación del terreno eliminando todo tipo de obstáculos = land-clearing.
    * preparación física = training.
    * preparación para el futuro = future proofing.
    * preparación para las emergencias = emergency preparedness.
    * preparación tipográfica = copymarking, copy editing [copyediting].
    * recibir preparación = undergo + training.
    * servicio de preparación = training facility.
    * * *
    1) (de examen, discurso) preparation

    la preparación de la expediciónpreparations o preparing for the expedition

    2)
    a) (conocimientos, educación) education; ( para trabajo) training
    b) ( de deportista) training
    3) (Farm, Med) preparation
    * * *
    = preparation, preparation, training, priming, preparedness, coaching, readiness, grooming.

    Ex: Management of data bases includes such details as: keeping sufficient supplies of floppy discs, updating the data bases, keeping duplicate copies of the data bases, preparation of instruction guides and so on.

    Ex: A study then of the underlying features of the classification process and the components of a classification scheme is a preparation for the more critical and informed application of classification schemes.
    Ex: The user must become familiar with the facilities of this search software, and therefore may need more training than that which might be necessary for the retrieval of information in a data base which has been indexed with a controlled indexing language.
    Ex: The fluid-control button should then be moved to the 'on' position and the priming button pressed several times.
    Ex: Recommendations are made for potential public library involvement in the four phases of comprehensive emergency management: mitigation/long-term prevention, preparedness to respond, response to emergencies, and the recovery.
    Ex: Proofreaders are trained by coaching, as are editors.
    Ex: A readiness and a trend towards consistency is a prerequisite to the success of centralised cataloguing.
    Ex: Let's face it, personal grooming is the key to success, in business or in your social life.
    * en preparación = in the pipeline, under preparation.
    * falta de preparación = unpreparedness.
    * industria para la preparación de alimentos = food processing industry.
    * manual de preparación = training manual.
    * no tener la preparación = be untrained.
    * preparación automática de resúmenes = automatic abstracting.
    * preparación contra desastres = disaster preparedness.
    * preparación contra emergencias = disaster preparedness.
    * preparación contra emergencias a nivel nacional = domestic preparedness.
    * preparación contra siniestros = disaster preparedness.
    * preparación de alimentos = food processing, processing.
    * preparación de los datos = data preparation.
    * preparación del terreno eliminando todo tipo de obstáculos = land-clearing.
    * preparación física = training.
    * preparación para el futuro = future proofing.
    * preparación para las emergencias = emergency preparedness.
    * preparación tipográfica = copymarking, copy editing [copyediting].
    * recibir preparación = undergo + training.
    * servicio de preparación = training facility.

    * * *
    A (de un examen, discurso) preparation
    la preparación de este plato es muy laboriosa there's a lot of preparation involved in this dish
    la preparación de la expedición llevó más de dos meses preparations o preparing for the expedition took more than two months
    tiene varios libros en preparación she has several books in preparation, she's working on several books at the moment
    B
    1 (conocimientos, educación) education; (para un trabajo) training
    su preparación física es muy buena he's in peak condition o form
    C ( Farm, Med) preparation
    * * *

     

    preparación sustantivo femenino
    1 (de examen, discurso) preparation
    2
    a) (conocimientos, educación) education;

    ( para trabajo) training


    3 (Farm, Med) preparation
    preparación sustantivo femenino
    1 preparation
    2 (formación) training
    ' preparación' also found in these entries:
    Spanish:
    sólido
    English:
    conditioning
    - making
    - prep
    - preparation
    - readiness
    - unpreparedness
    - untrained
    - cold
    - convenience
    * * *
    1. [disposición, elaboración] preparation;
    dedicó sus vacaciones a la preparación de los exámenes he spent his holidays preparing for the exams;
    tiene un nuevo disco en preparación she's working on a new record
    2. [de atleta] training
    preparación física [entrenamiento] physical training; [estado] physical condition
    3. [formación] [práctica] training;
    [teórica] education;
    tiene una buena preparación en idiomas he has good language skills
    4. [para microscopio] specimen
    * * *
    f
    1 ( preparativo) preparation
    2 ( educación) education
    3 para trabajo training
    * * *
    1) : preparation, readiness
    2) : education, training
    3) : (medicinal) preparation
    * * *
    1. (en general) preparation
    2. (entrenamiento) training

    Spanish-English dictionary > preparación

  • 40 mejorar

    v.
    to improve, to get better.
    María mejoró la receta Mary improved the recipe.
    Ricardo mejoró Richard got better.
    Las perspectivas mejoraron The outlook got better.
    mejorar una oferta to make a better offer
    * * *
    1 to improve
    1 to improve, get better
    1 to get better
    ¡que te mejores! I hope you get better
    * * *
    verb
    * * *
    1. VT
    1) [+ servicio, resultados] to improve; [+ enfermo] to make better; (=realzar) to enhance; [+ oferta] to raise, improve; [+ récord] to break; (Inform) to upgrade
    2)

    mejorar a algn(=ser mejor que) to be better than sb

    2. VI
    1) [situación] to improve, get better; (Meteo) to improve, clear up; (Econ) to improve, pick up; [enfermo] to get better

    han mejorado de actitud/imagen — their attitude/image has improved

    2) [en subasta] to raise one's bid
    3.
    See:
    * * *
    1.
    verbo transitivo
    a) <condiciones/situación> to improve
    b) < oferta> ( en subastas) to increase
    2.
    mejorar vi tiempo to improve, get better; resultados/calidad/situación to improve, get better; persona (Med) to get better

    han mejorado de posiciónthey've come o gone up in the world

    3.
    mejorarse v pron
    a) enfermo to get better

    ¿ya te mejoraste de la gripe? — have you got over the flu?

    que te mejores — get well soon, I hope you get better soon

    b) (Chi fam & euf) ( dar a luz) to give birth
    * * *
    = ameliorate, boost, cultivate, enhance, improve, optimise [optimize, -USA], scale up, score over, upgrade, give + improvement (in), better, bring + Nombre + up to par, get + better, gain + confidence (with/in), do + a better job, pump up, ease, outdo, jazz up, take + a turn, take + a turn, take + a turn for the better, turn + Nombre + (a)round, polish up, best, trump, buff up, go + one better, move it up + a gear, notch it up + a gear, take it up + a gear, take it up + a notch, crank it up + a notch, crank it up + a gear, move it up + a notch, look up.
    Ex. These articles are compared with 34 articles on how similar blood changes might ameliorate Raynaud's disease.
    Ex. If the title is selected by a book club this helps boost the print-run and overall sales.
    Ex. Such familiarity can be cultivated with experience, and will consider the following features of data bases.
    Ex. An introduction explaining the nature and scope of the indexing language will enhance its value.
    Ex. Notice that it would be possible to improve recall indefinitely by scanning the entire document collection.
    Ex. The DOBIS/Leuven data bases is designed to optimize search and updating procedures, because these functions are critical to the operation of a library.
    Ex. After a brief discussion of basic hypertext operations, it considers some of the issues that arise in 'scaling up' hyptertext data base.
    Ex. A Permuterm index scores over a Double-KWIC index in that it avoids repetitive printing of one title.
    Ex. Sometimes it will be necessary to upgrade CIP records once the book is published, and this process is undertaken by BLBSD as appropriate.
    Ex. There was, it appeared, little point in spending more than four minutes indexing a particular document, for the additional time gave no improvement in results.
    Ex. She thumbed the pages slowly, explaining that the study had been conducted to try to ascertain student attitudes toward the media center, why they used it, which facilities they used, and to see if they had suggestions for bettering it.
    Ex. The article ' Bringing your golf collection up to par' gives guidelines on selecting library materials on golf.
    Ex. Systems will get better and cheaper with the passage of time.
    Ex. This assignment was designed to help students gain confidence in using print and computerized sources.
    Ex. At the same time librarians need to do a better job communicating information about available research and instructional support.
    Ex. The article ' Pump up the program...' identifies the costs and benefits of undertaking a software upgrade.
    Ex. To ease the cataloguer's job and save him the trouble of counting characters, DOBIS/LIBIS uses a special function.
    Ex. This novel is narrated by William, an underachiever who is constantly outdone by his charming and lovable identical twin brother.
    Ex. After jazzing up her appearance with a new blonde hairdo, she turns up in his office and talks him into taking her out for a meal.
    Ex. All went well, and with the addition of two new people, computer science took a turn.
    Ex. All went well, and with the addition of two new people, computer science took a turn.
    Ex. His private life, however, took a turn for the better.
    Ex. When he was younger he really turned the library around, from a backwater, two-bit operation to the respected institution it is today.
    Ex. If we polish up and internalize these pearls of wisdom, especially those which challenge our existing boundaries and beliefs, the payoff can be priceless.
    Ex. Back in 2001, the tossed salad they prepared fed some 5,000, which then bested the record held by a community in Utah in the United States.
    Ex. If prejudice is allowed to trump the rights that all citizens should enjoy, then everyone's freedoms are ultimately endangered.
    Ex. As a general rule, you can ' buff up' your look by making your shoulders seem wider and your waist narrower.
    Ex. I think Murray will go one better than Wimbledon, but will lose to Federer again in the final.
    Ex. Liverpool and Chelsea are grabbing all the headlines, but Arsenal have quietly moved it up a gear scoring 10 goals in their last three league games.
    Ex. Start gently, ease yourself in by breaking the workout down into three one minute sessions until you are ready to notch it up a gear and join them together.
    Ex. There was not much to separate the sides in the first ten minutes however Arsenal took it up a gear and got the goal but not without a bit of luck.
    Ex. We have a good time together and we're good friends.. but I'd like to take it up a notch.
    Ex. David quickly comprehended our project needs and then cranked it up a notch with impactful design.
    Ex. Went for a bike ride with a mate last week, no problems so will crank it up a gear and tackle some hills in the next few weeks.
    Ex. After a regular walking routine is established, why not move it up a notch and start jogging, if you haven't already.
    Ex. Things may be looking up for Blair, but it is still not certain that he will fight the election.
    ----
    * cosas + mejorar = things + get better.
    * empezar a mejorar = turn + a corner, take + a turn, take + a turn for the better.
    * información que permite mejorar la situación social de Alguien = empowering information.
    * mejorar con respecto a = be an improvement on.
    * mejorar considerablemente = raise to + greater heights, take + Nombre + to greater heights.
    * mejorar el pasado = improve on + the past.
    * mejorar la autoestima = improve + self-esteem.
    * mejorar la calidad = raise + standard, raise + quality.
    * mejorar la calidad de vida = improve + living standards, raise + living standards.
    * mejorar la eficacia = enhance + effectiveness.
    * mejorar la exhaustividad = improve + recall.
    * mejorar la pertinencia = improve + precision.
    * mejorar la precisión = improve + precision.
    * mejorar la productividad = improve + productivity.
    * mejorar las destrezas = sharpen + Posesivo + skills.
    * mejorar la situación = improve + the lot.
    * mejorar las probabilidades = shorten + the odds.
    * mejorar la suerte = improve + the lot.
    * mejorar + Posesivo + apariencia = smarten (up) + Posesivo + appearance.
    * mejorar + Posesivo + autoestima = enhance + Posesivo + self-esteem.
    * mejorar + Posesivo + calidad de vida = raise + Posesivo + quality of living.
    * mejorar + Posesivo + imagen = raise + Posesivo + profile, smarten up + Posesivo + image, enhance + Posesivo + image, buff up + Posesivo + image.
    * mejorar + Posesivo + imagen = enhance + Posesivo + identity.
    * mejorar + Posesivo + suerte = improve + Posesivo + lot.
    * mejorar + Posesivo + vida = improve + Posesivo + life.
    * mejorar una situación = ameliorate + situation.
    * que mejora la calidad de vida = life-enhancing.
    * situación + mejorar = situation + ease.
    * * *
    1.
    verbo transitivo
    a) <condiciones/situación> to improve
    b) < oferta> ( en subastas) to increase
    2.
    mejorar vi tiempo to improve, get better; resultados/calidad/situación to improve, get better; persona (Med) to get better

    han mejorado de posiciónthey've come o gone up in the world

    3.
    mejorarse v pron
    a) enfermo to get better

    ¿ya te mejoraste de la gripe? — have you got over the flu?

    que te mejores — get well soon, I hope you get better soon

    b) (Chi fam & euf) ( dar a luz) to give birth
    * * *
    = ameliorate, boost, cultivate, enhance, improve, optimise [optimize, -USA], scale up, score over, upgrade, give + improvement (in), better, bring + Nombre + up to par, get + better, gain + confidence (with/in), do + a better job, pump up, ease, outdo, jazz up, take + a turn, take + a turn, take + a turn for the better, turn + Nombre + (a)round, polish up, best, trump, buff up, go + one better, move it up + a gear, notch it up + a gear, take it up + a gear, take it up + a notch, crank it up + a notch, crank it up + a gear, move it up + a notch, look up.

    Ex: These articles are compared with 34 articles on how similar blood changes might ameliorate Raynaud's disease.

    Ex: If the title is selected by a book club this helps boost the print-run and overall sales.
    Ex: Such familiarity can be cultivated with experience, and will consider the following features of data bases.
    Ex: An introduction explaining the nature and scope of the indexing language will enhance its value.
    Ex: Notice that it would be possible to improve recall indefinitely by scanning the entire document collection.
    Ex: The DOBIS/Leuven data bases is designed to optimize search and updating procedures, because these functions are critical to the operation of a library.
    Ex: After a brief discussion of basic hypertext operations, it considers some of the issues that arise in 'scaling up' hyptertext data base.
    Ex: A Permuterm index scores over a Double-KWIC index in that it avoids repetitive printing of one title.
    Ex: Sometimes it will be necessary to upgrade CIP records once the book is published, and this process is undertaken by BLBSD as appropriate.
    Ex: There was, it appeared, little point in spending more than four minutes indexing a particular document, for the additional time gave no improvement in results.
    Ex: She thumbed the pages slowly, explaining that the study had been conducted to try to ascertain student attitudes toward the media center, why they used it, which facilities they used, and to see if they had suggestions for bettering it.
    Ex: The article ' Bringing your golf collection up to par' gives guidelines on selecting library materials on golf.
    Ex: Systems will get better and cheaper with the passage of time.
    Ex: This assignment was designed to help students gain confidence in using print and computerized sources.
    Ex: At the same time librarians need to do a better job communicating information about available research and instructional support.
    Ex: The article ' Pump up the program...' identifies the costs and benefits of undertaking a software upgrade.
    Ex: To ease the cataloguer's job and save him the trouble of counting characters, DOBIS/LIBIS uses a special function.
    Ex: This novel is narrated by William, an underachiever who is constantly outdone by his charming and lovable identical twin brother.
    Ex: After jazzing up her appearance with a new blonde hairdo, she turns up in his office and talks him into taking her out for a meal.
    Ex: All went well, and with the addition of two new people, computer science took a turn.
    Ex: All went well, and with the addition of two new people, computer science took a turn.
    Ex: His private life, however, took a turn for the better.
    Ex: When he was younger he really turned the library around, from a backwater, two-bit operation to the respected institution it is today.
    Ex: If we polish up and internalize these pearls of wisdom, especially those which challenge our existing boundaries and beliefs, the payoff can be priceless.
    Ex: Back in 2001, the tossed salad they prepared fed some 5,000, which then bested the record held by a community in Utah in the United States.
    Ex: If prejudice is allowed to trump the rights that all citizens should enjoy, then everyone's freedoms are ultimately endangered.
    Ex: As a general rule, you can ' buff up' your look by making your shoulders seem wider and your waist narrower.
    Ex: I think Murray will go one better than Wimbledon, but will lose to Federer again in the final.
    Ex: Liverpool and Chelsea are grabbing all the headlines, but Arsenal have quietly moved it up a gear scoring 10 goals in their last three league games.
    Ex: Start gently, ease yourself in by breaking the workout down into three one minute sessions until you are ready to notch it up a gear and join them together.
    Ex: There was not much to separate the sides in the first ten minutes however Arsenal took it up a gear and got the goal but not without a bit of luck.
    Ex: We have a good time together and we're good friends.. but I'd like to take it up a notch.
    Ex: David quickly comprehended our project needs and then cranked it up a notch with impactful design.
    Ex: Went for a bike ride with a mate last week, no problems so will crank it up a gear and tackle some hills in the next few weeks.
    Ex: After a regular walking routine is established, why not move it up a notch and start jogging, if you haven't already.
    Ex: Things may be looking up for Blair, but it is still not certain that he will fight the election.
    * cosas + mejorar = things + get better.
    * empezar a mejorar = turn + a corner, take + a turn, take + a turn for the better.
    * información que permite mejorar la situación social de Alguien = empowering information.
    * mejorar con respecto a = be an improvement on.
    * mejorar considerablemente = raise to + greater heights, take + Nombre + to greater heights.
    * mejorar el pasado = improve on + the past.
    * mejorar la autoestima = improve + self-esteem.
    * mejorar la calidad = raise + standard, raise + quality.
    * mejorar la calidad de vida = improve + living standards, raise + living standards.
    * mejorar la eficacia = enhance + effectiveness.
    * mejorar la exhaustividad = improve + recall.
    * mejorar la pertinencia = improve + precision.
    * mejorar la precisión = improve + precision.
    * mejorar la productividad = improve + productivity.
    * mejorar las destrezas = sharpen + Posesivo + skills.
    * mejorar la situación = improve + the lot.
    * mejorar las probabilidades = shorten + the odds.
    * mejorar la suerte = improve + the lot.
    * mejorar + Posesivo + apariencia = smarten (up) + Posesivo + appearance.
    * mejorar + Posesivo + autoestima = enhance + Posesivo + self-esteem.
    * mejorar + Posesivo + calidad de vida = raise + Posesivo + quality of living.
    * mejorar + Posesivo + imagen = raise + Posesivo + profile, smarten up + Posesivo + image, enhance + Posesivo + image, buff up + Posesivo + image.
    * mejorar + Posesivo + imagen = enhance + Posesivo + identity.
    * mejorar + Posesivo + suerte = improve + Posesivo + lot.
    * mejorar + Posesivo + vida = improve + Posesivo + life.
    * mejorar una situación = ameliorate + situation.
    * que mejora la calidad de vida = life-enhancing.
    * situación + mejorar = situation + ease.

    * * *
    mejorar [A1 ]
    vt
    1 ‹condiciones/situación› to improve
    este tratamiento te mejorará enseguida this treatment will make you better right away
    tienes que mejorar las notas/la letra you must improve your grades/your handwriting
    intentó mejorar su marca she tried to improve on o beat her own record
    2 ‹oferta› (en subastas) to increase
    los empresarios mejoraron la propuesta the management improved their offer o made a better offer
    ■ mejorar
    vi
    «tiempo» to improve, get better; «resultados/calidad» to improve, get better; «persona» ( Med) to get better
    mi situación económica no ha mejorado nada my financial situation hasn't improved at all o got any better
    ha mejorado de aspecto he looks a lot better
    tus notas no han mejorado mucho your grades haven't improved much o got(ten) any better
    han mejorado de posición they've come o gone up in the world
    el paciente sigue mejorando the patient is making a steady improvement
    1 «enfermo» to get better
    ¿ya te mejoraste de la gripe? have you got over the flu?
    que te mejores get well soon, I hope you get better soon
    2 ( Chi fam euf) (dar a luz) to give birth
    * * *

     

    mejorar ( conjugate mejorar) verbo transitivocondiciones/situación/oferta to improve;
    marca to improve on, beat;

    verbo intransitivo [tiempo/calidad/situación] to improve, get better;

    [ persona] (Med) to get better;

    mejorarse verbo pronominal [ enfermo] to get better;
    que te mejores get well soon, I hope you get better soon
    mejorar
    I verbo transitivo
    1 to improve: han mejorado la educación, education has been improved
    2 Dep (un tiempo, una marca) to break
    II verbo intransitivo to improve, get better: espero que el tiempo mejore, I hope the weather gets better
    su salud no mejora, his health is not improving

    ' mejorar' also found in these entries:
    Spanish:
    enriquecer
    - ganar
    - perfeccionar
    - potenciar
    - refacción
    - superar
    English:
    ameliorate
    - better
    - existence
    - get along
    - improve
    - improve on
    - improvement
    - look up
    - pick up
    - progress
    - raise
    - security
    - technique
    - turn
    - upgrade
    - brighten
    - enhance
    - go
    - look
    - matter
    - out
    - perk
    - pick
    - rise
    - room
    - smarten up
    - up
    * * *
    vt
    1. [hacer mejor] to improve;
    mejoraron las condiciones de trabajo working conditions were improved;
    su principal objetivo es mejorar la economía their main aim is to improve the economy's performance
    2. [enfermo] to make better;
    estas pastillas lo mejorarán these tablets will make him better
    3. [superar] to improve;
    mejorar una oferta to make a better offer;
    mejoró el recórd mundial she beat the world record
    vi
    1. [ponerse mejor] to improve, to get better;
    el paciente está mejorando the patient's condition is improving, the patient is getting better;
    necesita mejorar en matemáticas he needs to improve o do better in mathematics
    2. [tiempo, clima] to improve, to get better;
    tan pronto como mejore, salimos a dar un paseo as soon as the weather improves o gets better we'll go out for a walk;
    después de la lluvia el día mejoró after the rain it cleared up
    * * *
    I v/t improve
    II v/i improve
    * * *
    : to improve, to make better
    : to improve, to get better
    * * *
    mejorar vb to improve

    Spanish-English dictionary > mejorar

См. также в других словарях:

  • Data General — Industry Computer Fate Acquired Successor EMC Corporation Founded 1968 …   Wikipedia

  • Data General Business Basic — was a BASIC interpreter (based on MAI Basic Four s version) developed by Data General for their Nova minicomputer in the 1970s, and later ported to the Data General Eclipse MV and AViiON computers. A majority of applications for the Nova were… …   Wikipedia

  • Data General Nova — System Data General Nova 1200 front panel …   Wikipedia

  • Data General AOS — Data General wrote operating systems for its hardware: DOS and RDOS for the 16 bit Nova line; RDOS and AOS for the 16 bit Eclipse C, M and S lines; AOS/VS and AOS/RT32[1] (1980) and later AOS/VS II (1988) for the 32 bit Eclipse MV line. A… …   Wikipedia

  • EXPRESS (data modeling language) — EXPRESS is a standard data modelling language for product data. EXPRESS is formalized in the ISO Standard for the Exchange of Product model STEP (ISO 10303), and standardized as ISO 10303 11. Overview Data models formally define data objects and… …   Wikipedia

  • Data transformation — Data transformation/Source transformation Concepts metadata · data mapping data transformation · model transf …   Wikipedia

  • Data exchange — is the process of taking data structured under a source schema and actually transforming it into data structured under a target schema, so that the target data is an accurate representation of the source data[citation needed]. Data exchange is… …   Wikipedia

  • General-purpose modeling — (GPM) is the systematic use of a General Purpose modeling language to represent the various facets of an object or a system. Examples of GPM languages are: * the Unified Modeling Language (UML), an industry standard for modeling software… …   Wikipedia

  • Data model — Overview of data modeling context: A data model provides the details of information to be stored, and is of primary use when the final product is the generation of computer software code for an application or the preparation of a functional… …   Wikipedia

  • Data modeling — The data modeling process. The figure illustrates the way data models are developed and used today. A conceptual data model is developed based on the data requirements for the application that is being developed, perhaps in the context of an… …   Wikipedia

  • Language model — A statistical language model assigns a probability to a sequence of m words P(w 1,ldots,w m) by means of a probability distribution.Language modeling is used in many natural language processing applications such as speech recognition, machine… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»