parallelism
gb/pˈɛɹəlˌɛlˌɪzəm/ us/pˈɛɹəlˌɛlˌɪzəm/
C1
Angličtina
Významy
0 významů
Podstatné jméno
formal
C1
relation
1
similarity between separate things
a clear similarity between two things
Vzorec užití:
[a/the] parallelism between [things]; parallelism in/of [features]
Častá chyba:
In everyday speech, similarity or parallel is often more natural. Do not use parallelism to mean one parallel line.
Synonyma
similarity (broader and more everyday)
|
correspondence (emphasizes matching features or relationships)
|
analogy (often used for a comparison that explains something)
Antonyma
difference (general lack of likeness)
|
divergence (development or movement in different directions)
Kolokace
striking parallelism
|close parallelism
|clear parallelism
|historical parallelism
|structural parallelism
|parallelism between
|parallelism in
|show parallelism
|suggest parallelism
|lack of parallelism
Témata
comparison
|analysis
|writing
Příklady
- 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.
Učební příklady
- There is a clear parallelism between the two stories.
- The teacher showed the parallelism between the paintings.
Podstatné jméno
technical
C1
abstract
2
repeated matching sentence structure
using the same grammar pattern in several parts of a sentence or text
Vzorec užití:
parallelism in [a sentence/speech/poem]; use parallelism to [do something]
Častá chyba:
Do not confuse this with parallel lines in geometry; this meaning is about matching grammar or style.
Synonyma
parallel structure (more common in writing instruction)
|
symmetry (broader; suggests balanced form)
|
repetition (broader; may repeat words, sounds, or ideas rather than structure)
Antonyma
asymmetry (lack of balanced matching structure)
|
variation (deliberate difference instead of repeated pattern)
Kolokace
syntactic parallelism
|grammatical parallelism
|rhetorical parallelism
|biblical parallelism
|use parallelism
|create parallelism
|parallelism and repetition
|parallelism in a sentence
|parallelism in poetry
Témata
writing
|literature
|rhetoric
|grammar
Příklady
- 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.
Učební příklady
- The sentence "I like running, swimming, and reading" has parallelism.
- Parallelism can make a speech easier to remember.
Podstatné jméno
technical
C1
process
3
simultaneous computer processing
when a computer does several pieces of work at the same time
Vzorec užití:
exploit/increase [parallelism]; [type/degree] of parallelism
Častá chyba:
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.
Synonyma
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)
Antonyma
serial execution (operations happen one after another)
|
sequential processing (processing follows a fixed sequence rather than occurring simultaneously)
Kolokace
data parallelism
|task parallelism
|instruction-level parallelism
|exploit parallelism
|increase parallelism
|available parallelism
|fine-grained parallelism
|coarse-grained parallelism
|degree of parallelism
|parallelism overhead
Témata
computing
|software
|performance
Příklady
- 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.
Učební příklady
- Parallelism helps the program run faster.
- The computer uses parallelism to do many tasks at once.
Podstatné jméno
technical
C1
property
4
state of lines being parallel
the condition of two lines or surfaces being parallel
Vzorec užití:
parallelism of/between [lines/planes/surfaces]
Častá chyba:
Parallelism is the property. A single line is not a parallelism; it is parallel to another line.
Synonyma
being parallel (plain, nontechnical phrasing)
|
parallel relation (emphasizes the relationship between objects)
Antonyma
nonparallelism (direct technical opposite; uncommon in everyday use)
|
intersection (lines or planes meet rather than remaining apart)
Kolokace
parallelism of lines
|parallelism of planes
|geometric parallelism
|prove parallelism
|test for parallelism
|condition for parallelism
|maintain parallelism
Témata
mathematics
|geometry
Příklady
- 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.
Učební příklady
- The two lines have parallelism because they never meet.
- The diagram shows the parallelism of the sides.
Gramatika
Slovníkový tvar
parallelism
IPA
GB/pˈɛɹəlˌɛlˌɪzəm/
US/pˈɛɹəlˌɛlˌɪzəm/
Slabiky a přízvuk
par - al - lel - ism (4 slabiky)
Stress on 1st syllable (par)
Tvary slova
Noun
- Base: parallelism
- Plural: parallelism, parallelisms
Výrazy
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
Příklady
- 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
Příklady
- 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
Příklady
- 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
Příklady
- 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.