テクノロジ系 (Technology)

Glossary

Glossary
テクノロジ系 (Technology)Tested 4×

排他制御

はいたせいぎょ · Exclusive control (mutual exclusion)

Also known as: ロック制御

A mechanism that temporarily restricts access to shared data when multiple users or transactions attempt to update it simultaneously, thereby preserving data consistency. In databases it is implemented through locking, which prevents other transactions from updating the data until the current operation completes. Without exclusive control, concurrent updates can cause data inconsistencies or corruption.

Past questions testing this term · 4 questions

  • 2019r01a #64データベース管理システムにおける排他制御の目的として,適切なものはどれか。
  • 2015h27h #77DBMSにおいて,データへの同時アクセスによる矛盾の発生を防止し,データの一貫性を保つための機能はどれか。
  • 2012h24a #80ある在庫管理システムは,複数の入力を同時並行して処理し,在庫数を更新しているが,排他制御は行っていない。ある時点での在庫数が100であったとき,入力された二つの…
  • 2011h23tokubetsu #78データベースのトランザクション処理に関する次の記述中の a, b に入れる字句の適切な組合せはどれか。 複数のユーザが同時に同じデータを更新しようとしたとき,デ…
Pro

Upgrade to Pro

This is a Pro-only feature. ¥980 per month unlocks everything that gets you to the cert in one stretch.