Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
CS foundations
Which statement describes the default memory relationship between threads in one process?
from CS foundations
beginner
1 min
Which statement describes the default memory relationship between threads in one process?
They share the process address space, so mutable shared state needs synchronization.
Each thread receives an isolated copy of every process mapping.
A context switch automatically commits all updates as one transaction.
Check
Ask AI about this kata
Report an error
previous kata
What happens in `command >out.log 2>&1`?
Quiz
next kata
Give the conventional file-descriptor number for standard error
Fill in
A new version is available
Reload