Direction: Choose the correct option
Q1.
What is the difference between threading and multiprocessing in Python?
Direction: Choose the correct option
Q2.
What is the Global Interpreter Lock (GIL)?
Direction: Choose the correct option
Q3.
Which module provides threading support?
Direction: Choose the correct option
Q4.
How do you start a thread?
Direction: Choose the correct option
Q5.
What is a daemon thread?
Direction: Choose the correct option
Q6.
How do you wait for a thread to finish?
Direction: Choose the correct option
Q7.
What is a Process in the multiprocessing module?
Direction: Choose the correct option
Q8.
How do you create a process pool?
Direction: Choose the correct option
Q9.
What is the purpose of `queue.Queue` in threading?
Direction: Choose the correct option
Q10.
What does `concurrent.futures` provide?
