parallelism
gb/pˈɛɹəlˌɛlˌɪzəm/ us/pˈɛɹəlˌɛlˌɪzəm/
C1
Engelsk
Betydninger
0 betydninger
Navneord
formal
C1
relation
1
similarity between separate things
a clear similarity between two things
Brugsmønster:
[a/the] parallelism between [things]; parallelism in/of [features]
Typisk fejl:
In everyday speech, similarity or parallel is often more natural. Do not use parallelism to mean one parallel line.
Synonymer
similarity (broader and more everyday)
|
correspondence (emphasizes matching features or relationships)
|
analogy (often used for a comparison that explains something)
Antonymer
difference (general lack of likeness)
|
divergence (development or movement in different directions)
Ordforbindelser
striking parallelism
|close parallelism
|clear parallelism
|historical parallelism
|structural parallelism
|parallelism between
|parallelism in
|show parallelism
|suggest parallelism
|lack of parallelism
Temaer
comparison
|analysis
|writing
Eksempler
- Critics have noticed a strong parallelism between the novel's opening and final chapters.
- The report points to a troubling parallelism in the economic problems facing both cities.
- There is no exact parallelism between the two legal systems, but the comparison is useful.
Læringseksempler
- There is a clear parallelism between the two stories.
- The teacher showed the parallelism between the paintings.
Navneord
technical
C1
abstract
2
repeated matching sentence structure
using the same grammar pattern in several parts of a sentence or text
Brugsmønster:
parallelism in [a sentence/speech/poem]; use parallelism to [do something]
Typisk fejl:
Do not confuse this with parallel lines in geometry; this meaning is about matching grammar or style.
Synonymer
parallel structure (more common in writing instruction)
|
symmetry (broader; suggests balanced form)
|
repetition (broader; may repeat words, sounds, or ideas rather than structure)
Antonymer
asymmetry (lack of balanced matching structure)
|
variation (deliberate difference instead of repeated pattern)
Ordforbindelser
syntactic parallelism
|grammatical parallelism
|rhetorical parallelism
|biblical parallelism
|use parallelism
|create parallelism
|parallelism and repetition
|parallelism in a sentence
|parallelism in poetry
Temaer
writing
|literature
|rhetoric
|grammar
Eksempler
- The slogan uses parallelism: "safe streets, strong schools, and fair taxes."
- Her essay became more persuasive after she added parallelism to the list of demands.
- Biblical poetry often relies on parallelism, with one line echoing or contrasting with the next.
Læringseksempler
- The sentence "I like running, swimming, and reading" has parallelism.
- Parallelism can make a speech easier to remember.
Navneord
technical
C1
process
3
simultaneous computer processing
when a computer does several pieces of work at the same time
Brugsmønster:
exploit/increase [parallelism]; [type/degree] of parallelism
Typisk fejl:
Parallelism is not exactly the same as concurrency: concurrency can mean tasks are interleaved, while parallelism usually means they actually run at the same time.
Synonymer
parallel processing (emphasizes the method of processing at the same time)
|
simultaneous execution (descriptive technical phrase)
|
concurrency (related, but can include interleaved execution rather than true simultaneous execution)
Antonymer
serial execution (operations happen one after another)
|
sequential processing (processing follows a fixed sequence rather than occurring simultaneously)
Ordforbindelser
data parallelism
|task parallelism
|instruction-level parallelism
|exploit parallelism
|increase parallelism
|available parallelism
|fine-grained parallelism
|coarse-grained parallelism
|degree of parallelism
|parallelism overhead
Temaer
computing
|software
|performance
Eksempler
- The new algorithm gains speed by exploiting parallelism across several processor cores.
- Too much synchronization can reduce parallelism and slow the program down.
- Graphics chips are designed for a high degree of parallelism.
Læringseksempler
- Parallelism helps the program run faster.
- The computer uses parallelism to do many tasks at once.
Navneord
technical
C1
property
4
state of lines being parallel
the condition of two lines or surfaces being parallel
Brugsmønster:
parallelism of/between [lines/planes/surfaces]
Typisk fejl:
Parallelism is the property. A single line is not a parallelism; it is parallel to another line.
Synonymer
being parallel (plain, nontechnical phrasing)
|
parallel relation (emphasizes the relationship between objects)
Antonymer
nonparallelism (direct technical opposite; uncommon in everyday use)
|
intersection (lines or planes meet rather than remaining apart)
Ordforbindelser
parallelism of lines
|parallelism of planes
|geometric parallelism
|prove parallelism
|test for parallelism
|condition for parallelism
|maintain parallelism
Temaer
mathematics
|geometry
Eksempler
- In this proof, students must show the parallelism of the two opposite sides.
- The surveyor checked the parallelism of the rails over the full length of the track.
- The condition for parallelism is that the two lines have the same slope.
Læringseksempler
- The two lines have parallelism because they never meet.
- The diagram shows the parallelism of the sides.
Grammatik
Opslagsform
parallelism
IPA
GB/pˈɛɹəlˌɛlˌɪzəm/
US/pˈɛɹəlˌɛlˌɪzəm/
Stavelser og tryk
par - al - lel - ism (4 stavelser)
Stress on 1st syllable (par)
Ordformer
Noun
- Base: parallelism
- Plural: parallelism, parallelisms
Udtryk
data parallelism
1/dˈætə pˈɛɹəlˌɛlˌɪzəm/
fixed phrase
technical
same operation on data parts
doing the same computer operation on many pieces of data at once
Eksempler
- The image-processing code uses data parallelism, applying the same filter to many pixels at once.
- GPUs are well suited to data parallelism because they can run one operation across large arrays.
instruction-level parallelism
1/ɪnstɹˈʌkʃən lˈɛvəl pˈɛɹəlˌɛlˌɪzəm/
fixed phrase
technical
CPU instructions overlap
when a CPU handles several small instructions at the same time
Eksempler
- Modern processors use instruction-level parallelism to overlap simple operations inside the CPU.
- The compiler can sometimes expose more instruction-level parallelism by reordering instructions safely.
massive parallelism
1/mˈæsɪv pˈɛɹəlˌɛlˌɪzəm/
fixed phrase
technical
large-scale simultaneous processing
using a very large number of parallel operations at once
Eksempler
- Modern neural-network training depends on massive parallelism across thousands of GPU cores.
- DNA sequencing platforms achieve massive parallelism by reading millions of fragments at once.
task parallelism
1/tˈæsk pˈɛɹəlˌɛlˌɪzəm/
fixed phrase
technical
different tasks run together
when a computer runs different jobs at the same time
Eksempler
- The server uses task parallelism: one thread reads requests while another writes results to the database.
- Task parallelism is useful when a program has several independent jobs to do.