Search references for PARALLEL PROCESS. Phrases containing PARALLEL PROCESS
See searches and references containing PARALLEL PROCESS!PARALLEL PROCESS
Phenomenon noted in clinical supervision of therapy
Parallel process is a phenomenon noted in clinical supervision by therapist and supervisor, whereby the therapist recreates, or parallels, the client's
Parallel_process
Programming paradigm in which many processes are executed simultaneously
Parallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided
Parallel_computing
Topics referred to by the same term
Parallel processing may refer to: Parallel computing Parallel processing (DSP implementation), parallel processing in digital signal processing Parallel
Parallel_processing
How individuals react to fear-inducing messages
The extended parallel process model (EPPM) is a fear appeal theory developed by communications scholar Kim Witte that illustrates how individuals react
Extended parallel process model
Extended_parallel_process_model
Brain processing function
psychology, parallel processing is the ability of the brain to simultaneously process incoming stimuli of differing quality. Parallel processing is associated
Parallel processing (psychology)
Parallel_processing_(psychology)
In digital signal processing (DSP), parallel processing is a technique duplicating function units to operate different tasks (signals) simultaneously
Parallel processing (DSP implementation)
Parallel_processing_(DSP_implementation)
Use of many processors to perform simultaneous operations
Massively parallel is the term for using a large number of computer processors (or separate computers) to simultaneously perform a set of coordinated computations
Massively_parallel
Type of integrated circuit
massively parallel processor array, also known as a multi purpose processor array (MPPA) is a type of integrated circuit which has a massively parallel array
Massively parallel processor array
Massively_parallel_processor_array
Bulk computation architecture
content-addressable parallel processor (CAPP) a.k.a. in Flynn's 1972 taxonomy as an associative processor is a type of parallel processor which uses content-addressing
Content-addressable parallel processor
Content-addressable_parallel_processor
Time used by a computer
On multi-processor and multi-core machines, a program can use two or more processors simultaneously in what is called parallel processing. In such situations
CPU_time
Academic journal
Parallel Processing Letters is a journal published by World Scientific since 1991. It covers the field of parallel processing, including topics such as
Parallel_Processing_Letters
Diagram that represents a workflow or process
are: Parallel Mode is represented by two horizontal lines at the beginning or ending of simultaneous operations For parallel and concurrent processing the
Flowchart
Abstraction of parallel computer architecture
Classifications of parallel programming models can be divided broadly into two areas: process interaction and problem decomposition. Process interaction relates
Parallel_programming_model
The Parallel Element Processing Ensemble (PEPE) was one of the very early parallel computing systems. Bell began researching the concept in the mid-1960s
Parallel Element Processing Ensemble
Parallel_Element_Processing_Ensemble
Graphical representation for specifying business processes
Complex Used to model complex synchronization behavior. Parallel event-based Two parallel processes are started based on an event, but there is no evaluation
Business Process Model and Notation
Business_Process_Model_and_Notation
In parallel computing, the Geometric Arithmetic Parallel Processor (GAPP), invented by Polish mathematician Włodzimierz Holsztyński in 1981, was patented
Geometric Arithmetic Parallel Processor
Geometric_Arithmetic_Parallel_Processor
Motivation and marketing device employing fear
extended parallel process model differs from many other fear appeal arguments because it suggests that fear arousal and danger control processes are distinct
Fear_appeal
American computing vendor
made real-time computing and parallel processing systems. Its products powered a variety of applications including process control, simulators, data acquisition
Concurrent Computer Corporation
Concurrent_Computer_Corporation
Video compression format, succeeds H.264/MPEG-4 AVC
264/MPEG-4 AVC was support for higher resolution video and improved parallel processing methods. HEVC is targeted at next-generation HDTV displays and content
High_Efficiency_Video_Coding
Computer programming paradigm
floating-point units, graphics processing units, and field-programmable gate arrays. The stream processing paradigm simplifies parallel software and hardware by
Stream_processing
Problem easily dividable into parallel tasks
A common example of an embarrassingly parallel problem is 3D video rendering handled by a graphics processing unit, where each frame (forward method)
Embarrassingly_parallel
Programming paradigm
decomposed into parallel processes that create and act upon logically shared data. The paradigm was originally invented for parallel computers in the
Process-oriented_programming
Central computer component that executes instructions
A central processing unit (CPU), also known as a central processor, main processor, or simply processor, is the primary processor in a given computer
Central_processing_unit
psychology, parallel constraint satisfaction processes (PCSP) is a model of human behavior that integrates connectionism, neural networks, and parallel distributed
Parallel constraint satisfaction processes
Parallel_constraint_satisfaction_processes
The International Parallel and Distributed Processing Symposium (or IPDPS) is an annual conference for engineers and scientists to present recent findings
International Parallel and Distributed Processing Symposium
International_Parallel_and_Distributed_Processing_Symposium
Cognitive science approach
second wave blossomed in the late 1980s, following a 1987 book Parallel Distributed Processing by James L. McClelland, David E. Rumelhart, et al., which introduced
Connectionism
Message-passing system for parallel computers
it has become a de facto standard for communication among processes that model a parallel program running on a distributed memory system. Actual distributed
Message_Passing_Interface
Particular execution of a computer program
single process with a main program, and child processes with any spin-off, parallel processes, which behave like asynchronous subroutines. A process is said
Process_(computing)
Type of parallel processing
data (SIMD) is a type of parallel computing (processing) in Flynn's taxonomy. SIMD describes computers with multiple processing elements that perform the
Single instruction, multiple data
Single_instruction,_multiple_data
DNA sequencing using the concept of massively parallel processing
Massively parallel sequencing (MPS) is any of several high-throughput approaches to DNA sequencing using the concept of massively parallel processing; it is
Massively_parallel_sequencing
Use of a GPU for computations typically assigned to CPUs
processing unit (CPU). The use of multiple video cards in one computer, or large numbers of graphics chips, further parallelizes the already parallel
General-purpose computing on graphics processing units
General-purpose_computing_on_graphics_processing_units
Engineering discipline specializing in the design of computer hardware
high-performance computer systems. Projects such as designing processors for multithreading and parallel processing are included in this field. Other examples of work
Computer_engineering
Diagram used to visualize the structure of a computer program
performed. The test last loop allows for the process blocks to be performed at least once before the first test. Parallel execution can be drawn like this: Drakon-chart
Nassi–Shneiderman_diagram
Standard syntax for querying JSON values
for JSONPath as RFC 9535. Scalable Processing of Contemporary Semi-Structured Data on Commodity Parallel Processors - A Compilation-based Approach describes
JSONPath
Sequence in computer science
single processor this algorithm would run in O(n log n) time. However, if the machine has at least n processors to perform the inner loop in parallel, the
Prefix_sum
brightness distribution. For faster applications, matrix sensors with parallel processing were developed. Both line by line and in columns, the density of
Position_sensitive_device
support strong consistency if: All accesses are seen by all parallel processes (or nodes, processors, etc.) in the same order (sequentially) Therefore, only
Strong_consistency
Law enforcement process that hides details of investigation
Parallel construction is a law enforcement process of building a parallel, or separate, evidentiary basis for a criminal investigation in order to limit
Parallel_construction
Multi-core processor with a large number of cores
Manycore processors are special kinds of multi-core processors designed for a high degree of parallel processing, containing numerous simpler, independent
Manycore_processor
Software tool for parallel networking of computers
heterogeneous Unix and/or Windows machines to be used as a single distributed parallel processor. Thus large computational problems can be solved more cost effectively
Parallel_Virtual_Machine
Type of massively parallel processors
Xetal is the name of a family of non-commercial massively parallel processors developed within Philips Research. The Xetal was conceived in 1999 at Philips
Xetal
Type of program in computer graphics
graphics processing units (GPUs) - dedicated hardware which provide parallel execution of programs. Because image rendering is an embarrassingly parallel problem
Shader
American computer hardware manufacturer (1970–1991)
transputers and Weitek floating-point processors was introduced. The T stood for "Tesseract". Unfortunately, parallel processing was still in its infancy and the
Floating_Point_Systems
Set of computers configured in a distributed computing system
supported parallel computing, but also shared file systems and peripheral devices. The idea was to provide the advantages of parallel processing, while maintaining
Computer_cluster
Model of computation
signal processing systems where infinite streams of data are incrementally transformed by processes executing in sequence or parallel. Despite parallel processes
Kahn_process_networks
Computational system in which data are sent one bit at a time down a wire
number, N serial processors will often take less FPGA area and have a higher total performance than a single N-bit parallel processor. Serial computer
Bit-serial_architecture
and in the health risk field. Witte is the developer of the Extended Parallel Process Model. Witte's model is a guideline that researchers use to predict
Kim_Witte
Digital processing technique
Parallel multidimensional digital signal processing (mD-DSP) is defined as the application of parallel programming and multiprocessing to digital signal
Parallel multidimensional digital signal processing
Parallel_multidimensional_digital_signal_processing
Process of understanding speech
interactive processing and serial versus parallel computation of analyses have been theoretical divides in the field. A modular view of sentence processing assumes
Sentence_processing
The process requires careful planning and control and a significant investment in labor hours. This entry focuses on the generic process of parallel adoption
Parallel_adoption
Model in social psychology
processed. On the other hand, parallel processing allows for multiple items to be processed simultaneously, but the time required for such processing
Continuum model of impression formation
Continuum_model_of_impression_formation
Measure of the amount of work needed to perform a computing task
responsible for processing the stack of 20 images, 5 images can be processed in parallel with 4 processors working on each image. If 100 processors were available
Granularity (parallel computing)
Granularity_(parallel_computing)
Type of extremely powerful computer
1990s. From then until today, massively parallel supercomputers with tens of thousands of off-the-shelf processors became the norm. The U.S. has long been
Supercomputer
Computing technique used to achieve parallelism
data-parallel approach where the parallel tasks ("single program") are split-up and run simultaneously in lockstep on multiple SIMD processors with different
Single_program,_multiple_data
Model for designing parallel algorithms
bulk synchronous parallel (BSP) abstract computer is a bridging model for designing parallel algorithms. It is similar to the parallel random access machine
Bulk_synchronous_parallel
Microprocessor with more than one processing unit
Adaptability within parallel models is an additional feature of systems utilizing these protocols. In the consumer market, dual-core processors (that is, microprocessors
Multi-core_processor
Undirected cubic graph derived from a hypercube graph
processor. Preparata and Vuillemin showed that a planar layout based on this network has optimal area × time2 complexity for many parallel processing
Cube-connected_cycles
Use of two or more central processing units (CPUs) within one computer system
only one processor but switch it in time slices between tasks (i.e., a time-sharing system). In contrast, multiprocessing means true parallel execution
Multiprocessing
components: Economic packaging and transportation, Concurrent and parallel processing, and Standardization. There are three levels, moving from operational
Design_for_logistics
Sharing of data between running processes in a computer system
interprocess communication (IPC) is the sharing of data between running processes in a computer system, or between multiple such systems. Mechanisms for
Inter-process_communication
Software bus for high-volume data feeds
unaffected. This partition-based design enables fault isolation and parallel processing while allowing ordering to be maintained within partitions, depending
Apache_Kafka
Distributed data processing framework
in a cluster. It then transfers packaged code into nodes to process the data in parallel. This approach takes advantage of data locality, where nodes
Apache_Hadoop
dynamics and aerospace engineering. The Flosolver MK1, described as a parallel processing system, started operations in December 1986. In 1987, the Indian
Supercomputing_in_India
Abstract data type in computer science
model, the graph representations used for parallel processing are the same as in the sequential case, since parallel read-only access to the graph representation
Graph_(abstract_data_type)
System of neural circuits in the brain
originally proposed as a part of a model of the basal ganglia called the parallel processing model, which has been criticized and modified into another model
Cortico-basal ganglia-thalamo-cortical loop
Cortico-basal_ganglia-thalamo-cortical_loop
Sorting algorithm
relatively simple sorting algorithm, developed originally for use on parallel processors with local interconnections. It is a comparison sort related to bubble
Odd–even_sort
1978 studio album by Blondie
Parallel Lines is the third studio album by American rock band Blondie, released on September 8, 1978, by Chrysalis Records. An instant critical and commercial
Parallel_Lines
American computer scientist (1935–2019)
were the: Massively Parallel Processor (16,384 custom bit-serial processors {8 to a chip} organized in a SIMD 128 x 128 processor array with additional
Ken_Batcher
Provider of Integrated Data Warehouse Hardware and Software
(AWS). This offering uses the actual AMPP (Asymmetric Massively Parallel Processing) Netezza Hardware, not commodity hardware running Netezza software
Netezza
Shell tool for executing jobs in parallel
of parallel do_something < list where the file list contains arguments for do_something and where process_output may be empty. Scripts using parallel are
GNU_parallel
Computer architecture to aid parallelism
raise hardware complexity. Before executing any operations in parallel, the processor must verify that the instructions have no interdependencies. For
Very_long_instruction_word
Specialized digital signal processor used for image processing
digital signal processor (DSP) used for image processing, in digital cameras or other devices. Image processors often employ parallel computing even with
Image_processor
Theory of brain function
a non-word without semantic context. McClelland and Rumelhart's parallel processing model describes perception as the meeting of top-down (conceptual)
Predictive_coding
Topics referred to by the same term
with Intel processors Parallels Server for Mac, server-side desktop virtualization product built for the Mac OS X Server platform Parallels Workstation
Parallels
Array of logic gates that are reprogrammable
sectors, which benefit from their flexibility, high signal processing speed, and parallel processing abilities. An FPGA configuration is generally written
Field-programmable_gate_array
Abstract computer for designing parallel algorithms
is used by parallel-algorithm designers to model parallel algorithmic performance (such as time complexity, where the number of processors assumed is
Parallel_RAM
Database system utilizing parallelization
performance considerations. Parallel databases improve processing and input/output speeds by using multiple CPUs and disks in parallel. Centralized and client–server
Parallel_database
Computer produced by Teradata Corporation
interconnecting them with the Ynet switching network in a massively parallel processing system. The DBC/1012 was designed to manage databases up to one terabyte
DBC/1012
Job scheduling method in computing
In parallel processing, the Hilbert curve scheduling method turns a multidimensional task allocation problem into a one-dimensional space filling problem
Hilbert_curve_scheduling
Programming language
features are not aimed primarily at parallel processing, they can be used to program shared-memory multi-processor machines. Various studies have been
Go_(programming_language)
Method of improving computer program speed
order to use multiple processors simultaneously in a shared-memory multiprocessor (SMP) machine. Fully automatic parallelization of sequential programs
Automatic_parallelization
Parallelization across multiple processors in parallel computing environments
Data parallelism is parallelization across multiple processors in parallel computing environments. It focuses on distributing the data across different
Data_parallelism
By the end of the 20th century, massively parallel supercomputers with thousands of "off-the-shelf" processors similar to those found in personal computers
History_of_supercomputing
Indian series of supercomputers
vashisht lega) 9000 was designed to be merge cluster processing and massively parallel processing computing workloads. It was first demonstrated in 1994
PARAM
Algorithm which can do multiple operations in a given time
take. Parallel algorithms need to optimize one more resource, the communication between different processors. There are two ways parallel processors communicate
Parallel_algorithm
Programming language
The parallel features of SuperPascal are a subset of occam 2, with the added generality of dynamic process arrays and recursive parallel processes. A parallel
SuperPascal
Computer science constructs
languages, including the Act series, supported both parallel message passing and pipelined message processing, but not promise pipelining. (Although it is technically
Futures_and_promises
Phenomenon in parallel computing
completion). Parallel slowdown is typically the result of a communications bottleneck. As more processor nodes are added, each processing node spends progressively
Parallel_slowdown
Process logic used to control access to shared memory locations
In computing and parallel processing, memory semantics refers to the process logic used to control access to shared memory locations, or at a higher level
Memory_semantics_(computing)
British computer scientist
Unconventional Computing (OCP Science, 2005–), and current Editor-in-Chief of Parallel Processing Letters (World Scientific, 2017–). He appears in the 2014 documentary
Andrew_Adamatzky
Parallel processing technique
name "packed SIMD" is a technique for performing parallel operations on data contained in a processor register. SIMD stands for single instruction, multiple
SWAR
Cloud-based data warehouse service
Web Services. It is built on top of technology from the massive parallel processing (MPP) data warehouse company ParAccel (later acquired by Actian)
Amazon_Redshift
Programming language
ALGOL 68 supports programming of parallel processing. Using the keyword PAR, a collateral clause is converted to a parallel clause, where the synchronisation
ALGOL_68
Parallel computing algorithm
executed in parallel with its other work. These new items are initially put on the queue of the processor executing the work item. When a processor runs out
Work_stealing
Process for increasing the performance between two systems solving the same problem
was established by Amdahl's law, which was particularly focused on parallel processing. However, speedup can be used more generally to show the effect on
Speedup
Class of algorithms for pattern analysis
compute for datasets larger than a couple of thousand examples without parallel processing. Kernel methods owe their name to the use of kernel functions, which
Kernel_method
Formal model in concurrency theory
CSP allows component processes to be defined both as sequential processes and as the parallel composition of more primitive processes. The relationships
Communicating sequential processes
Communicating_sequential_processes
Subfield of computer science
science, analysis of parallel algorithms is the process of finding the computational complexity of algorithms executed in parallel – the amount of time
Analysis of parallel algorithms
Analysis_of_parallel_algorithms
Strategy for system changeover
users will depend solely on the new system. The phrase parallel running can refer to the process of changing a fragment of business information technology
Parallel_running
Delivery of data packets in a different order from which they were sent
retransmission procedures (such as automatic repeat request), or via parallel processing paths within network equipment that are not designed to ensure that
Out-of-order_delivery
PARALLEL PROCESS
PARALLEL PROCESS
Surname or Lastname
English
English : occupational name from Middle English combere, an agent derivative of Old English camb ‘comb’, referring perhaps to a maker or seller of combs, or to someone who used them to prepare wool or flax for spinning. This was an alternative process to carding, and caused the wool fibers to lie more or less parallel to one another, so that the cloth produced had a hard, smooth finish without a nap.English : variant of Coomber.Probably an Americanized spelling of German Kommer or Kammer.
Girl/Female
Biblical
A parable, governing.
Boy/Male
Shakespearean
All's Well That Ends Well.' A follower of Bertram, Count of Rousillon.
Biblical
a parable; governing
Surname or Lastname
English and Jewish (Ashkenazic)
English and Jewish (Ashkenazic) : occupational name for a flax grower or dealer or for someone who processed it for weaving (see Flax).Probably a respelling of German Flachsmann, of the same meaning as 1, from Middle High German vlahs ‘flax’ + man ‘man’.
Surname or Lastname
English and Dutch
English and Dutch : occupational name for a tanner of skins, Middle English tanner, Middle Dutch taenre. (The Middle English form derives from Old English tannere, from Late Latin tannarius, reinforced by Old French taneor, from Late Latin tannator; both Late Latin forms derive from a verb tannare, possibly from a Celtic word for the oak, whose bark was used in the process.)Swiss and German : habitational name for someone from any of several places called Tanne (in the Harz Mountains and Silesia) or Tann (southern Germany).Finnish : topographic or ornamental name from Finnish tanner ‘open field’.
Biblical
parables; governing
Surname or Lastname
English and Scottish
English and Scottish : metonymic occupational name for a harpist (see Harper), or occasionally a habitational name for someone living at a house distinguished by the sign of a harp.English : habitational name from a minor place such as Harp House in Eastwood, Essex, or South Harp in South Petherton, Somerset, denoting a place where salt was produced, from Old English hearpe ‘harp’, an implement used in the processing of salt. Compare Harpham.German : metonymic occupational name for a harpist, from Middle High German harpfe ‘harp’.German : variant of Harpe.
Surname or Lastname
English, Scottish, Dutch, and North German
English, Scottish, Dutch, and North German : status name for a champion, Middle English and Middle Low German kempe. In the Middle Ages a champion was a professional fighter on behalf of others; for example the King’s Champion, at the coronation, had the duty of issuing a general challenge to battle to anyone who denied the king’s right to the throne. The Middle English word corresponds to Old English cempa and Old Norse kempa ‘warrior’; both these go back to Germanic campo ‘warrior’, which is the source of the Dutch and North German name, corresponding to High German Kampf.Dutch : metonymic occupational name for someone who grew or processed hemp, from Middle Dutch canep ‘hemp’.
Surname or Lastname
English
English : of uncertain origin. It is argued by Redmonds that this surname may have developed as a variant of Stringfellow, through a process, attested in various parish records, in which the original name is first shortened and then expanded into a form different from the original; thus Stringfellow becomes Stringfell, which becomes reinterpreted as Stringfield.
Surname or Lastname
English (chiefly West Midlands)
English (chiefly West Midlands) : metonymic occupational name for a fuller, from Middle English tred(en) ‘to tread’ + well ‘well’. Fulling was the process by which newly woven cloth was cleaned and shrunk by the use of heat, water, and pressure (from treading) before finally being stretched and laid out to dry on tenter hooks.
Surname or Lastname
English
English : occupational name for a maker of wheels (for vehicles or for use in spinning or various other manufacturing processes), from an agent derivative of Middle English whele ‘wheel’. The name is particularly common on the Isle of Wight; on the mainland it is concentrated in the neighboring region of central southern England.A founder of Salisbury, NH, in 1634 was John Wheeler.
Surname or Lastname
English
English : occupational name for a winder of wool, from an agent derivative of Middle English winde(n) ‘to wind’ (Old English windan ‘to go’, ‘to proceed’). The verb was also used in the Middle Ages of various weaving and plaiting processes, so that in some cases the name may have referred to a basket or hurdle maker.English : habitational name from any of the various minor places in northern England so called, from Old English vindr ‘wind’ + erg ‘hut’, ‘shelter’, i.e. a shelter against the wind.English : John Winder is recorded in Somerset Co., MD, in 1665. William Henry Winder, born in the county in 1775, was blamed for the military defeat that led to the British burning of Washington, DC, in 1814; his son John Henry Winder (b. 1800) was a confederate general who was commander of southern military prisons.
Surname or Lastname
English
English : metonymic occupational name for a keeper of a lodging house, from late Old English herebeorg ‘shelter’, ‘lodging’ (from here ‘army’ + beorg ‘shelter’). (The change of -er- to -ar- is a regular phonetic process in Old French and Middle English.)Variant of French Arbour.A Harbour or Arbour, from Normandy, France, is documented in Quebec City in 1671.
Surname or Lastname
English (chiefly Devon)
English (chiefly Devon) : occupational name for a soapmaker, from an agent derivative of Middle English sÅpe ‘soap’ (apparently of Celtic origin). The process involved boiling oil or fat together with potash or soda.
Girl/Female
Muslim
Example, Allegory, Parable
Surname or Lastname
English (chiefly southwestern England and South Wales)
English (chiefly southwestern England and South Wales) : occupational name for a fuller, from an agent derivative of Middle English tuck(en) ‘to full cloth’ (Old English tūcian ‘to torment’). This was the term used for the process in the Middle Ages in southwestern England, and the surname is more common there than elsewhere. Compare Fuller and Walker.Americanized form of Jewish To(c)ker (see Tokarz).Irish : Anglicized form of Gaelic Ó Tuachair ‘descendant of Tuachar’, a personal name composed of the elements tuath ‘people’ + car ‘dear’, ‘beloved’.Possibly also an Americanized form of German Tucher, from an occupational name for a cloth maker or merchant, from an agent derivative of Middle High German tuoch ‘cloth’.
Surname or Lastname
English
English : from an agent derivative of Middle English wasch(en) ‘to wash’ (Old English wæscan), hence an occupational name for a laundryman, or for someone who washed raw wool before spinning. Various other occupations, too, involved washing processes and the name may relate to any of these. For example, it may have denoted a man who washed sheep; some tenants on the manor of Burpham, near Worthing, in Sussex (where the surname is found from an early date), had as part of their feudal service to wash the flocks of their master.Americanized spelling of the German cognate Wascher.
Girl/Female
Arabic, Muslim
Example; Allegory; Parable
Girl/Female
Biblical
Parables, governing.
PARALLEL PROCESS
PARALLEL PROCESS
Boy/Male
Russian
noble.
Female
African
common, ordinay.
Surname or Lastname
English
English : unexplained. Possibly a habitational name from a lost or unidentified place name.
Girl/Female
Arabic Muslim
Bridge.
Girl/Female
Indian
Growing
Girl/Female
Hindu, Indian, Kannada, Marathi
Pure; Gold; Sparkling
Girl/Female
Indian, Punjabi, Sikh
Greatest Love
Girl/Female
Hindu, Indian, Tamil
Spear Like Eyes
Boy/Male
Gujarati, Hindu, Indian, Malayalam, Marathi, Oriya, Sanskrit, Tamil, Telugu
The Wind
Girl/Female
Australian, German, Latin, Spanish
Born During the Feast of Assumption
PARALLEL PROCESS
PARALLEL PROCESS
PARALLEL PROCESS
PARALLEL PROCESS
PARALLEL PROCESS
n.
One of the imaginary circles on the surface of the earth, parallel to the equator, marking the latitude; also, the corresponding line on a globe or map.
v. t.
To produce or adduce as a parallel.
a.
Meeting and intersecting, as lines; not parallel; -- opposed to parallel.
n.
One of a series of long trenches constructed before a besieged fortress, by the besieging force, as a cover for troops supporting the attacking batteries. They are roughly parallel to the line of outer defenses of the fortress.
a.
Having opposite surfaces exactly plane and parallel, as a piece of glass.
v. t.
To represent by parable.
v. t.
To equal; to match; to correspond to.
imp. & p. p.
of Parallel
a.
Continuing a resemblance through many particulars; applicable in all essential parts; like; similar; as, a parallel case; a parallel passage.
n.
A comparison; a similitude; specifically, a short fictitious narrative of something which might really occur in life or nature, by means of which a moral is drawn; as, the parables of Christ.
v. t.
To render parallel.
p. pr. & vb. n.
of Parallel
n.
A line which, throughout its whole extent, is equidistant from another line; a parallel line, a parallel plane, etc.
n.
A comparison made; elaborate tracing of similarity; as, Johnson's parallel between Dryden and Pope.
a.
Extended in the same direction, and in all parts equally distant; as, parallel lines; parallel planes.
v. t.
Fig.: To make to conform to something else in character, motive, aim, or the like.
adv.
In a parallel manner; with parallelism.
v. i.
To be parallel; to correspond; to be like.
n.
A character consisting of two parallel vertical lines (thus, ) used in the text to direct attention to a similarly marked note in the margin or at the foot of a page.
v. t.
To place or set so as to be parallel; to place so as to be parallel to, or to conform in direction with, something else.