← Glossary
テクノロジ系 (Technology)Tested 2×
マルチスレッド
まるちすれっど · Multithreading
A technique in which a single application program is divided into multiple execution units called threads, which are then processed in parallel. It makes effective use of multiple cores in a multi-core CPU to improve overall performance. Threads operate independently while sharing resources within the same process.
Past questions testing this term · 2 questions
- 2018h30a #59マルチスレッドの説明として,適切なものはどれか。
- 2015h27h #65一つのアプリケーションプログラムの中で,並列処理が可能な部分を複数の処理単位に分け,それらを並行して処理することで,マルチコアCPUを使用したコンピュータの処理…