ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Threading Fundamentals Quiz
Question 1 of 6
Score: 0/6
What is the main difference between a process and a thread?
Processes are faster than threads
Threads share memory within a process, processes have separate memory
Threads can only run on a single CPU core
Processes are managed by .NET, threads by the OS
Check Answer
Previous
Next Topic