อังกฤษ - ฮังการี

mutability

gb/mjˈutəbˈɪlɪti/ us/mjˈutəbˈɪlɪti/
C1 อังกฤษ
változékonyság, módosíthatóság, mutabilitás, mutálékonyság
คำนาม C1 FORMAL
1
รูปแบบการใช้:
the mutability of [something]
The essay reflects on the mutability of public opinion in the age of social media.
Az esszé a közvélemény változékonyságáról elmélkedik a közösségi média korában.
Travel taught her to accept the mutability of plans and expectations.
Az utazás megtanította arra, hogy elfogadja a tervek és az elvárások változékonyságát.
He found comfort in routines amid the mutability of work and family life.
ตัวอย่างสำหรับผู้เรียน
Mutability means that something can change.
A változékonyság azt jelenti, hogy valami megváltozhat.
I don’t like the mutability of the schedule.
Nem szeretem, hogy a beosztás folyton változik.
ข้อผิดพลาดที่พบบ่อย:
Learners sometimes confuse mutability (ability to change) with mobility (ability to move).
ความหมาย
quality of being changeable
คำที่ใช้ร่วมกัน
the mutability of life |the mutability of human nature |the mutability of public opinion |accept the mutability |recognize the mutability |constant mutability |rapid mutability |subject to mutability |emphasize mutability |a sense of mutability
คำพ้องความหมาย
changeability (More common and less formal.) | variability (Emphasizes differences and range rather than simple change over time.) | instability (Often suggests an unwanted or troubling lack of steadiness.)
คำตรงข้าม
stability (Focuses on remaining steady or unchanged.) | constancy (Emphasizes reliability and staying the same over time.) | immutability (The quality of being unchangeable.)
หัวข้อ
academic |change |philosophy
คำจำกัดความ

Mutability is how easily something changes.

The quality of being able to change, or of changing often.

คำนาม C2 TECHNICAL
2
รูปแบบการใช้:
mutability of [data/object] (in [language/system])
In Python, lists have mutability, but tuples do not.
Pythonban a listák módosíthatók, a tuple-ök viszont nem.
The team reduced bugs by limiting shared mutability between threads.
A csapat úgy csökkentette a hibák számát, hogy korlátozta a szálak közötti megosztott módosíthatóságot.
The API documents which fields have mutability and which are read-only.
ตัวอย่างสำหรับผู้เรียน
This object has mutability, so I can change it.
Ez az objektum módosítható, ezért meg tudom változtatni.
Immutability is the opposite of mutability.
Az immutabilitás a módosíthatóság ellentéte.
ข้อผิดพลาดที่พบบ่อย:
Learners may treat mutability as the same as editability of a file; in programming it specifically means changing an object’s state in memory.
ความหมาย
ability to change in code
คำที่ใช้ร่วมกัน
object mutability |data mutability |shared mutability |avoid mutability |control mutability |mutability rules |mutability guarantees |mutability issues |mutability vs immutability |mutability of state
คำพ้องความหมาย
modifiability (A close technical synonym; less standard than mutability in programming discourse.) | writability (Sometimes used in technical contexts, especially about whether a value can be written to.)
คำตรงข้าม
immutability (An immutable object cannot be changed after creation.)
หัวข้อ
computing |programming |software_engineering
คำจำกัดความ

In programming, mutability means you can change an object after you make it.

In computing, the property of a data structure or object that allows its state or contents to be changed after it is created.

คำนาม C2 TECHNICAL
3
รูปแบบการใช้:
the mutability of [gene/virus/genome]
The mutability of the virus makes it harder to produce a long-lasting vaccine.
A vírus mutálékonysága megnehezíti a tartós védelmet nyújtó vakcina előállítását.
Researchers measured the mutability of different strains under drug pressure.
A kutatók gyógyszeres nyomás alatt mérték a különböző törzsek mutálékonyságát.
High mutability can speed adaptation but also increases harmful errors.
ตัวอย่างสำหรับผู้เรียน
Some viruses have high mutability.
Egyes vírusok nagyon mutálékonyak.
ข้อผิดพลาดที่พบบ่อย:
Learners may confuse mutability with mutation itself; mutability is the tendency or rate, not a single change.
ความหมาย
tendency to mutate biologically
คำที่ใช้ร่วมกัน
viral mutability |genetic mutability |high mutability |low mutability |the mutability of the virus |the mutability of the genome |mutability of DNA |increased mutability |mutability and evolution |mutability rate
คำพ้องความหมาย
mutation rate (More specific and measurable; mutability can be broader and less strictly quantified.) | tendency to mutate (A plain-language paraphrase rather than a fixed single-word synonym.)
คำตรงข้าม
genetic stability (Refers to resisting mutation or maintaining genetic consistency.)
หัวข้อ
science |biology |medicine
คำจำกัดความ

In biology, mutability is how easily something mutates.

In biology, the tendency of a gene, organism, or virus to undergo mutations, or the ease with which mutations occur.

ไวยากรณ์
รูปคำในพจนานุกรม
mutability
IPA
GB/mjˈutəbˈɪlɪti/
US/mjˈutəbˈɪlɪti/
พยางค์และการเน้นเสียง
mut - ab - il - ity (4 พยางค์)
Stress on 1st syllable (mut)
รูปคำ
Noun
  • Base: mutability
  • Plural: mutabilities, mutability
กลุ่มคำที่เกี่ยวข้อง
Forms
mutabilities noun
Core family
mutate verb B2 mutation noun B2 mutable adjective C1
Related words
mutant noun B2
Negative and opposite forms
immutable adjective immutability noun immutably adverb
Advanced or less common
mutational adjective
วลีและสำนวน

interior mutability

1
/ɪntˈɪɹiɚ mjˈutəbˈɪlɪti/
fixed phrase technical

mutating through an immutable handle

Interior mutability is a way to change data even when it looks immutable.

ตัวอย่าง
  • The cache uses interior mutability so it can update itself without requiring a mutable reference.
  • Rust provides interior mutability types that restrict when and how updates happen.
  • They refactored the component to rely on interior mutability instead of widespread mutable state.

shared mutability

1
/ʃˈɛɹd mjˈutəbˈɪlɪti/
fixed phrase technical

shared changeable state in code

Shared mutability is when more than one thing can change the same data.

ตัวอย่าง
  • The new design avoids shared mutability by copying data before updating it.
  • Shared mutability can make debugging difficult because state changes in many places.
  • They introduced locks to manage shared mutability across threads.
ตัวอย่างสำหรับผู้เรียน
  • We try to avoid shared mutability.

ยินดีต้อนรับกลับมา!

โปรดลงชื่อเข้าใช้เพื่อดำเนินการต่อ

ลืมรหัสผ่าน?
ยังไม่มีบัญชีใช่ไหม สมัครสมาชิก